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

  • Log In
  • Sign Up

machinelearn
/
my_awesome_eli5_mlm_model

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

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

  • Libraries
  • Transformers

    How to use machinelearn/my_awesome_eli5_mlm_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="machinelearn/my_awesome_eli5_mlm_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("machinelearn/my_awesome_eli5_mlm_model")
    model = AutoModelForMaskedLM.from_pretrained("machinelearn/my_awesome_eli5_mlm_model")
  • Notebooks
  • Google Colab
  • Kaggle
my_awesome_eli5_mlm_model
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
machinelearn's picture
machinelearn
Training in progress, step 3000
8543371 almost 3 years ago
  • runs
    Training in progress, step 3000 almost 3 years ago
  • .gitattributes
    1.48 kB
    initial commit almost 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, step 500 almost 3 years ago
  • config.json
    677 Bytes
    Training in progress, step 500 almost 3 years ago
  • pytorch_model.bin
    329 MB
    xet
    Training in progress, step 3000 almost 3 years ago
  • training_args.bin
    3.58 kB
    xet
    Training in progress, step 500 almost 3 years ago