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

  • Log In
  • Sign Up

zereraz
/
eelbert

Text Classification
Transformers
ONNX
Safetensors
bert
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use zereraz/eelbert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="zereraz/eelbert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("zereraz/eelbert")
    model = AutoModelForSequenceClassification.from_pretrained("zereraz/eelbert")
  • Notebooks
  • Google Colab
  • Kaggle
eelbert
35.4 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
zereraz's picture
zereraz
Add the model
01207c4 verified almost 2 years ago
  • onnx
    Add the model almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    24 Bytes
    initial commit almost 2 years ago
  • config.json
    649 Bytes
    Add the model almost 2 years ago
  • model.safetensors
    17.5 MB
    xet
    Add the model almost 2 years ago
  • special_tokens_map.json
    125 Bytes
    Add the model almost 2 years ago
  • tokenizer_config.json
    1.24 kB
    Add the model almost 2 years ago
  • vocab.txt
    232 kB
    Add the model almost 2 years ago