cnfusion commited on
Commit
c57a759
·
verified ·
1 Parent(s): 05a3868

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +44 -0
config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "LlamaForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 100257,
8
+ "classifier_dropout": 0.0,
9
+ "eos_token_id": 100257,
10
+ "head_dim": 96,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 6144,
13
+ "id2label": {
14
+ "0": "LABEL_0"
15
+ },
16
+ "initializer_range": 0.006,
17
+ "intermediate_size": 19648,
18
+ "label2id": {
19
+ "LABEL_0": 0
20
+ },
21
+ "max_position_embeddings": 98304,
22
+ "mlp_bias": false,
23
+ "model_type": "llama",
24
+ "num_attention_heads": 64,
25
+ "num_hidden_layers": 44,
26
+ "num_key_value_heads": 8,
27
+ "pretraining_tp": 1,
28
+ "quantization": {
29
+ "group_size": 64,
30
+ "bits": 8
31
+ },
32
+ "quantization_config": {
33
+ "group_size": 64,
34
+ "bits": 8
35
+ },
36
+ "rms_norm_eps": 1e-05,
37
+ "rope_scaling": null,
38
+ "rope_theta": 8000000,
39
+ "tie_word_embeddings": false,
40
+ "torch_dtype": "bfloat16",
41
+ "transformers_version": "4.50.3",
42
+ "use_cache": true,
43
+ "vocab_size": 100352
44
+ }