TeeZee commited on
Commit
0ffb33a
1 Parent(s): c1eb167

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +36 -0
config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/workspace/process/tiiuae_falcon-180b-chat/source",
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
+ "rope_scaling": null,
24
+ "rope_theta": 10000.0,
25
+ "torch_dtype": "float16",
26
+ "transformers_version": "4.33.2",
27
+ "use_cache": true,
28
+ "vocab_size": 65024,
29
+ "quantization_config": {
30
+ "quant_method": "awq",
31
+ "zero_point": true,
32
+ "group_size": 128,
33
+ "bits": 4,
34
+ "version": "gemm"
35
+ }
36
+ }