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-base-mr

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

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="flax-community/roberta-base-mr")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("flax-community/roberta-base-mr")
    model = AutoModelForMaskedLM.from_pretrained("flax-community/roberta-base-mr")
  • Notebooks
  • Google Colab
  • Kaggle
roberta-base-mr / dummy
Ctrl+K
Ctrl+K
  • 3 contributors
History: 2 commits
nipunsadvilkar's picture
nipunsadvilkar
Saving weights and logs of step 500
0a45948 almost 5 years ago
  • dummy_mr_train.csv
    2.32 MB
    Saving weights and logs of step 500 almost 5 years ago
  • dummy_mr_validation.csv
    914 kB
    Saving weights and logs of step 500 almost 5 years ago