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