harfoush commited on
Commit
66db935
1 Parent(s): 036764e

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -55
config.json DELETED
@@ -1,55 +0,0 @@
1
- {
2
- "architectures": ["MistralForCausalLM"],
3
- "attention_dropout": 0.0,
4
- "bos_token_id": 1,
5
- "eos_token_id": 2,
6
- "hidden_act": "silu",
7
- "hidden_size": 4096,
8
- "initializer_range": 0.02,
9
- "intermediate_size": 14336,
10
- "max_position_embeddings": 32768,
11
- "model_type": "mistral",
12
- "num_attention_heads": 32,
13
- "num_hidden_layers": 32,
14
- "num_key_value_heads": 8,
15
- "rms_norm_eps": 1e-05,
16
- "rope_theta": 1000000.0,
17
- "sliding_window": null,
18
- "tie_word_embeddings": false,
19
- "torch_dtype": "bfloat16",
20
- "transformers_version": "4.36.0",
21
- "use_cache": true,
22
- "vocab_size": 32000,
23
- "alpha_pattern": {},
24
- "auto_mapping": null,
25
- "base_model_name_or_path": "mistralai/Mistral-7B-Instruct-v0.2",
26
- "bias": "none",
27
- "fan_in_fan_out": false,
28
- "inference_mode": true,
29
- "init_lora_weights": true,
30
- "layer_replication": null,
31
- "layers_pattern": null,
32
- "layers_to_transform": null,
33
- "loftq_config": {},
34
- "lora_alpha": 16,
35
- "lora_dropout": 0.05,
36
- "megatron_config": null,
37
- "megatron_core": "megatron.core",
38
- "modules_to_save": null,
39
- "peft_type": "LORA",
40
- "r": 16,
41
- "rank_pattern": {},
42
- "revision": null,
43
- "target_modules": [
44
- "up_proj",
45
- "gate_proj",
46
- "o_proj",
47
- "down_proj",
48
- "q_proj",
49
- "v_proj",
50
- "lm_head",
51
- "k_proj" ],
52
- "task_type": "CAUSAL_LM",
53
- "use_dora": false,
54
- "use_rslora": false
55
- }