Text Generation
Transformers
Safetensors
English
chemistry
molecule optimization
vdey commited on
Commit
12d9011
·
verified ·
1 Parent(s): d285eba

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -35
config.json CHANGED
@@ -1,38 +1,4 @@
1
  {
2
- "alpha_pattern": {},
3
- "auto_mapping": null,
4
  "base_model_name_or_path": "mistralai/Mistral-7B-Instruct-v0.3",
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,
11
- "layer_replication": null,
12
- "layers_pattern": null,
13
- "layers_to_transform": null,
14
- "loftq_config": {},
15
- "lora_alpha": 16,
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": 16,
23
- "rank_pattern": {},
24
- "revision": null,
25
- "target_modules": [
26
- "lm_head",
27
- "up_proj",
28
- "down_proj",
29
- "k_proj",
30
- "gate_proj",
31
- "q_proj",
32
- "v_proj",
33
- "o_proj"
34
- ],
35
- "task_type": "CAUSAL_LM",
36
- "use_dora": false,
37
- "use_rslora": false
38
  }
 
1
  {
 
 
2
  "base_model_name_or_path": "mistralai/Mistral-7B-Instruct-v0.3",
3
+ "peft_type": "LORA"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  }