McGill-NLP/stereoset
Viewer • Updated • 4.23k • 5.5k • 30
How to use henryscheible/stereoset_trainer_roberta-base_finetuned with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="henryscheible/stereoset_trainer_roberta-base_finetuned") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("henryscheible/stereoset_trainer_roberta-base_finetuned")
model = AutoModelForSequenceClassification.from_pretrained("henryscheible/stereoset_trainer_roberta-base_finetuned")This model is a fine-tuned version of roberta-base on the stereoset 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 |
|---|---|---|---|---|
| No log | 0.54 | 50 | 0.6919 | 0.5157 |
| No log | 1.08 | 100 | 0.6944 | 0.4843 |
| No log | 1.61 | 150 | 0.6275 | 0.6664 |
| No log | 2.15 | 200 | 0.5548 | 0.7355 |
| No log | 2.69 | 250 | 0.5613 | 0.7331 |
| No log | 3.23 | 300 | 0.6062 | 0.7331 |
| No log | 3.76 | 350 | 0.5455 | 0.7488 |
| No log | 4.3 | 400 | 0.6223 | 0.7488 |
| No log | 4.84 | 450 | 0.5749 | 0.7535 |