Text Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Instructions to use Sandhya2002/test-trainer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sandhya2002/test-trainer with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Sandhya2002/test-trainer")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Sandhya2002/test-trainer") model = AutoModelForSequenceClassification.from_pretrained("Sandhya2002/test-trainer") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
1f2ac3a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:75deda2249d22a69258377a6020419a4f46a43d3814e37c3f8c64d94611e6179
size 437958648
|