Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

flax-community
/
robit-roberta-base-it

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

Instructions to use flax-community/robit-roberta-base-it with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use flax-community/robit-roberta-base-it with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="flax-community/robit-roberta-base-it")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("flax-community/robit-roberta-base-it")
    model = AutoModelForMaskedLM.from_pretrained("flax-community/robit-roberta-base-it")
  • Notebooks
  • Google Colab
  • Kaggle
robit-roberta-base-it
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
prateekagrawal's picture
prateekagrawal
Saving weights and logs of step 3001
4d9d4b2 almost 5 years ago
  • .gitattributes
    737 Bytes
    Saving weights and logs of step 1001 almost 5 years ago
  • README.md
    1.52 kB
    Saving weights and logs of step 8 almost 5 years ago
  • config.json
    618 Bytes
    Saving weights and logs of step 8 almost 5 years ago
  • create_config.py
    195 Bytes
    Saving weights and logs of step 8 almost 5 years ago
  • flax_model.msgpack
    499 MB
    xet
    Saving weights and logs of step 3001 almost 5 years ago
  • run.sh
    603 Bytes
    Saving weights and logs of step 1001 almost 5 years ago
  • run.sh.save
    471 Bytes
    Saving weights and logs of step 8 almost 5 years ago
  • run_mlm_flax.py
    29 kB
    Saving weights and logs of step 1001 almost 5 years ago
  • run_mlm_flax_stream.py
    26.3 kB
    Saving weights and logs of step 1001 almost 5 years ago
  • tokenizer.json
    1.44 MB
    Saving weights and logs of step 8 almost 5 years ago
  • train_tokenizer.py
    769 Bytes
    Saving weights and logs of step 8 almost 5 years ago