CLARA-MeD/claramed3800
Viewer • Updated • 3.8k • 16
How to use snorkelai/med-flan-t5-large with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("snorkelai/med-flan-t5-large")
model = AutoModelForSeq2SeqLM.from_pretrained("snorkelai/med-flan-t5-large")This model is a fine-tuned version of google/flan-t5-large on the CLARA-MeD 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 |
|---|---|---|---|---|---|---|---|
| No log | 1.0 | 380 | 1.1948 | 28.2861 | 15.6461 | 26.7126 | 26.7389 |
| No log | 2.0 | 760 | 1.1361 | 28.3528 | 15.8519 | 26.8151 | 26.8069 |
| 1.3561 | 3.0 | 1140 | 1.1051 | 29.6216 | 16.8227 | 28.0662 | 28.0613 |
| 1.3561 | 4.0 | 1520 | 1.0915 | 29.3603 | 16.5008 | 27.7915 | 27.7761 |
| 1.0939 | 5.0 | 1900 | 1.0898 | 28.9888 | 16.3801 | 27.4186 | 27.4043 |