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

ManuelPerdigo
/
MEGA_mlm

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

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

  • Libraries
  • Transformers

    How to use ManuelPerdigo/MEGA_mlm with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="ManuelPerdigo/MEGA_mlm")
    # Load model directly
    from transformers import AutoModelForMaskedLM
    model = AutoModelForMaskedLM.from_pretrained("ManuelPerdigo/MEGA_mlm", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
MEGA_mlm / runs
7.53 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
ManuelPerdigo's picture
ManuelPerdigo
End of training
3962a96 almost 3 years ago
  • Jul25_16-14-18_8be44650b3d0
    End of training almost 3 years ago