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