esnli/esnli
Updated • 1.69k • 23
How to use Mitrofazotron/flan-t5-base-esnli with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("Mitrofazotron/flan-t5-base-esnli")
model = AutoModelForSeq2SeqLM.from_pretrained("Mitrofazotron/flan-t5-base-esnli", device_map="auto")This model is a fine-tuned version of google/flan-t5-base on the esnli 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 | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|---|---|---|---|---|---|---|---|---|
| 0.0 | 1.0 | 8584 | nan | 7.9134 | 2.5218 | 6.6841 | 6.8287 | 5.1981 |
Base model
google/flan-t5-base