Arihant Tripathi
commited on
qwen_new_mage_all_domains_1.5
Browse files- README.md +20 -13
- evaluation_results.json +8 -0
- model-00001-of-00002.safetensors +1 -1
- model-00002-of-00002.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [Qwen/Qwen1.5-1.8B](https://huggingface.co/Qwen/Qwen1.5-1.8B) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Accuracy: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -38,25 +38,32 @@ More information needed
|
|
38 |
### Training hyperparameters
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
-
- learning_rate:
|
42 |
-
- train_batch_size:
|
43 |
-
- eval_batch_size:
|
44 |
- seed: 42
|
45 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
46 |
- lr_scheduler_type: linear
|
47 |
-
- num_epochs:
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [Qwen/Qwen1.5-1.8B](https://huggingface.co/Qwen/Qwen1.5-1.8B) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.2531
|
22 |
+
- Accuracy: 0.9460
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
38 |
### Training hyperparameters
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
+
- learning_rate: 5e-06
|
42 |
+
- train_batch_size: 8
|
43 |
+
- eval_batch_size: 8
|
44 |
- seed: 42
|
45 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
46 |
- lr_scheduler_type: linear
|
47 |
+
- num_epochs: 1
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
53 |
+
| 0.4234 | 0.0126 | 500 | 0.3614 | 0.8957 |
|
54 |
+
| 0.2949 | 0.0252 | 1000 | 0.2974 | 0.9101 |
|
55 |
+
| 0.3592 | 0.0377 | 1500 | 0.2913 | 0.9137 |
|
56 |
+
| 0.3101 | 0.0503 | 2000 | 0.2877 | 0.9326 |
|
57 |
+
| 0.2923 | 0.0629 | 2500 | 0.2246 | 0.9290 |
|
58 |
+
| 0.2778 | 0.0755 | 3000 | 0.2472 | 0.9397 |
|
59 |
+
| 0.2556 | 0.0881 | 3500 | 0.2163 | 0.9487 |
|
60 |
+
| 0.2986 | 0.1006 | 4000 | 0.2156 | 0.9478 |
|
61 |
+
| 0.272 | 0.1132 | 4500 | 0.2387 | 0.9388 |
|
62 |
+
| 0.2363 | 0.1258 | 5000 | 0.4263 | 0.9326 |
|
63 |
+
| 0.221 | 0.1384 | 5500 | 0.2054 | 0.9505 |
|
64 |
+
| 0.2478 | 0.1510 | 6000 | 0.2851 | 0.9451 |
|
65 |
+
| 0.2451 | 0.1635 | 6500 | 0.2730 | 0.9442 |
|
66 |
+
| 0.1915 | 0.1761 | 7000 | 0.2531 | 0.9460 |
|
67 |
|
68 |
|
69 |
### Framework versions
|
evaluation_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"eval_loss": 0.2368740439414978,
|
3 |
+
"eval_accuracy": 0.908273381294964,
|
4 |
+
"eval_runtime": 28.8018,
|
5 |
+
"eval_samples_per_second": 38.609,
|
6 |
+
"eval_steps_per_second": 1.215,
|
7 |
+
"epoch": 0.07044379591425984
|
8 |
+
}
|
model-00001-of-00002.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4955308912
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0a1067afc74585ee695b85c60fc974576a8e7d4ee6eba6eeb2636a938d36e9df
|
3 |
size 4955308912
|
model-00002-of-00002.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1147395408
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0510236097662cfc2e94b028f34b8d516e8599603ea0a96488425c60ea3d9726
|
3 |
size 1147395408
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:463712a41d01f91b4a9ef4304dd54394bfcad3d7d241af84139b637861a985a0
|
3 |
size 5304
|