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

  • Log In
  • Sign Up

g8a9
/
roberta-tiny-10M

Fill-Mask
Transformers
PyTorch
TensorBoard
roberta
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use g8a9/roberta-tiny-10M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use g8a9/roberta-tiny-10M with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="g8a9/roberta-tiny-10M")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("g8a9/roberta-tiny-10M")
    model = AutoModelForMaskedLM.from_pretrained("g8a9/roberta-tiny-10M")
  • Notebooks
  • Google Colab
  • Kaggle
roberta-tiny-10M / runs
105 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 88 commits
g8a9's picture
g8a9
End of training
fb5a889 about 3 years ago
  • Feb14_00-12-10_monica.sm.unibocconi.it
    End of training about 3 years ago