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

flax-community
/
roberta-hindi

Fill-Mask
Transformers
PyTorch
JAX
TensorBoard
roberta
Model card Files Files and versions
xet
Metrics Training metrics Community
6

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

  • Libraries
  • Transformers

    How to use flax-community/roberta-hindi with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="flax-community/roberta-hindi")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("flax-community/roberta-hindi")
    model = AutoModelForMaskedLM.from_pretrained("flax-community/roberta-hindi")
  • Notebooks
  • Google Colab
  • Kaggle
roberta-hindi
1.04 GB
Ctrl+K
Ctrl+K
  • 6 contributors
History: 59 commits
hassiahk's picture
hassiahk
Update README.md
81f8b41 almost 5 years ago
  • .gitattributes
    737 Bytes
    Saving weights and logs of epoch 2 almost 5 years ago
  • README.md
    6.79 kB
    Update README.md almost 5 years ago
  • config.json
    692 Bytes
    mc4 epoch14 exported torch config & tokenizer almost 5 years ago
  • create_config.py
    147 Bytes
    All set to train about 5 years ago
  • events.out.tfevents.1625416432.t1v-n-9df4ce0e-w-0.447041.3.v2
    40 Bytes
    xet
    Saving weights and logs of epoch 1 almost 5 years ago
  • events.out.tfevents.1625418057.t1v-n-9df4ce0e-w-0.452509.3.v2
    41.6 MB
    xet
    Saving weights and logs of epoch 8 almost 5 years ago
  • flax_model.msgpack
    499 MB
    xet
    mc4 epoch14 almost 5 years ago
  • flax_to_torch.py
    793 Bytes
    Convert latest model to PyTorch almost 5 years ago
  • merges.txt
    1.21 MB
    Pytorch export fix almost 5 years ago
  • pytorch_model.bin
    499 MB
    xet
    adding model weights pytorch almost 5 years ago
  • run.sh
    562 Bytes
    Updated code to have different seed and reduced lr almost 5 years ago
  • run_mlm_flax.py
    28.7 kB
    Fix on lr almost 5 years ago
  • special_tokens_map.json
    239 Bytes
    Pytorch export fix almost 5 years ago
  • tokenizer.json
    2.86 MB
    mc4 epoch14 exported torch config & tokenizer almost 5 years ago
  • tokenizer_config.json
    279 Bytes
    Pytorch export fix almost 5 years ago
  • train_tokenizer.py
    776 Bytes
    tzz almost 5 years ago
  • vocab.json
    1.55 MB
    Pytorch export fix almost 5 years ago