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

chriskhanhtran
/
spanberta

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

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

  • Libraries
  • Transformers

    How to use chriskhanhtran/spanberta with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="chriskhanhtran/spanberta")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("chriskhanhtran/spanberta")
    model = AutoModelForMaskedLM.from_pretrained("chriskhanhtran/spanberta")
  • Notebooks
  • Google Colab
  • Kaggle
spanberta
1 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
patrickvonplaten's picture
patrickvonplaten
upload flax model
cf241bb almost 5 years ago
  • .gitattributes
    391 Bytes
    allow flax almost 5 years ago
  • config.json
    487 Bytes
    Update config.json about 6 years ago
  • eval_results.txt
    28 Bytes
    Update eval_results.txt about 6 years ago
  • flax_model.msgpack
    499 MB
    xet
    upload flax model almost 5 years ago
  • merges.txt
    512 kB
    Update merges.txt about 6 years ago
  • pytorch_model.bin
    501 MB
    xet
    Update pytorch_model.bin about 6 years ago
  • tokenizer_config.json
    16 Bytes
    Update tokenizer_config.json about 6 years ago
  • vocab.json
    954 kB
    Update vocab.json about 6 years ago