aps/super_glue
Viewer • Updated • 196k • 192k • 188
How to use Areepatw/bert-multirc with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="Areepatw/bert-multirc") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("Areepatw/bert-multirc")
model = AutoModelForSequenceClassification.from_pretrained("Areepatw/bert-multirc")This model is a fine-tuned version of bert-base-uncased on the super_glue 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.6862 | 1.0 | 1703 | 0.6812 | 0.5745 | 0.5000 |
Base model
google-bert/bert-base-uncased