work4xiang
commited on
Commit
•
5179e7e
1
Parent(s):
140ef1a
End of training
Browse files- README.md +30 -17
- adapter_model.bin +1 -1
README.md
CHANGED
@@ -17,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [tiiuae/falcon-7b](https://huggingface.co/tiiuae/falcon-7b) on the spider dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -37,31 +37,44 @@ More information needed
|
|
37 |
|
38 |
The following hyperparameters were used during training:
|
39 |
- learning_rate: 0.0001
|
40 |
-
- train_batch_size:
|
41 |
-
- eval_batch_size:
|
42 |
- seed: 42
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
-
- lr_scheduler_warmup_steps:
|
46 |
- num_epochs: 3
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|
|
52 |
-
| 0.
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
|
66 |
|
67 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [tiiuae/falcon-7b](https://huggingface.co/tiiuae/falcon-7b) on the spider dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.1837
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
37 |
|
38 |
The following hyperparameters were used during training:
|
39 |
- learning_rate: 0.0001
|
40 |
+
- train_batch_size: 8
|
41 |
+
- eval_batch_size: 8
|
42 |
- seed: 42
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
+
- lr_scheduler_warmup_steps: 87.5
|
46 |
- num_epochs: 3
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|
|
52 |
+
| 0.5561 | 0.11 | 100 | 0.3692 |
|
53 |
+
| 0.0 | 0.23 | 200 | 0.2534 |
|
54 |
+
| 0.0628 | 0.34 | 300 | 0.2348 |
|
55 |
+
| 0.6081 | 0.46 | 400 | 0.2310 |
|
56 |
+
| 0.0024 | 0.57 | 500 | 0.2218 |
|
57 |
+
| 0.0136 | 0.69 | 600 | 0.2256 |
|
58 |
+
| 0.1526 | 0.8 | 700 | 0.2140 |
|
59 |
+
| 0.1417 | 0.91 | 800 | 0.2158 |
|
60 |
+
| 0.2736 | 1.03 | 900 | 0.1880 |
|
61 |
+
| 0.2429 | 1.14 | 1000 | 0.1947 |
|
62 |
+
| 0.1635 | 1.26 | 1100 | 0.1861 |
|
63 |
+
| 0.2204 | 1.37 | 1200 | 0.1755 |
|
64 |
+
| 0.1207 | 1.49 | 1300 | 0.1952 |
|
65 |
+
| 0.1663 | 1.6 | 1400 | 0.1821 |
|
66 |
+
| 0.2023 | 1.71 | 1500 | 0.1901 |
|
67 |
+
| 0.0429 | 1.83 | 1600 | 0.1892 |
|
68 |
+
| 0.1651 | 1.94 | 1700 | 0.1847 |
|
69 |
+
| 0.0447 | 2.06 | 1800 | 0.1781 |
|
70 |
+
| 0.0184 | 2.17 | 1900 | 0.1808 |
|
71 |
+
| 0.0392 | 2.29 | 2000 | 0.2112 |
|
72 |
+
| 0.1474 | 2.4 | 2100 | 0.1800 |
|
73 |
+
| 0.1859 | 2.51 | 2200 | 0.1754 |
|
74 |
+
| 0.3717 | 2.63 | 2300 | 0.1736 |
|
75 |
+
| 0.2106 | 2.74 | 2400 | 0.1767 |
|
76 |
+
| 0.0798 | 2.86 | 2500 | 0.1700 |
|
77 |
+
| 0.2165 | 2.97 | 2600 | 0.1868 |
|
78 |
|
79 |
|
80 |
### Framework versions
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 9460849
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b379f36b34ea46c275e9a5b47447b65061e779272fb7a7738b2364b76d6bb6d3
|
3 |
size 9460849
|