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

  • Log In
  • Sign Up

GleghornLab
/
AT_EXP

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

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

  • Libraries
  • Transformers

    How to use GleghornLab/AT_EXP with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="GleghornLab/AT_EXP")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("GleghornLab/AT_EXP")
    model = AutoModelForMaskedLM.from_pretrained("GleghornLab/AT_EXP")
  • Notebooks
  • Google Colab
  • Kaggle
AT_EXP
62.2 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
lhallee's picture
lhallee
Update README.md
6ccd9fb verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    210 Bytes
    Update README.md almost 2 years ago
  • config.json
    588 Bytes
    Upload BertForMaskedLM almost 2 years ago
  • generation_config.json
    90 Bytes
    Upload BertForMaskedLM almost 2 years ago
  • model.safetensors
    62.2 MB
    xet
    Upload BertForMaskedLM almost 2 years ago