nyu-mll/glue
Viewer • Updated • 1.49M • 492k • 498
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")This model is a fine-tuned version of distilroberta-base on the datasetX dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|---|---|---|---|---|---|
| 0.5059 | 1.09 | 500 | 0.5756 | 0.8211 | 0.8726 |
| 0.3299 | 2.18 | 1000 | 0.7190 | 0.8309 | 0.8761 |