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

  • Log In
  • Sign Up

Andrija
/
SRoBERTaFastBPE-2

Fill-Mask
Transformers
roberta
Model card Files Files and versions
xet
Community

Instructions to use Andrija/SRoBERTaFastBPE-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Andrija/SRoBERTaFastBPE-2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="Andrija/SRoBERTaFastBPE-2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("Andrija/SRoBERTaFastBPE-2")
    model = AutoModelForMaskedLM.from_pretrained("Andrija/SRoBERTaFastBPE-2")
  • Notebooks
  • Google Colab
  • Kaggle
SRoBERTaFastBPE-2
2.28 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Andrija's picture
Andrija
Added Config file
a676399 almost 5 years ago
  • .gitattributes
    737 Bytes
    initial commit almost 5 years ago
  • config.json
    379 Bytes
    Added Config file almost 5 years ago
  • merges.txt
    969 kB
    Changed pad and sequence split ids almost 5 years ago
  • vocab.json
    1.31 MB
    Changed pad and sequence split ids almost 5 years ago