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

  • Log In
  • Sign Up

JS47
/
ElectraMaskedLM_Wiki

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

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

  • Libraries
  • Transformers

    How to use JS47/ElectraMaskedLM_Wiki with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="JS47/ElectraMaskedLM_Wiki")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("JS47/ElectraMaskedLM_Wiki")
    model = AutoModelForMaskedLM.from_pretrained("JS47/ElectraMaskedLM_Wiki")
  • Notebooks
  • Google Colab
  • Kaggle
ElectraMaskedLM_Wiki / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 147 commits
JS47's picture
JS47
Training in progress, step 144000
e9719a3 over 3 years ago
  • Dec15_06-49-29_2b4f0995a24c
    Training in progress, step 90000 over 3 years ago
  • Dec15_09-30-26_adfe92c4f360
    Training in progress, step 2000 over 3 years ago
  • Dec15_10-04-07_adfe92c4f360
    Training in progress, step 82000 over 3 years ago
  • Dec15_18-18-23_22b406c6fae3
    Training in progress, step 200000 over 3 years ago
  • Dec16_00-08-25_f23e0532f932
    Training in progress, step 144000 over 3 years ago