feVeRin commited on
Commit
98d84a0
·
verified ·
1 Parent(s): 77ba22b

Update adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +41 -41
adapter_config.json CHANGED
@@ -1,42 +1,42 @@
1
- {
2
- "alpha_pattern": {},
3
- "auto_mapping": null,
4
- "base_model_name_or_path": "./enko",
5
- "bias": "none",
6
- "corda_config": null,
7
- "eva_config": null,
8
- "exclude_modules": null,
9
- "fan_in_fan_out": false,
10
- "inference_mode": true,
11
- "init_lora_weights": true,
12
- "layer_replication": null,
13
- "layers_pattern": null,
14
- "layers_to_transform": null,
15
- "loftq_config": {},
16
- "lora_alpha": 32,
17
- "lora_bias": false,
18
- "lora_dropout": 0.1,
19
- "megatron_config": null,
20
- "megatron_core": "megatron.core",
21
- "modules_to_save": null,
22
- "peft_type": "LORA",
23
- "qalora_group_size": 16,
24
- "r": 16,
25
- "rank_pattern": {},
26
- "revision": null,
27
- "target_modules": [
28
- "out_proj",
29
- "v_proj",
30
- "fc2",
31
- "k_proj",
32
- "fc1",
33
- "q_proj",
34
- "lm_head"
35
- ],
36
- "target_parameters": null,
37
- "task_type": "SEQ_2_SEQ_LM",
38
- "trainable_token_indices": null,
39
- "use_dora": false,
40
- "use_qalora": false,
41
- "use_rslora": false
42
  }
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "feVeRin/enko-transliteration",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 32,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.1,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "qalora_group_size": 16,
24
+ "r": 16,
25
+ "rank_pattern": {},
26
+ "revision": null,
27
+ "target_modules": [
28
+ "out_proj",
29
+ "v_proj",
30
+ "fc2",
31
+ "k_proj",
32
+ "fc1",
33
+ "q_proj",
34
+ "lm_head"
35
+ ],
36
+ "target_parameters": null,
37
+ "task_type": "SEQ_2_SEQ_LM",
38
+ "trainable_token_indices": null,
39
+ "use_dora": false,
40
+ "use_qalora": false,
41
+ "use_rslora": false
42
  }