End of training
Browse files- README.md +9 -8
- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +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.
|
23 |
-
- Accuracy: 0.
|
24 |
-
- F1 Macro: 0.
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -56,10 +56,11 @@ The following hyperparameters were used during training:
|
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Model Preparation Time | Accuracy | F1 Macro |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:----------------------:|:--------:|:--------:|
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
|
|
63 |
|
64 |
|
65 |
### 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.4414
|
22 |
+
- Model Preparation Time: 0.0045
|
23 |
+
- Accuracy: 0.8313
|
24 |
+
- F1 Macro: 0.8354
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Model Preparation Time | Accuracy | F1 Macro |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:----------------------:|:--------:|:--------:|
|
59 |
+
| 0.9162 | 1.0 | 368 | 0.8379 | 0.0045 | 0.6361 | 0.6334 |
|
60 |
+
| 0.5201 | 2.0 | 736 | 0.5242 | 0.0045 | 0.7782 | 0.7849 |
|
61 |
+
| 0.3988 | 3.0 | 1104 | 0.4936 | 0.0045 | 0.7993 | 0.8024 |
|
62 |
+
| 0.3288 | 4.0 | 1472 | 0.4774 | 0.0045 | 0.8007 | 0.8084 |
|
63 |
+
| 0.3602 | 5.0 | 1840 | 0.4858 | 0.0045 | 0.8034 | 0.8103 |
|
64 |
|
65 |
|
66 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -26,10 +26,10 @@
|
|
26 |
"rank_pattern": {},
|
27 |
"revision": null,
|
28 |
"target_modules": [
|
29 |
-
"
|
30 |
-
"o_proj",
|
31 |
"v_proj",
|
32 |
-
"
|
|
|
33 |
],
|
34 |
"task_type": "SEQ_CLS",
|
35 |
"use_dora": false,
|
|
|
26 |
"rank_pattern": {},
|
27 |
"revision": null,
|
28 |
"target_modules": [
|
29 |
+
"k_proj",
|
|
|
30 |
"v_proj",
|
31 |
+
"q_proj",
|
32 |
+
"o_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:9b2aedb4a849cb0cdfe72064eef4e3fd9ac7cc5c4f2212eda363357d9a2d31e8
|
3 |
size 36779480
|
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:a9cb5b5055f7719f3fc7bcba3f495719c3c62406ed79bfa7817889c6af3dd0f2
|
3 |
size 5304
|