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

  • Log In
  • Sign Up

Ericu950
/
SyllaBERTa

Fill-Mask
Transformers
Safetensors
Ancient Greek (to 1453)
roberta
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Ericu950/SyllaBERTa with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="Ericu950/SyllaBERTa")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("Ericu950/SyllaBERTa")
    model = AutoModelForMaskedLM.from_pretrained("Ericu950/SyllaBERTa")
  • Notebooks
  • Google Colab
  • Kaggle
SyllaBERTa
474 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Ericu950's picture
Ericu950
Update README.md
43f04da verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    3.75 kB
    Update README.md about 1 year ago
  • config.json
    798 Bytes
    Upload RobertaForMaskedLM about 1 year ago
  • model.safetensors
    474 MB
    xet
    Upload RobertaForMaskedLM about 1 year ago
  • special_tokens_map.json
    971 Bytes
    Upload tokenizer about 1 year ago
  • tokenizer.py
    10.2 kB
    Upload tokenizer about 1 year ago
  • tokenizer_config.json
    1.31 kB
    Upload tokenizer about 1 year ago
  • vocab.json
    887 kB
    Upload tokenizer about 1 year ago