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

ambrosfitz
/
roberta-base-19th-century

Fill-Mask
Transformers
Safetensors
English
roberta
historical-language
19th-century
text
domain-adaptation
Model card Files Files and versions
xet
Community

Instructions to use ambrosfitz/roberta-base-19th-century with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ambrosfitz/roberta-base-19th-century with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="ambrosfitz/roberta-base-19th-century")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("ambrosfitz/roberta-base-19th-century")
    model = AutoModelForMaskedLM.from_pretrained("ambrosfitz/roberta-base-19th-century")
  • Notebooks
  • Google Colab
  • Kaggle
roberta-base-19th-century
441 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
ambrosfitz's picture
ambrosfitz
Update README.md
7ebd297 verified 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • README.md
    3.6 kB
    Update README.md 9 months ago
  • config.json
    637 Bytes
    Initial upload of domain-adapted RoBERTa model for 19th-century text 9 months ago
  • merges.txt
    302 kB
    Initial upload of domain-adapted RoBERTa model for 19th-century text 9 months ago
  • model.safetensors
    438 MB
    xet
    Initial upload of domain-adapted RoBERTa model for 19th-century text 9 months ago
  • special_tokens_map.json
    958 Bytes
    Initial upload of domain-adapted RoBERTa model for 19th-century text 9 months ago
  • tokenizer.json
    2.2 MB
    Initial upload of domain-adapted RoBERTa model for 19th-century text 9 months ago
  • tokenizer_config.json
    1.26 kB
    Initial upload of domain-adapted RoBERTa model for 19th-century text 9 months ago
  • vocab.json
    506 kB
    Initial upload of domain-adapted RoBERTa model for 19th-century text 9 months ago