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

  • Log In
  • Sign Up

KalaiselvanD
/
distilbert_07_3

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

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

  • Libraries
  • Transformers

    How to use KalaiselvanD/distilbert_07_3 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="KalaiselvanD/distilbert_07_3")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("KalaiselvanD/distilbert_07_3")
    model = AutoModelForSequenceClassification.from_pretrained("KalaiselvanD/distilbert_07_3")
  • Notebooks
  • Google Colab
  • Kaggle
distilbert_07_3
269 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits

This model has 1 file scanned as unsafe.

KalaiselvanD's picture
KalaiselvanD
Training in progress, epoch 1
3e66546 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • config.json
    764 Bytes
    Training in progress, epoch 1 about 2 years ago
  • model.safetensors
    268 MB
    xet
    Training in progress, epoch 1 about 2 years ago
  • special_tokens_map.json
    125 Bytes
    Training in progress, epoch 1 about 2 years ago
  • tokenizer.json
    711 kB
    Training in progress, epoch 1 about 2 years ago
  • tokenizer_config.json
    1.2 kB
    Training in progress, epoch 1 about 2 years ago
  • training_args.bin
    4.92 kB
    xet
    Training in progress, epoch 1 about 2 years ago
  • vocab.txt
    232 kB
    Training in progress, epoch 1 about 2 years ago