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