shawshank commited on
Commit
728bfea
1 Parent(s): 1fe1c8b

Upload config

Browse files
Files changed (1) hide show
  1. config.json +48 -0
config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "TheBloke/zephyr-7B-alpha-GPTQ",
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
+ "pretraining_tp": 1,
20
+ "quantization_config": {
21
+ "batch_size": 1,
22
+ "bits": 4,
23
+ "block_name_to_quantize": "model.layers",
24
+ "damp_percent": 0.1,
25
+ "desc_act": true,
26
+ "disable_exllama": false,
27
+ "group_size": 128,
28
+ "max_input_length": null,
29
+ "model_seqlen": 4095,
30
+ "module_name_preceding_first_block": [
31
+ "model.embed_tokens"
32
+ ],
33
+ "pad_token_id": null,
34
+ "quant_method": "gptq",
35
+ "sym": true,
36
+ "tokenizer": null,
37
+ "true_sequential": true,
38
+ "use_cuda_fp16": true
39
+ },
40
+ "rms_norm_eps": 1e-05,
41
+ "rope_theta": 10000.0,
42
+ "sliding_window": 4096,
43
+ "tie_word_embeddings": false,
44
+ "torch_dtype": "float16",
45
+ "transformers_version": "4.37.0",
46
+ "use_cache": true,
47
+ "vocab_size": 32000
48
+ }