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: 134 Bytes
3baa9bc | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4cbfb4f35f4876cf941c9b58af939b0a4bf83cdcf6eb4facf7c343ec17a311c2
size 438000689
|