End of training
Browse files- README.md +109 -0
- adapter_model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,109 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
library_name: peft
|
4 |
+
tags:
|
5 |
+
- unsloth
|
6 |
+
- generated_from_trainer
|
7 |
+
base_model: Qwen/Qwen2-7B
|
8 |
+
model-index:
|
9 |
+
- name: qwen2_MetaMathQA_40K_ortho
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# qwen2_MetaMathQA_40K_ortho
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [Qwen/Qwen2-7B](https://huggingface.co/Qwen/Qwen2-7B) on an unknown dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.1523
|
21 |
+
|
22 |
+
## Model description
|
23 |
+
|
24 |
+
More information needed
|
25 |
+
|
26 |
+
## Intended uses & limitations
|
27 |
+
|
28 |
+
More information needed
|
29 |
+
|
30 |
+
## Training and evaluation data
|
31 |
+
|
32 |
+
More information needed
|
33 |
+
|
34 |
+
## Training procedure
|
35 |
+
|
36 |
+
### Training hyperparameters
|
37 |
+
|
38 |
+
The following hyperparameters were used during training:
|
39 |
+
- learning_rate: 0.0001
|
40 |
+
- train_batch_size: 4
|
41 |
+
- eval_batch_size: 4
|
42 |
+
- seed: 42
|
43 |
+
- gradient_accumulation_steps: 16
|
44 |
+
- total_train_batch_size: 64
|
45 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
+
- lr_scheduler_type: cosine
|
47 |
+
- lr_scheduler_warmup_steps: 0.02
|
48 |
+
- num_epochs: 1
|
49 |
+
|
50 |
+
### Training results
|
51 |
+
|
52 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
53 |
+
|:-------------:|:------:|:----:|:---------------:|
|
54 |
+
| 0.1742 | 0.0211 | 13 | 0.1537 |
|
55 |
+
| 0.1454 | 0.0421 | 26 | 0.1536 |
|
56 |
+
| 0.1508 | 0.0632 | 39 | 0.1538 |
|
57 |
+
| 0.1453 | 0.0843 | 52 | 0.1541 |
|
58 |
+
| 0.1475 | 0.1053 | 65 | 0.1551 |
|
59 |
+
| 0.1506 | 0.1264 | 78 | 0.1554 |
|
60 |
+
| 0.1562 | 0.1474 | 91 | 0.1569 |
|
61 |
+
| 0.1516 | 0.1685 | 104 | 0.1574 |
|
62 |
+
| 0.1558 | 0.1896 | 117 | 0.1583 |
|
63 |
+
| 0.1565 | 0.2106 | 130 | 0.1594 |
|
64 |
+
| 0.1577 | 0.2317 | 143 | 0.1601 |
|
65 |
+
| 0.1498 | 0.2528 | 156 | 0.1598 |
|
66 |
+
| 0.1578 | 0.2738 | 169 | 0.1602 |
|
67 |
+
| 0.1532 | 0.2949 | 182 | 0.1604 |
|
68 |
+
| 0.1593 | 0.3159 | 195 | 0.1605 |
|
69 |
+
| 0.151 | 0.3370 | 208 | 0.1598 |
|
70 |
+
| 0.1532 | 0.3581 | 221 | 0.1596 |
|
71 |
+
| 0.1519 | 0.3791 | 234 | 0.1593 |
|
72 |
+
| 0.1531 | 0.4002 | 247 | 0.1594 |
|
73 |
+
| 0.1545 | 0.4213 | 260 | 0.1590 |
|
74 |
+
| 0.1619 | 0.4423 | 273 | 0.1595 |
|
75 |
+
| 0.1561 | 0.4634 | 286 | 0.1589 |
|
76 |
+
| 0.1605 | 0.4845 | 299 | 0.1578 |
|
77 |
+
| 0.1495 | 0.5055 | 312 | 0.1584 |
|
78 |
+
| 0.1473 | 0.5266 | 325 | 0.1579 |
|
79 |
+
| 0.1505 | 0.5476 | 338 | 0.1568 |
|
80 |
+
| 0.1525 | 0.5687 | 351 | 0.1564 |
|
81 |
+
| 0.1565 | 0.5898 | 364 | 0.1560 |
|
82 |
+
| 0.1514 | 0.6108 | 377 | 0.1557 |
|
83 |
+
| 0.1459 | 0.6319 | 390 | 0.1550 |
|
84 |
+
| 0.1537 | 0.6530 | 403 | 0.1544 |
|
85 |
+
| 0.1539 | 0.6740 | 416 | 0.1545 |
|
86 |
+
| 0.1512 | 0.6951 | 429 | 0.1546 |
|
87 |
+
| 0.1536 | 0.7162 | 442 | 0.1540 |
|
88 |
+
| 0.1468 | 0.7372 | 455 | 0.1532 |
|
89 |
+
| 0.1504 | 0.7583 | 468 | 0.1532 |
|
90 |
+
| 0.1509 | 0.7793 | 481 | 0.1532 |
|
91 |
+
| 0.1506 | 0.8004 | 494 | 0.1530 |
|
92 |
+
| 0.147 | 0.8215 | 507 | 0.1527 |
|
93 |
+
| 0.1473 | 0.8425 | 520 | 0.1526 |
|
94 |
+
| 0.1505 | 0.8636 | 533 | 0.1526 |
|
95 |
+
| 0.1503 | 0.8847 | 546 | 0.1525 |
|
96 |
+
| 0.1474 | 0.9057 | 559 | 0.1524 |
|
97 |
+
| 0.1461 | 0.9268 | 572 | 0.1525 |
|
98 |
+
| 0.1459 | 0.9478 | 585 | 0.1523 |
|
99 |
+
| 0.1458 | 0.9689 | 598 | 0.1524 |
|
100 |
+
| 0.1523 | 0.9900 | 611 | 0.1523 |
|
101 |
+
|
102 |
+
|
103 |
+
### Framework versions
|
104 |
+
|
105 |
+
- PEFT 0.7.1
|
106 |
+
- Transformers 4.40.2
|
107 |
+
- Pytorch 2.3.0+cu121
|
108 |
+
- Datasets 2.19.1
|
109 |
+
- Tokenizers 0.19.1
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 80792096
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cf0ddec8ee0343ac92f87bc0573a2cd8568b0d0db26bd4f908699665f5d9e54d
|
3 |
size 80792096
|