msab97 commited on
Commit
1dee721
·
verified ·
1 Parent(s): 7efbe02

End of training

Browse files
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.3049
22
- - Model Preparation Time: 0.0047
23
- - Accuracy: 0.9102
24
- - F1 Macro: 0.9104
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.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
 
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
- "q_proj",
30
- "o_proj",
31
  "v_proj",
32
- "k_proj"
 
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:cc84cc5602adf9457600966fa47be62790703dfe9530f3a2df2cb6706d5c9444
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:752e7f8416a8d1fa5155aaff942ef919e03b9c84d61f885b2defd46334699fdb
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9cb5b5055f7719f3fc7bcba3f495719c3c62406ed79bfa7817889c6af3dd0f2
3
  size 5304