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

  • Log In
  • Sign Up

lysandre
/
temp-bert2

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

Instructions to use lysandre/temp-bert2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use lysandre/temp-bert2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="lysandre/temp-bert2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("lysandre/temp-bert2")
    model = AutoModelForMaskedLM.from_pretrained("lysandre/temp-bert2")
  • Notebooks
  • Google Colab
  • Kaggle
temp-bert2
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
lysandre's picture
lysandre HF Staff
Create config.4.10.0.json
312bdb5 over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • config.4.10.0.json
    572 Bytes
    Create config.4.10.0.json over 4 years ago
  • config.json
    569 Bytes
    Create config.json over 4 years ago