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

  • Log In
  • Sign Up

shrutisingh
/
MLRoBERTa

Fill-Mask
Transformers
PyTorch
English
roberta
Machine Learning
Research Papers
Scientific Language Model
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use shrutisingh/MLRoBERTa with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="shrutisingh/MLRoBERTa")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("shrutisingh/MLRoBERTa")
    model = AutoModelForMaskedLM.from_pretrained("shrutisingh/MLRoBERTa")
  • Notebooks
  • Google Colab
  • Kaggle
MLRoBERTa
335 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
shrutisingh's picture
shrutisingh
Update README.md
cceb620 about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    937 Bytes
    Update README.md about 3 years ago
  • config.json
    515 Bytes
    Upload 4 files about 3 years ago
  • merges.txt
    460 kB
    Upload 4 files about 3 years ago
  • pytorch_model.bin
    334 MB
    xet
    Upload 4 files about 3 years ago
  • vocab.json
    813 kB
    Upload 4 files about 3 years ago