Text Classification
Transformers
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use ZehongWang/test-trainer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ZehongWang/test-trainer with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ZehongWang/test-trainer")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ZehongWang/test-trainer") model = AutoModelForSequenceClassification.from_pretrained("ZehongWang/test-trainer") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 52cbb9523c8e808e8bc22ac2b73e54a068f378122298428c5ca1232305aa265b
- Size of remote file:
- 5.24 kB
- SHA256:
- 9fbd2fc38a015f5746f8cb838a12c17de5f52ce30cac16a8a890d4099cc177b6
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.