allenai/social_i_qa
Updated • 26.4k • 30
How to use gulsmyigit/socialIQA_roberta_large with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultipleChoice
tokenizer = AutoTokenizer.from_pretrained("gulsmyigit/socialIQA_roberta_large")
model = AutoModelForMultipleChoice.from_pretrained("gulsmyigit/socialIQA_roberta_large")This model is a fine-tuned version of FacebookAI/roberta-large on the social_i_qa 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 |
|---|---|---|---|---|
| 0.4909 | 1.0 | 2089 | 0.5585 | 0.7769 |
| 0.3564 | 2.0 | 4178 | 0.5851 | 0.7876 |
| 0.2002 | 2.9990 | 6264 | 0.6767 | 0.7897 |
Base model
FacebookAI/roberta-large