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