BioDEX/BioDEX-ICSR
Viewer • Updated • 15.7k • 245 • 3
How to use RoopeshDuvvi/final_results with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("google/flan-t5-large")
model = PeftModel.from_pretrained(base_model, "RoopeshDuvvi/final_results")This model is a fine-tuned version of google/flan-t5-large 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 |
|---|---|---|---|
| 1.2959 | 1.0 | 1203 | 1.0876 |
| 1.1963 | 2.0 | 2406 | 1.0040 |
| 1.1396 | 3.0 | 3609 | 0.9608 |
| 1.1504 | 4.0 | 4812 | 0.9352 |
| 1.0911 | 5.0 | 6015 | 0.9218 |
| 1.0224 | 6.0 | 7218 | 0.9155 |
Base model
google/flan-t5-large