Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Instructions to use kkotkar1/test_trainer_old with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kkotkar1/test_trainer_old with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="kkotkar1/test_trainer_old")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("kkotkar1/test_trainer_old") model = AutoModelForSequenceClassification.from_pretrained("kkotkar1/test_trainer_old") - Notebooks
- Google Colab
- Kaggle
Commit History
update model card README.md 1258bec
Kunal Kotkar commited on
End of training 91de84c
Kunal Kotkar commited on
Training in progress, epoch 1 d4d53ca
Kunal Kotkar commited on
update model card README.md 261e86a
Kunal Kotkar commited on
End of training 355fa98
Kunal Kotkar commited on
Training in progress, epoch 1 6372c2e
Kunal Kotkar commited on
update model card README.md ee24c96
Kunal Kotkar commited on
End of training 9918f83
Kunal Kotkar commited on
Training in progress, epoch 1 74a1228
Kunal Kotkar commited on
initial commit 26b6104
Kunal Kotkar commited on