End of training
Browse files- README.md +7 -7
- adapter_config.json +6 -6
- adapter_model.safetensors +2 -2
- training_args.bin +1 -1
README.md
CHANGED
@@ -15,9 +15,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [NousResearch/Llama-2-7b-hf](https://huggingface.co/NousResearch/Llama-2-7b-hf) on the None dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 0.
|
19 |
-
- Rouge Scores: {'rouge1':
|
20 |
-
- Bleu Scores: [0.
|
21 |
- Gen Len: 2048.0
|
22 |
|
23 |
## Model description
|
@@ -50,10 +50,10 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
-
| Training Loss | Epoch | Step | Validation Loss | Rouge Scores
|
54 |
-
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
|
58 |
|
59 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [NousResearch/Llama-2-7b-hf](https://huggingface.co/NousResearch/Llama-2-7b-hf) on the None dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.7508
|
19 |
+
- Rouge Scores: {'rouge1': 92.07934134490793, 'rouge2': 82.68216875143521, 'rougeL': 86.3418556340243, 'rougeLsum': 92.07165318568765}
|
20 |
+
- Bleu Scores: [0.9430535279899742, 0.9289517504059885, 0.9111307023404618, 0.8922236591496603]
|
21 |
- Gen Len: 2048.0
|
22 |
|
23 |
## Model description
|
|
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge Scores | Bleu Scores | Gen Len |
|
54 |
+
|:-------------:|:-----:|:----:|:---------------:|:----------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------:|:-------:|
|
55 |
+
| 0.8283 | 1.0 | 500 | 0.7644 | {'rouge1': 92.1717672607307, 'rouge2': 82.69254584175559, 'rougeL': 86.17480706939217, 'rougeLsum': 92.16499826848323} | [0.9428124451183093, 0.9288838577090098, 0.910999858543974, 0.8919623155075178] | 2048.0 |
|
56 |
+
| 0.5824 | 2.0 | 1000 | 0.7508 | {'rouge1': 92.07934134490793, 'rouge2': 82.68216875143521, 'rougeL': 86.3418556340243, 'rougeLsum': 92.07165318568765} | [0.9430535279899742, 0.9289517504059885, 0.9111307023404618, 0.8922236591496603] | 2048.0 |
|
57 |
|
58 |
|
59 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
-
"base_model_name_or_path":
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
@@ -19,13 +19,13 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
-
"
|
23 |
-
"w2",
|
24 |
"q_proj",
|
25 |
-
"
|
26 |
-
"
|
|
|
27 |
"o_proj",
|
28 |
-
"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM",
|
31 |
"use_rslora": false
|
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "NousResearch/Llama-2-7b-hf",
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
+
"up_proj",
|
|
|
23 |
"q_proj",
|
24 |
+
"down_proj",
|
25 |
+
"k_proj",
|
26 |
+
"gate_proj",
|
27 |
"o_proj",
|
28 |
+
"v_proj"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM",
|
31 |
"use_rslora": false
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c669d10f2fd244dcd1703cc32869159b94974447418065516ba40e803d2fd2f
|
3 |
+
size 639691872
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4792
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b09d3566ebec10da38d28d0274d38c8963f912f9859271df03d6b9a80e6faec3
|
3 |
size 4792
|