End of training
Browse files
README.md
ADDED
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: google-t5/t5-large
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
model-index:
|
8 |
+
- name: flan-t5-gen-retrieval-lora
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
# flan-t5-gen-retrieval-lora
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [google-t5/t5-large](https://huggingface.co/google-t5/t5-large) on the None dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.8377
|
20 |
+
|
21 |
+
## Model description
|
22 |
+
|
23 |
+
More information needed
|
24 |
+
|
25 |
+
## Intended uses & limitations
|
26 |
+
|
27 |
+
More information needed
|
28 |
+
|
29 |
+
## Training and evaluation data
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Training procedure
|
34 |
+
|
35 |
+
### Training hyperparameters
|
36 |
+
|
37 |
+
The following hyperparameters were used during training:
|
38 |
+
- learning_rate: 5e-05
|
39 |
+
- train_batch_size: 4
|
40 |
+
- eval_batch_size: 4
|
41 |
+
- seed: 42
|
42 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
43 |
+
- lr_scheduler_type: linear
|
44 |
+
- training_steps: 500
|
45 |
+
|
46 |
+
### Training results
|
47 |
+
|
48 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
+
|:-------------:|:------:|:----:|:---------------:|
|
50 |
+
| 1.0087 | 0.0491 | 405 | 1.2918 |
|
51 |
+
| 1.0558 | 0.0497 | 410 | 1.2060 |
|
52 |
+
| 1.0558 | 0.0503 | 415 | 1.1487 |
|
53 |
+
| 0.8712 | 0.0509 | 420 | 1.1032 |
|
54 |
+
| 0.8712 | 0.0515 | 425 | 1.0525 |
|
55 |
+
| 0.7341 | 0.0521 | 430 | 1.0037 |
|
56 |
+
| 0.7341 | 0.0527 | 435 | 0.9570 |
|
57 |
+
| 0.7253 | 0.0533 | 440 | 0.9061 |
|
58 |
+
| 0.7253 | 0.0539 | 445 | 0.8771 |
|
59 |
+
| 0.6724 | 0.0545 | 450 | 0.8519 |
|
60 |
+
| 0.6724 | 0.0552 | 455 | 0.8448 |
|
61 |
+
| 0.6172 | 0.0558 | 460 | 0.8431 |
|
62 |
+
| 0.6172 | 0.0564 | 465 | 0.8414 |
|
63 |
+
| 0.6013 | 0.0570 | 470 | 0.8399 |
|
64 |
+
| 0.6013 | 0.0576 | 475 | 0.8391 |
|
65 |
+
| 0.5868 | 0.0582 | 480 | 0.8385 |
|
66 |
+
| 0.5868 | 0.0588 | 485 | 0.8383 |
|
67 |
+
| 0.6088 | 0.0594 | 490 | 0.8380 |
|
68 |
+
| 0.6088 | 0.06 | 495 | 0.8378 |
|
69 |
+
| 0.6092 | 0.0606 | 500 | 0.8377 |
|
70 |
+
|
71 |
+
|
72 |
+
### Framework versions
|
73 |
+
|
74 |
+
- PEFT 0.14.0
|
75 |
+
- Transformers 4.51.3
|
76 |
+
- Pytorch 2.6.0+cu124
|
77 |
+
- Datasets 3.6.0
|
78 |
+
- Tokenizers 0.21.1
|