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

Amirosein
/
roberta

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

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

  • Libraries
  • Transformers

    How to use Amirosein/roberta with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="Amirosein/roberta")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("Amirosein/roberta")
    model = AutoModelForMaskedLM.from_pretrained("Amirosein/roberta")
  • Notebooks
  • Google Colab
  • Kaggle
roberta
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
8f28d19 verified over 1 year ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model over 1 year ago
  • config.json
    744 Bytes
    add model over 4 years ago
  • merges.txt
    2.24 MB
    add tokenizer over 4 years ago
  • model.safetensors
    399 MB
    xet
    Adding `safetensors` variant of this model over 1 year ago
  • pytorch_model.bin
    399 MB
    xet
    add model over 4 years ago
  • special_tokens_map.json
    772 Bytes
    add tokenizer over 4 years ago
  • tokenizer.json
    5.37 MB
    add tokenizer over 4 years ago
  • tokenizer_config.json
    1.13 kB
    add tokenizer over 4 years ago
  • vocab.json
    2.93 MB
    add tokenizer over 4 years ago