maricrism commited on
Commit
408df79
1 Parent(s): d842079

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +53 -0
config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "TheBloke/openchat_3.5-GPTQ",
3
+ "architectures": [
4
+ "MistralForCausalLM"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 1,
8
+ "eos_token_id": 32000,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 4096,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 14336,
13
+ "max_position_embeddings": 8192,
14
+ "model_type": "mistral",
15
+ "num_attention_heads": 32,
16
+ "num_hidden_layers": 32,
17
+ "num_key_value_heads": 8,
18
+ "pad_token_id": 0,
19
+ "pretraining_tp": 1,
20
+ "quantization_config": {
21
+ "batch_size": 1,
22
+ "bits": 4,
23
+ "block_name_to_quantize": "model.layers",
24
+ "cache_block_outputs": true,
25
+ "damp_percent": 0.1,
26
+ "dataset": null,
27
+ "desc_act": true,
28
+ "exllama_config": {
29
+ "version": 1
30
+ },
31
+ "group_size": 128,
32
+ "max_input_length": null,
33
+ "model_seqlen": 4096,
34
+ "module_name_preceding_first_block": [
35
+ "model.embed_tokens"
36
+ ],
37
+ "pad_token_id": null,
38
+ "quant_method": "gptq",
39
+ "sym": true,
40
+ "tokenizer": null,
41
+ "true_sequential": true,
42
+ "use_cuda_fp16": true,
43
+ "use_exllama": false
44
+ },
45
+ "rms_norm_eps": 1e-05,
46
+ "rope_theta": 10000.0,
47
+ "sliding_window": 4096,
48
+ "tie_word_embeddings": false,
49
+ "torch_dtype": "bfloat16",
50
+ "transformers_version": "4.36.2",
51
+ "use_cache": false,
52
+ "vocab_size": 32002
53
+ }