Text Classification
Transformers
PyTorch
TensorBoard
roberta
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use Alejandro-sin/NPL-experiment-agl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Alejandro-sin/NPL-experiment-agl with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Alejandro-sin/NPL-experiment-agl")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Alejandro-sin/NPL-experiment-agl") model = AutoModelForSequenceClassification.from_pretrained("Alejandro-sin/NPL-experiment-agl", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
54ac336 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:601569673c17110ce7eb1215931980d59ac71df74ea3ae1c26fdaf9e066216df
size 4408
|