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

End of training

Browse files
Files changed (3) hide show
  1. README.md +7 -9
  2. adapter_config.json +3 -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.4937
22
  - Model Preparation Time: 0.0047
23
- - Accuracy: 0.7875
24
- - F1 Macro: 0.7871
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
- | 1.2728 | 1.0 | 160 | 1.2319 | 0.0047 | 0.4672 | 0.4688 |
60
- | 0.7863 | 2.0 | 320 | 0.6863 | 0.0047 | 0.7297 | 0.7298 |
61
- | 0.5238 | 3.0 | 480 | 0.5408 | 0.0047 | 0.7703 | 0.7693 |
62
- | 0.4253 | 4.0 | 640 | 0.5223 | 0.0047 | 0.7906 | 0.7906 |
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
- "k_proj",
32
- "o_proj"
 
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:7687cbab4b7dc6090289678c78f45a90ffcc16513ff4c47591855c3edf728ff2
3
  size 36779480
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc84cc5602adf9457600966fa47be62790703dfe9530f3a2df2cb6706d5c9444
3
  size 36779480