ItchyChin commited on
Commit
36ecaff
·
verified ·
1 Parent(s): 97a59cf

ItchyChin/llama-merge-all-lang-outputs

Browse files
README.md CHANGED
@@ -18,18 +18,18 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [NousResearch/Meta-Llama-3-8B-Instruct](https://huggingface.co/NousResearch/Meta-Llama-3-8B-Instruct) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.3713
22
- - Rewards/chosen: -0.0313
23
- - Rewards/rejected: -0.9473
24
  - Rewards/accuracies: 1.0
25
- - Rewards/margins: 0.9160
26
- - Logps/rejected: -9.4728
27
- - Logps/chosen: -0.3131
28
- - Logits/rejected: -0.1560
29
- - Logits/chosen: 0.4722
30
- - Nll Loss: 0.3713
31
- - Log Odds Ratio: -0.0001
32
- - Log Odds Chosen: 10.7603
33
 
34
  ## Model description
35
 
@@ -61,7 +61,7 @@ The following hyperparameters were used during training:
61
 
62
  | Training Loss | Epoch | Step | Validation Loss | Rewards/chosen | Rewards/rejected | Rewards/accuracies | Rewards/margins | Logps/rejected | Logps/chosen | Logits/rejected | Logits/chosen | Nll Loss | Log Odds Ratio | Log Odds Chosen |
63
  |:-------------:|:------:|:----:|:---------------:|:--------------:|:----------------:|:------------------:|:---------------:|:--------------:|:------------:|:---------------:|:-------------:|:--------:|:--------------:|:---------------:|
64
- | 0.4339 | 0.5000 | 6564 | 0.3713 | -0.0313 | -0.9473 | 1.0 | 0.9160 | -9.4728 | -0.3131 | -0.1560 | 0.4722 | 0.3713 | -0.0001 | 10.7603 |
65
 
66
 
67
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [NousResearch/Meta-Llama-3-8B-Instruct](https://huggingface.co/NousResearch/Meta-Llama-3-8B-Instruct) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.1433
22
+ - Rewards/chosen: -0.0156
23
+ - Rewards/rejected: -1.1268
24
  - Rewards/accuracies: 1.0
25
+ - Rewards/margins: 1.1112
26
+ - Logps/rejected: -11.2681
27
+ - Logps/chosen: -0.1556
28
+ - Logits/rejected: -0.2138
29
+ - Logits/chosen: 0.6631
30
+ - Nll Loss: 0.1433
31
+ - Log Odds Ratio: -0.0000
32
+ - Log Odds Chosen: 13.2065
33
 
34
  ## Model description
35
 
 
61
 
62
  | Training Loss | Epoch | Step | Validation Loss | Rewards/chosen | Rewards/rejected | Rewards/accuracies | Rewards/margins | Logps/rejected | Logps/chosen | Logits/rejected | Logits/chosen | Nll Loss | Log Odds Ratio | Log Odds Chosen |
63
  |:-------------:|:------:|:----:|:---------------:|:--------------:|:----------------:|:------------------:|:---------------:|:--------------:|:------------:|:---------------:|:-------------:|:--------:|:--------------:|:---------------:|
64
+ | 0.1869 | 0.5001 | 2175 | 0.1433 | -0.0156 | -1.1268 | 1.0 | 1.1112 | -11.2681 | -0.1556 | -0.2138 | 0.6631 | 0.1433 | -0.0000 | 13.2065 |
65
 
66
 
67
  ### Framework versions
adapter_config.json CHANGED
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "down_proj",
24
  "gate_proj",
 
25
  "k_proj",
26
  "q_proj",
27
- "o_proj",
28
- "up_proj",
29
- "v_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "v_proj",
24
  "gate_proj",
25
+ "o_proj",
26
  "k_proj",
27
  "q_proj",
28
+ "down_proj",
29
+ "up_proj"
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:41721a093a35ae3768769c502747fc0e9881238b300937c5b13114573381733a
3
  size 4370592096
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd5a4258006edcfcc86ddfb63de47f9d18467f4db28e6ffc626b5a633dcc4c3e
3
  size 4370592096
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e0b789f7b50ba4af079916eff1bbe6eb55a79f6f52171c230f65713f9295d8bc
3
  size 5368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fd433c7578b52ac26fa9f7e0aad02a6669b1a049f8ad43e6ac2c6fb78cc323e
3
  size 5368