harfoush commited on
Commit
f85d9ae
1 Parent(s): fbd874c

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +26 -37
config.json CHANGED
@@ -1,39 +1,28 @@
1
  {
2
- "alpha_pattern": {},
3
- "auto_mapping": null,
4
- "base_model_name_or_path": "mistralai/Mistral-7B-Instruct-v0.2",
5
- "bias": "none",
6
- "fan_in_fan_out": false,
7
- "inference_mode": true,
8
- "init_lora_weights": true,
9
- "layer_replication": null,
10
- "layers_pattern": null,
11
- "layers_to_transform": null,
12
- "loftq_config": {},
13
- "lora_alpha": 16,
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": 16,
20
- "rank_pattern": {},
21
- "revision": null,
22
- "target_modules": [
23
- "up_proj",
24
- "gate_proj",
25
- "o_proj",
26
- "down_proj",
27
- "q_proj",
28
- "v_proj",
29
- "lm_head",
30
- "k_proj"
31
  ],
32
- "task_type": "CAUSAL_LM",
33
- "use_dora": false,
34
- "use_rslora": false,
35
-
36
- "model_type": "mistral",
37
- "architectures": ["harfoush"],
38
- "transformers_version": "4.26.1"
39
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  {
2
+ "_name_or_path": "harfoush/MistralAI_QLORA_medicalQA_v0.1",
3
+ "architectures": [
4
+ "MistralForCausalLM"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 1,
8
+ "eos_token_id": 2,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 4096,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 14336,
13
+ "max_position_embeddings": 32768,
14
+ "model_type": "mistral",
15
+ "num_attention_heads": 32,
16
+ "num_hidden_layers": 32,
17
+ "num_key_value_heads": 8,
18
+ "pad_token_id": 2,
19
+ "rms_norm_eps": 1e-05,
20
+ "rope_theta": 10000.0,
21
+ "sliding_window": 4096,
22
+ "tie_word_embeddings": false,
23
+ "torch_dtype": "float16",
24
+ "transformers_version": "4.40.0.dev0",
25
+ "unsloth_version": "2024.3",
26
+ "use_cache": true,
27
+ "vocab_size": 32000
28
+ }