caffeinatedcherrychic
commited on
Commit
•
c0c686c
1
Parent(s):
0849c8a
Upload 7 files
Browse files- README.md +3 -3
- adapter_config.json +1 -1
- adapter_model.bin +1 -1
README.md
CHANGED
@@ -64,7 +64,7 @@ special_tokens: null
|
|
64 |
strict: false
|
65 |
tf32: false
|
66 |
tokenizer_type: LlamaTokenizer
|
67 |
-
train_on_inputs:
|
68 |
val_set_size: 0.05
|
69 |
wandb_entity: null
|
70 |
wandb_log_model: null
|
@@ -83,7 +83,7 @@ xformers_attention: null
|
|
83 |
|
84 |
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.
|
85 |
It achieves the following results on the evaluation set:
|
86 |
-
- Loss: 0.
|
87 |
|
88 |
## Model description
|
89 |
|
@@ -116,7 +116,7 @@ The following hyperparameters were used during training:
|
|
116 |
|
117 |
| Training Loss | Epoch | Step | Validation Loss |
|
118 |
|:-------------:|:-----:|:----:|:---------------:|
|
119 |
-
| 0.
|
120 |
|
121 |
|
122 |
### Framework versions
|
|
|
64 |
strict: false
|
65 |
tf32: false
|
66 |
tokenizer_type: LlamaTokenizer
|
67 |
+
train_on_inputs: true
|
68 |
val_set_size: 0.05
|
69 |
wandb_entity: null
|
70 |
wandb_log_model: null
|
|
|
83 |
|
84 |
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.
|
85 |
It achieves the following results on the evaluation set:
|
86 |
+
- Loss: 0.7530
|
87 |
|
88 |
## Model description
|
89 |
|
|
|
116 |
|
117 |
| Training Loss | Epoch | Step | Validation Loss |
|
118 |
|:-------------:|:-----:|:----:|:---------------:|
|
119 |
+
| 0.8802 | 0.0 | 20 | 0.7530 |
|
120 |
|
121 |
|
122 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -23,9 +23,9 @@
|
|
23 |
"o_proj",
|
24 |
"up_proj",
|
25 |
"q_proj",
|
26 |
-
"gate_proj",
|
27 |
"down_proj",
|
28 |
"v_proj",
|
|
|
29 |
"k_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
|
|
23 |
"o_proj",
|
24 |
"up_proj",
|
25 |
"q_proj",
|
|
|
26 |
"down_proj",
|
27 |
"v_proj",
|
28 |
+
"gate_proj",
|
29 |
"k_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 319977674
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe0cd794280ba4be814605b8e350c940212b9825d39954d62b6e4429064869c7
|
3 |
size 319977674
|