Humphery7 commited on
Commit
5f99659
·
verified ·
1 Parent(s): 5f2d25d

End of training

Browse files
README.md CHANGED
@@ -15,6 +15,8 @@ should probably proofread and complete it, then remove this comment. -->
15
  # build_your_circuit_lora
16
 
17
  This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
 
 
18
 
19
  ## Model description
20
 
@@ -42,10 +44,54 @@ The following hyperparameters were used during training:
42
  - num_epochs: 20
43
  - mixed_precision_training: Native AMP
44
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
  ### Framework versions
46
 
47
  - PEFT 0.15.2
48
- - Transformers 4.52.4
49
  - Pytorch 2.6.0+cu124
50
  - Datasets 3.6.0
51
  - Tokenizers 0.21.2
 
15
  # build_your_circuit_lora
16
 
17
  This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.9179
20
 
21
  ## Model description
22
 
 
44
  - num_epochs: 20
45
  - mixed_precision_training: Native AMP
46
 
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss |
50
+ |:-------------:|:-------:|:-----:|:---------------:|
51
+ | 5.6558 | 0.5263 | 500 | 2.7776 |
52
+ | 2.7422 | 1.0526 | 1000 | 1.9060 |
53
+ | 2.1288 | 1.5789 | 1500 | 1.6338 |
54
+ | 1.863 | 2.1053 | 2000 | 1.4802 |
55
+ | 1.6722 | 2.6316 | 2500 | 1.3769 |
56
+ | 1.5777 | 3.1579 | 3000 | 1.2927 |
57
+ | 1.4825 | 3.6842 | 3500 | 1.2269 |
58
+ | 1.43 | 4.2105 | 4000 | 1.1850 |
59
+ | 1.3737 | 4.7368 | 4500 | 1.1518 |
60
+ | 1.323 | 5.2632 | 5000 | 1.1274 |
61
+ | 1.2881 | 5.7895 | 5500 | 1.0999 |
62
+ | 1.2751 | 6.3158 | 6000 | 1.0804 |
63
+ | 1.2417 | 6.8421 | 6500 | 1.0641 |
64
+ | 1.2058 | 7.3684 | 7000 | 1.0429 |
65
+ | 1.1967 | 7.8947 | 7500 | 1.0309 |
66
+ | 1.1881 | 8.4211 | 8000 | 1.0186 |
67
+ | 1.1615 | 8.9474 | 8500 | 1.0139 |
68
+ | 1.1486 | 9.4737 | 9000 | 0.9940 |
69
+ | 1.139 | 10.0 | 9500 | 0.9825 |
70
+ | 1.1334 | 10.5263 | 10000 | 0.9786 |
71
+ | 1.1079 | 11.0526 | 10500 | 0.9731 |
72
+ | 1.1141 | 11.5789 | 11000 | 0.9648 |
73
+ | 1.1053 | 12.1053 | 11500 | 0.9613 |
74
+ | 1.0943 | 12.6316 | 12000 | 0.9539 |
75
+ | 1.0776 | 13.1579 | 12500 | 0.9502 |
76
+ | 1.1101 | 13.6842 | 13000 | 0.9415 |
77
+ | 1.0635 | 14.2105 | 13500 | 0.9373 |
78
+ | 1.0527 | 14.7368 | 14000 | 0.9371 |
79
+ | 1.0926 | 15.2632 | 14500 | 0.9317 |
80
+ | 1.0639 | 15.7895 | 15000 | 0.9310 |
81
+ | 1.0445 | 16.3158 | 15500 | 0.9272 |
82
+ | 1.0672 | 16.8421 | 16000 | 0.9260 |
83
+ | 1.0519 | 17.3684 | 16500 | 0.9227 |
84
+ | 1.0581 | 17.8947 | 17000 | 0.9203 |
85
+ | 1.0365 | 18.4211 | 17500 | 0.9193 |
86
+ | 1.0595 | 18.9474 | 18000 | 0.9178 |
87
+ | 1.0449 | 19.4737 | 18500 | 0.9179 |
88
+ | 1.0478 | 20.0 | 19000 | 0.9179 |
89
+
90
+
91
  ### Framework versions
92
 
93
  - PEFT 0.15.2
94
+ - Transformers 4.55.4
95
  - Pytorch 2.6.0+cu124
96
  - Datasets 3.6.0
97
  - Tokenizers 0.21.2
adapter_config.json CHANGED
@@ -13,21 +13,21 @@
13
  "layers_pattern": null,
14
  "layers_to_transform": null,
15
  "loftq_config": {},
16
- "lora_alpha": 32,
17
  "lora_bias": false,
18
  "lora_dropout": 0.01,
19
  "megatron_config": null,
20
  "megatron_core": "megatron.core",
21
  "modules_to_save": null,
22
  "peft_type": "LORA",
23
- "r": 16,
24
  "rank_pattern": {},
25
  "revision": null,
26
  "target_modules": [
27
  "k",
28
- "v",
29
  "q",
30
- "o"
31
  ],
32
  "task_type": "SEQ_2_SEQ_LM",
33
  "trainable_token_indices": null,
 
13
  "layers_pattern": null,
14
  "layers_to_transform": null,
15
  "loftq_config": {},
16
+ "lora_alpha": 16,
17
  "lora_bias": false,
18
  "lora_dropout": 0.01,
19
  "megatron_config": null,
20
  "megatron_core": "megatron.core",
21
  "modules_to_save": null,
22
  "peft_type": "LORA",
23
+ "r": 8,
24
  "rank_pattern": {},
25
  "revision": null,
26
  "target_modules": [
27
  "k",
28
+ "o",
29
  "q",
30
+ "v"
31
  ],
32
  "task_type": "SEQ_2_SEQ_LM",
33
  "trainable_token_indices": null,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:12a27d56f59a04832f4840e8b01ddd6595b09cca5325a98de2d0ef298871b966
3
- size 136240968
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f00392fb610a9986c3d1dc0c7e7ee97ad35b02de6dd769c894f7b9989c86e75
3
+ size 133881456
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9c865b5cd3e05e4dc94488ecb7529ff21a334dfd8d9de9d69bf5ca8df4768622
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9562e99463250b2d7913296e340964def870f91269062fc07c209f0562acce62
3
  size 5432