BART-large-MNLI
Collection
Scores from using BART-large-MNLI as the teacher model on english rows only: roberta-base, xlm-roberta-en, distilroberta, distilbert. • 18 items • Updated
How to use emotions-entailment/roberta-8-4-1.25-85-65-75 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="emotions-entailment/roberta-8-4-1.25-85-65-75") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("emotions-entailment/roberta-8-4-1.25-85-65-75")
model = AutoModelForSequenceClassification.from_pretrained("emotions-entailment/roberta-8-4-1.25-85-65-75", device_map="auto")This model is a fine-tuned version of FacebookAI/roberta-base on the None 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 | F1 Micro | F1 Macro | Precision Micro | Recall Micro |
|---|---|---|---|---|---|---|---|
| 0.6179 | 1.0 | 10479 | 0.3083 | 0.7829 | 0.7445 | 0.8463 | 0.7283 |
| 0.6126 | 2.0 | 20958 | 0.3054 | 0.8112 | 0.7779 | 0.8327 | 0.7908 |
| 0.6089 | 3.0 | 31437 | 0.3043 | 0.8236 | 0.7964 | 0.8430 | 0.8051 |
Base model
FacebookAI/roberta-base