TeeZee commited on
Commit
1d2f784
1 Parent(s): 39937ff

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +47 -0
config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/workspace/process/tiiuae_falcon-180b-chat/gptq/gptq-4bit-128g-actorder_True/",
3
+ "alibi": false,
4
+ "architectures": [
5
+ "FalconForCausalLM"
6
+ ],
7
+ "attention_dropout": 0.0,
8
+ "bias": false,
9
+ "bos_token_id": 11,
10
+ "eos_token_id": 11,
11
+ "hidden_dropout": 0.0,
12
+ "hidden_size": 14848,
13
+ "initializer_range": 0.02,
14
+ "layer_norm_epsilon": 1e-05,
15
+ "max_position_embeddings": 2048,
16
+ "model_type": "falcon",
17
+ "multi_query": true,
18
+ "new_decoder_architecture": true,
19
+ "num_attention_heads": 232,
20
+ "num_hidden_layers": 80,
21
+ "num_kv_heads": 8,
22
+ "parallel_attn": true,
23
+ "quantization_config": {
24
+ "batch_size": 1,
25
+ "bits": 4,
26
+ "block_name_to_quantize": null,
27
+ "damp_percent": 0.1,
28
+ "dataset": null,
29
+ "desc_act": true,
30
+ "disable_exllama": true,
31
+ "group_size": 128,
32
+ "model_seqlen": null,
33
+ "module_name_preceding_first_block": null,
34
+ "pad_token_id": null,
35
+ "quant_method": "gptq",
36
+ "sym": true,
37
+ "tokenizer": null,
38
+ "true_sequential": true,
39
+ "use_cuda_fp16": false
40
+ },
41
+ "rope_scaling": null,
42
+ "rope_theta": 10000.0,
43
+ "torch_dtype": "float16",
44
+ "transformers_version": "4.33.0",
45
+ "use_cache": true,
46
+ "vocab_size": 65024
47
+ }