Upload folder using huggingface_hub
Browse files- README.md +1 -1
- adapter_config.json +4 -7
- adapter_model.safetensors +2 -2
- tokenizer_config.json +0 -1
- training_args.bin +2 -2
README.md
CHANGED
@@ -199,4 +199,4 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
|
|
199 |
[More Information Needed]
|
200 |
### Framework versions
|
201 |
|
202 |
-
- PEFT 0.
|
|
|
199 |
[More Information Needed]
|
200 |
### Framework versions
|
201 |
|
202 |
+
- PEFT 0.13.2
|
adapter_config.json
CHANGED
@@ -3,8 +3,6 @@
|
|
3 |
"auto_mapping": null,
|
4 |
"base_model_name_or_path": "google/gemma-7b",
|
5 |
"bias": "none",
|
6 |
-
"eva_config": null,
|
7 |
-
"exclude_modules": null,
|
8 |
"fan_in_fan_out": false,
|
9 |
"inference_mode": true,
|
10 |
"init_lora_weights": true,
|
@@ -12,19 +10,18 @@
|
|
12 |
"layers_pattern": null,
|
13 |
"layers_to_transform": null,
|
14 |
"loftq_config": {},
|
15 |
-
"lora_alpha":
|
16 |
-
"lora_bias": false,
|
17 |
"lora_dropout": 0.05,
|
18 |
"megatron_config": null,
|
19 |
"megatron_core": "megatron.core",
|
20 |
"modules_to_save": null,
|
21 |
"peft_type": "LORA",
|
22 |
-
"r":
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"
|
27 |
-
"
|
28 |
],
|
29 |
"task_type": "CAUSAL_LM",
|
30 |
"use_dora": false,
|
|
|
3 |
"auto_mapping": null,
|
4 |
"base_model_name_or_path": "google/gemma-7b",
|
5 |
"bias": "none",
|
|
|
|
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
8 |
"init_lora_weights": true,
|
|
|
10 |
"layers_pattern": null,
|
11 |
"layers_to_transform": null,
|
12 |
"loftq_config": {},
|
13 |
+
"lora_alpha": 512,
|
|
|
14 |
"lora_dropout": 0.05,
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": null,
|
18 |
"peft_type": "LORA",
|
19 |
+
"r": 728,
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"self_attn.qkv_proj",
|
24 |
+
"self_attn.o_proj"
|
25 |
],
|
26 |
"task_type": "CAUSAL_LM",
|
27 |
"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
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65f5f5b8ce45b25c39eabf328181c01c1ab047b56af6fc8b0c1b4f3021c20a14
|
3 |
+
size 584457776
|
tokenizer_config.json
CHANGED
@@ -1746,7 +1746,6 @@
|
|
1746 |
"bos_token": "<bos>",
|
1747 |
"clean_up_tokenization_spaces": false,
|
1748 |
"eos_token": "<eos>",
|
1749 |
-
"extra_special_tokens": {},
|
1750 |
"model_max_length": 1000000000000000019884624838656,
|
1751 |
"pad_token": "<pad>",
|
1752 |
"sp_model_kwargs": {},
|
|
|
1746 |
"bos_token": "<bos>",
|
1747 |
"clean_up_tokenization_spaces": false,
|
1748 |
"eos_token": "<eos>",
|
|
|
1749 |
"model_max_length": 1000000000000000019884624838656,
|
1750 |
"pad_token": "<pad>",
|
1751 |
"sp_model_kwargs": {},
|
training_args.bin
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:efef4bd2d1080ab9fd0d1af3053e65ce87911e6a000a479bfb4d6a7c579aea81
|
3 |
+
size 5368
|