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

  • Log In
  • Sign Up

Fabchi
/
Wayne_MLM

Fill-Mask
Transformers
Safetensors
roberta
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Fabchi/Wayne_MLM with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="Fabchi/Wayne_MLM")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("Fabchi/Wayne_MLM")
    model = AutoModelForMaskedLM.from_pretrained("Fabchi/Wayne_MLM")
  • Notebooks
  • Google Colab
  • Kaggle
Wayne_MLM
330 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Fabchi's picture
Fabchi
Upload RobertaForMaskedLM
b5f90ac verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • MLM_WAYNE_HUGG.ipynb
    302 kB
    Upload MLM_WAYNE_HUGG.ipynb over 2 years ago
  • Readme.md
    0 Bytes
    Create Readme.md over 2 years ago
  • config.json
    734 Bytes
    Upload RobertaForMaskedLM over 2 years ago
  • model.safetensors
    329 MB
    xet
    Upload RobertaForMaskedLM over 2 years ago