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

  • Log In
  • Sign Up

irebil
/
distilbert

Text Classification
Transformers
Safetensors
distilbert
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use irebil/distilbert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="irebil/distilbert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("irebil/distilbert")
    model = AutoModelForSequenceClassification.from_pretrained("irebil/distilbert")
  • Notebooks
  • Google Colab
  • Kaggle
distilbert
269 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
irebil's picture
irebil
Upload tokenizer
40e931d verified 6 days ago
  • .gitattributes
    1.52 kB
    initial commit 6 days ago
  • README.md
    5.17 kB
    Upload DistilBertForSequenceClassification 6 days ago
  • config.json
    775 Bytes
    Upload DistilBertForSequenceClassification 6 days ago
  • model.safetensors
    268 MB
    xet
    Upload DistilBertForSequenceClassification 6 days ago
  • special_tokens_map.json
    695 Bytes
    Upload tokenizer 6 days ago
  • tokenizer.json
    711 kB
    Upload tokenizer 6 days ago
  • tokenizer_config.json
    1.34 kB
    Upload tokenizer 6 days ago
  • vocab.txt
    232 kB
    Upload tokenizer 6 days ago