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

  • Log In
  • Sign Up

volina092
/
avarBERT

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

Instructions to use volina092/avarBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use volina092/avarBERT with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="volina092/avarBERT")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("volina092/avarBERT")
    model = AutoModelForMaskedLM.from_pretrained("volina092/avarBERT")
  • Notebooks
  • Google Colab
  • Kaggle
avarBERT
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Maria Anatolievna Volina
12 epochs pretraining
47148e0 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • config.json
    662 Bytes
    12 epochs pretraining almost 2 years ago
  • merges.txt
    1.59 MB
    12 epochs pretraining almost 2 years ago
  • model.safetensors
    329 MB
    xet
    12 epochs pretraining almost 2 years ago
  • vocab.json
    1.93 MB
    12 epochs pretraining almost 2 years ago