ItchyChin/llama-merge-all-lang-outputs
Browse files- README.md +12 -12
- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
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.
|
| 22 |
-
- Rewards/chosen: -0.
|
| 23 |
-
- Rewards/rejected: -
|
| 24 |
- Rewards/accuracies: 1.0
|
| 25 |
-
- Rewards/margins:
|
| 26 |
-
- Logps/rejected: -
|
| 27 |
-
- Logps/chosen: -0.
|
| 28 |
-
- Logits/rejected: -0.
|
| 29 |
-
- Logits/chosen: 0.
|
| 30 |
-
- Nll Loss: 0.
|
| 31 |
-
- Log Odds Ratio: -0.
|
| 32 |
-
- Log Odds Chosen:
|
| 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.
|
| 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 |
-
"
|
| 24 |
"gate_proj",
|
|
|
|
| 25 |
"k_proj",
|
| 26 |
"q_proj",
|
| 27 |
-
"
|
| 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:
|
| 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:
|
| 3 |
size 5368
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5fd433c7578b52ac26fa9f7e0aad02a6669b1a049f8ad43e6ac2c6fb78cc323e
|
| 3 |
size 5368
|