Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

TurkuNLP
/
bert-base-finnish-cased-v1

Fill-Mask
Transformers
PyTorch
google-tensorflow TensorFlow
JAX
Safetensors
Finnish
bert
Model card Files Files and versions
xet
Community
2

Instructions to use TurkuNLP/bert-base-finnish-cased-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use TurkuNLP/bert-base-finnish-cased-v1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="TurkuNLP/bert-base-finnish-cased-v1")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("TurkuNLP/bert-base-finnish-cased-v1")
    model = AutoModelForMaskedLM.from_pretrained("TurkuNLP/bert-base-finnish-cased-v1")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
bert-base-finnish-cased-v1
2.16 GB
Ctrl+K
Ctrl+K
  • 7 contributors
History: 16 commits
sajvir's picture
sajvir
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
87b4eaa verified over 2 years ago
  • .gitattributes
    445 Bytes
    Adding `safetensors` variant of this model (#1) over 2 years ago
  • README.md
    3.89 kB
    Update README.md almost 4 years ago
  • config.json
    433 Bytes
    Update config.json about 6 years ago
  • flax_model.msgpack
    498 MB
    xet
    upload flax model about 5 years ago
  • model.safetensors
    501 MB
    xet
    Adding `safetensors` variant of this model (#1) over 2 years ago
  • pytorch_model.bin
    501 MB
    xet
    Update pytorch_model.bin over 6 years ago
  • tf_model.h5
    656 MB
    xet
    Update tf_model.h5 over 6 years ago
  • tokenizer.json
    816 kB
    Update tokenizer.json over 5 years ago
  • tokenizer_config.json
    56 Bytes
    Update tokenizer_config.json (#2) over 2 years ago
  • vocab.txt
    424 kB
    Update vocab.txt over 6 years ago