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

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
939 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
b14fa9e about 3 years ago
  • .gitattributes
    744 Bytes
    Adding `safetensors` variant of this model about 3 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
  • model.safetensors
    467 MB
    xet
    Adding `safetensors` variant of this model about 3 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
    509 Bytes
    Added fast tokenizer over 4 years ago