RobZamp/sick
Updated • 3.32k • 9
How to use varun-v-rao/roberta-base-fp-sick with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="varun-v-rao/roberta-base-fp-sick") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("varun-v-rao/roberta-base-fp-sick")
model = AutoModelForSequenceClassification.from_pretrained("varun-v-rao/roberta-base-fp-sick")This model is a fine-tuned version of roberta-base on the sick 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 | 1.0 | 70 | 0.3581 | 0.8768 |
| No log | 2.0 | 140 | 0.3995 | 0.8465 |
| No log | 3.0 | 210 | 0.3257 | 0.8788 |