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

  • Log In
  • Sign Up

KalaiselvanD
/
model_bert_7000_5

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

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

  • Libraries
  • Transformers

    How to use KalaiselvanD/model_bert_7000_5 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="KalaiselvanD/model_bert_7000_5")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("KalaiselvanD/model_bert_7000_5")
    model = AutoModelForSequenceClassification.from_pretrained("KalaiselvanD/model_bert_7000_5")
  • Notebooks
  • Google Colab
  • Kaggle
model_bert_7000_5 / runs
28.1 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
KalaiselvanD's picture
KalaiselvanD
Training in progress, epoch 4
6b7263a verified about 2 years ago
  • Apr19_06-39-45_52a764c58487
    Training in progress, epoch 1 about 2 years ago
  • Apr19_08-10-27_52a764c58487
    Training in progress, epoch 2 about 2 years ago
  • Apr19_09-46-46_52a764c58487
    Training in progress, epoch 5 about 2 years ago
  • Apr19_11-27-26_226762f50114
    Training in progress, epoch 4 about 2 years ago