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

gszabo
/
large2

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

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

  • Libraries
  • Transformers

    How to use gszabo/large2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="gszabo/large2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("gszabo/large2")
    model = AutoModelForMaskedLM.from_pretrained("gszabo/large2")
  • Notebooks
  • Google Colab
  • Kaggle
large2
1.6 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
gszabo's picture
gszabo
Update config.json
d9d3938 over 3 years ago
  • .gitattributes
    1.43 kB
    initial commit over 3 years ago
  • config.json
    708 Bytes
    Update config.json over 3 years ago
  • pytorch_model.bin
    1.59 GB
    xet
    Upload XLMRobertaForMaskedLM over 3 years ago
  • special_tokens_map.json
    167 Bytes
    Upload tokenizer over 3 years ago
  • tokenizer.json
    6.28 MB
    Upload tokenizer over 3 years ago
  • tokenizer_config.json
    51 Bytes
    Upload tokenizer over 3 years ago