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

  • Log In
  • Sign Up

egozi
/
stam_model

Fill-Mask
Transformers
PyTorch
camembert
Model card Files Files and versions
xet
Community
4

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

  • Libraries
  • Transformers

    How to use egozi/stam_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="egozi/stam_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("egozi/stam_model")
    model = AutoModelForMaskedLM.from_pretrained("egozi/stam_model")
  • Notebooks
  • Google Colab
  • Kaggle
stam_model
2.42 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
egozi's picture
egozi
Upload tokenizer
ad92665 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • special_tokens_map.json
    354 Bytes
    Upload tokenizer over 2 years ago
  • tokenizer.json
    2.42 MB
    Upload tokenizer over 2 years ago
  • tokenizer_config.json
    491 Bytes
    Upload tokenizer over 2 years ago