Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

guyhadad01
/
E5-small

Fill-Mask
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use guyhadad01/E5-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use guyhadad01/E5-small with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="guyhadad01/E5-small")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("guyhadad01/E5-small")
    model = AutoModelForMaskedLM.from_pretrained("guyhadad01/E5-small")
  • Notebooks
  • Google Colab
  • Kaggle
E5-small / runs
38.7 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
guyhadad01's picture
guyhadad01
Model save
5877c4a verified 9 months ago
  • Aug25_10-16-08_ip-172-31-44-130
    Training in progress, step 1000 9 months ago
  • Aug25_10-32-19_ip-172-31-44-130
    Training in progress, step 9851 9 months ago
  • Aug25_11-25-19_ip-172-31-44-130
    Model save 9 months ago