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

  • Log In
  • Sign Up

AlexSychovUN
/
mini-roberta-ancient-rus

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

Instructions to use AlexSychovUN/mini-roberta-ancient-rus with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use AlexSychovUN/mini-roberta-ancient-rus with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="AlexSychovUN/mini-roberta-ancient-rus")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("AlexSychovUN/mini-roberta-ancient-rus")
    model = AutoModelForMaskedLM.from_pretrained("AlexSychovUN/mini-roberta-ancient-rus")
  • Notebooks
  • Google Colab
  • Kaggle
mini-roberta-ancient-rus
110 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
AlexSychovUN's picture
AlexSychovUN
Update README.md
eb0977e verified 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    5.18 kB
    Update README.md 3 months ago
  • config.json
    727 Bytes
    Upload RobertaForMaskedLM 3 months ago
  • merges.txt
    307 kB
    Upload tokenizer 3 months ago
  • model.safetensors
    109 MB
    xet
    Upload RobertaForMaskedLM 3 months ago
  • special_tokens_map.json
    1.11 kB
    Upload tokenizer 3 months ago
  • tokenizer.json
    964 kB
    Upload tokenizer 3 months ago
  • tokenizer_config.json
    2.42 kB
    Upload tokenizer 3 months ago
  • vocab.json
    402 kB
    Upload tokenizer 3 months ago