hiranmai49/llama-2_totto_instructions
Browse files- README.md +9 -5
- adapter_config.json +2 -0
- adapter_model.bin +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -12,7 +12,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# results
|
14 |
|
15 |
-
This model is a fine-tuned version of [meta-llama/Llama-2-7b-chat-hf](https://huggingface.co/meta-llama/Llama-2-7b-chat-hf) on
|
16 |
|
17 |
## Model description
|
18 |
|
@@ -32,15 +32,19 @@ More information needed
|
|
32 |
|
33 |
The following hyperparameters were used during training:
|
34 |
- learning_rate: 0.0002
|
35 |
-
- train_batch_size:
|
36 |
-
- eval_batch_size:
|
37 |
- seed: 42
|
38 |
- gradient_accumulation_steps: 4
|
39 |
-
- total_train_batch_size:
|
40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
41 |
- lr_scheduler_type: constant
|
42 |
- lr_scheduler_warmup_ratio: 0.03
|
43 |
-
- training_steps:
|
|
|
|
|
|
|
|
|
44 |
|
45 |
### Framework versions
|
46 |
|
|
|
12 |
|
13 |
# results
|
14 |
|
15 |
+
This model is a fine-tuned version of [meta-llama/Llama-2-7b-chat-hf](https://huggingface.co/meta-llama/Llama-2-7b-chat-hf) on an unknown dataset.
|
16 |
|
17 |
## Model description
|
18 |
|
|
|
32 |
|
33 |
The following hyperparameters were used during training:
|
34 |
- learning_rate: 0.0002
|
35 |
+
- train_batch_size: 2
|
36 |
+
- eval_batch_size: 8
|
37 |
- seed: 42
|
38 |
- gradient_accumulation_steps: 4
|
39 |
+
- total_train_batch_size: 8
|
40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
41 |
- lr_scheduler_type: constant
|
42 |
- lr_scheduler_warmup_ratio: 0.03
|
43 |
+
- training_steps: 500
|
44 |
+
|
45 |
+
### Training results
|
46 |
+
|
47 |
+
|
48 |
|
49 |
### Framework versions
|
50 |
|
adapter_config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"auto_mapping": null,
|
3 |
"base_model_name_or_path": "meta-llama/Llama-2-7b-chat-hf",
|
4 |
"bias": "none",
|
@@ -12,6 +13,7 @@
|
|
12 |
"modules_to_save": null,
|
13 |
"peft_type": "LORA",
|
14 |
"r": 64,
|
|
|
15 |
"revision": null,
|
16 |
"target_modules": [
|
17 |
"q_proj",
|
|
|
1 |
{
|
2 |
+
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
"base_model_name_or_path": "meta-llama/Llama-2-7b-chat-hf",
|
5 |
"bias": "none",
|
|
|
13 |
"modules_to_save": null,
|
14 |
"peft_type": "LORA",
|
15 |
"r": 64,
|
16 |
+
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
"q_proj",
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 134263757
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f16640669ce316138bde5b4030a9926cc46fa20b76688eb9b763a0f1304c9c5b
|
3 |
size 134263757
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4027
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:66ed2460971ab9095a11f3605f1cddba40ee61f805220740cca91515d7c36951
|
3 |
size 4027
|