hymmmm commited on
Commit
7fcbda0
·
verified ·
1 Parent(s): be13d03

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +49 -0
config.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/root/.cache/huggingface/hub/models--hymmmm--exaone-3.5-7.8b-emt-chatbot/snapshots/f76e818019c199bf4bfc8eff7a8e864692ce4a56",
3
+ "activation_function": "silu",
4
+ "architectures": [
5
+ "ExaoneForCausalLM"
6
+ ],
7
+ "attention_dropout": 0.0,
8
+ "auto_map": {
9
+ "AutoConfig": "configuration_exaone.ExaoneConfig",
10
+ "AutoModelForCausalLM": "modeling_exaone.ExaoneForCausalLM",
11
+ "AutoModelForSequenceClassification": "modeling_exaone.ExaoneForSequenceClassification"
12
+ },
13
+ "bos_token_id": 1,
14
+ "dtype": "bfloat16",
15
+ "embed_dropout": 0.0,
16
+ "eos_token_id": 361,
17
+ "head_dim": 128,
18
+ "hidden_size": 4096,
19
+ "initializer_range": 0.02,
20
+ "intermediate_size": 14336,
21
+ "layer_norm_epsilon": 1e-05,
22
+ "max_position_embeddings": 32768,
23
+ "model_type": "exaone",
24
+ "num_attention_heads": 32,
25
+ "num_key_value_heads": 8,
26
+ "num_layers": 32,
27
+ "pad_token_id": 0,
28
+ "quantization_config": {
29
+ "bits": 4,
30
+ "group_size": 128,
31
+ "modules_to_not_convert": null,
32
+ "quant_method": "awq",
33
+ "version": "gemm",
34
+ "zero_point": true
35
+ },
36
+ "rope_scaling": {
37
+ "factor": 8.0,
38
+ "high_freq_factor": 4.0,
39
+ "low_freq_factor": 1.0,
40
+ "original_max_position_embeddings": 8192,
41
+ "rope_type": "llama3"
42
+ },
43
+ "rope_theta": 1000000.0,
44
+ "tie_word_embeddings": false,
45
+ "torch_dtype": "float16",
46
+ "transformers_version": "4.47.0.dev0",
47
+ "use_cache": true,
48
+ "vocab_size": 102400
49
+ }