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

ashdev01
/
my_awesome_eli5_mlm_model

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

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

  • Libraries
  • Transformers

    How to use ashdev01/my_awesome_eli5_mlm_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="ashdev01/my_awesome_eli5_mlm_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("ashdev01/my_awesome_eli5_mlm_model")
    model = AutoModelForMaskedLM.from_pretrained("ashdev01/my_awesome_eli5_mlm_model")
  • Notebooks
  • Google Colab
  • Kaggle
my_awesome_eli5_mlm_model / runs
12 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
ashdev01's picture
ashdev01
Training in progress, step 3
023be18 verified almost 2 years ago
  • Jul12_08-09-55_ce9466088e9e
    Training in progress, step 3 almost 2 years ago
  • Jul12_08-43-40_468711425ade
    Training in progress, step 3 almost 2 years ago