End of training
Browse files- README.md +7 -9
- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
README.md
CHANGED
@@ -18,10 +18,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [meta-llama/Llama-3.2-3B](https://huggingface.co/meta-llama/Llama-3.2-3B) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
- Model Preparation Time: 0.0047
|
23 |
-
- Accuracy: 0.
|
24 |
-
- F1 Macro: 0.
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -56,12 +56,10 @@ The following hyperparameters were used during training:
|
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Model Preparation Time | Accuracy | F1 Macro |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:----------------------:|:--------:|:--------:|
|
59 |
-
|
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.4088 | 5.0 | 800 | 0.5165 | 0.0047 | 0.7969 | 0.7966 |
|
64 |
-
| 0.3496 | 6.0 | 960 | 0.5318 | 0.0047 | 0.7891 | 0.7882 |
|
65 |
|
66 |
|
67 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [meta-llama/Llama-3.2-3B](https://huggingface.co/meta-llama/Llama-3.2-3B) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.3049
|
22 |
- Model Preparation Time: 0.0047
|
23 |
+
- Accuracy: 0.9102
|
24 |
+
- F1 Macro: 0.9104
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Model Preparation Time | Accuracy | F1 Macro |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:----------------------:|:--------:|:--------:|
|
59 |
+
| 0.8579 | 1.0 | 270 | 0.7867 | 0.0047 | 0.7167 | 0.7161 |
|
60 |
+
| 0.2739 | 2.0 | 540 | 0.3057 | 0.0047 | 0.9037 | 0.9036 |
|
61 |
+
| 0.2183 | 3.0 | 810 | 0.2756 | 0.0047 | 0.9111 | 0.9106 |
|
62 |
+
| 0.1703 | 4.0 | 1080 | 0.2870 | 0.0047 | 0.8972 | 0.8963 |
|
|
|
|
|
63 |
|
64 |
|
65 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -26,10 +26,10 @@
|
|
26 |
"rank_pattern": {},
|
27 |
"revision": null,
|
28 |
"target_modules": [
|
29 |
-
"v_proj",
|
30 |
"q_proj",
|
31 |
-
"
|
32 |
-
"
|
|
|
33 |
],
|
34 |
"task_type": "SEQ_CLS",
|
35 |
"use_dora": false,
|
|
|
26 |
"rank_pattern": {},
|
27 |
"revision": null,
|
28 |
"target_modules": [
|
|
|
29 |
"q_proj",
|
30 |
+
"o_proj",
|
31 |
+
"v_proj",
|
32 |
+
"k_proj"
|
33 |
],
|
34 |
"task_type": "SEQ_CLS",
|
35 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 36779480
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cc84cc5602adf9457600966fa47be62790703dfe9530f3a2df2cb6706d5c9444
|
3 |
size 36779480
|