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

enesyila
/
ota-roberta-base

Fill-Mask
Transformers
Safetensors
Ottoman Turkish (1500-1928)
xlm-roberta
Model card Files Files and versions
xet
Community

Instructions to use enesyila/ota-roberta-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use enesyila/ota-roberta-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="enesyila/ota-roberta-base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("enesyila/ota-roberta-base")
    model = AutoModelForMaskedLM.from_pretrained("enesyila/ota-roberta-base")
  • Notebooks
  • Google Colab
  • Kaggle
ota-roberta-base
1.14 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 33 commits
enesyila's picture
enesyila
Update README.md
cc17590 verified 8 months ago
  • .gitattributes
    418 Bytes
    Updated model. 12 months ago
  • README.md
    4.85 kB
    Update README.md 8 months ago
  • config.json
    668 Bytes
    Update model with new weights and tokenizer files 11 months ago
  • model.safetensors
    1.11 GB
    xet
    Update model with new weights and tokenizer files 11 months ago
  • notebook.ipynb
    13.5 kB
    Update model with new weights and tokenizer files 11 months ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Updated model. 12 months ago
  • special_tokens_map.json
    280 Bytes
    Updated model. 12 months ago
  • tokenizer.json
    17.1 MB
    xet
    Update model with new weights and tokenizer files 11 months ago
  • tokenizer_config.json
    1.18 kB
    Updated model. 12 months ago