nyu-mll/glue
Viewer • Updated • 1.49M • 440k • 524
How to use jorgeduardo13/platzi_nlp_model_roberta_similaritytext with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="jorgeduardo13/platzi_nlp_model_roberta_similaritytext") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("jorgeduardo13/platzi_nlp_model_roberta_similaritytext")
model = AutoModelForSequenceClassification.from_pretrained("jorgeduardo13/platzi_nlp_model_roberta_similaritytext", device_map="auto")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.2258 | 1.09 | 500 | 0.9276 | 0.7966 | 0.8483 |
| 0.1733 | 2.18 | 1000 | 1.1506 | 0.8186 | 0.8754 |
| 0.1405 | 3.27 | 1500 | 1.2962 | 0.7990 | 0.8571 |
| 0.0545 | 4.36 | 2000 | 1.3339 | 0.8137 | 0.8685 |
Base model
distilbert/distilroberta-base