Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

EMBEDDIA
/
est-roberta

Fill-Mask
Transformers
PyTorch
Estonian
camembert
Model card Files Files and versions
xet
Community
2

Instructions to use EMBEDDIA/est-roberta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use EMBEDDIA/est-roberta with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="EMBEDDIA/est-roberta")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("EMBEDDIA/est-roberta")
    model = AutoModelForMaskedLM.from_pretrained("EMBEDDIA/est-roberta")
  • Notebooks
  • Google Colab
  • Kaggle
est-roberta
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
sorasmaa's picture
sorasmaa
Fixed the tokenizer configuration to get it working with Transformers v5
a546f91 verified about 1 month ago
  • .gitattributes
    690 Bytes
    initial commit about 5 years ago
  • README.md
    626 Bytes
    Added fast tokenizer over 4 years ago
  • config.json
    617 Bytes
    First version of estonian roberta about 5 years ago
  • dict.txt
    538 kB
    First version of estonian roberta about 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "collections.OrderedDict",
    • "torch.FloatStorage",
    • "torch.LongStorage",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    467 MB
    xet
    First version of estonian roberta about 5 years ago
  • sentencepiece.bpe.model
    936 kB
    xet
    First version of estonian roberta about 5 years ago
  • special_tokens_map.json
    298 Bytes
    Added fast tokenizer over 4 years ago
  • tokenizer.json
    2.25 MB
    Added fast tokenizer over 4 years ago
  • tokenizer_config.json
    507 Bytes
    Fixed the tokenizer configuration to get it working with Transformers v5 about 1 month ago