mike1210 commited on
Commit
6185149
·
verified ·
1 Parent(s): bcf95b6

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
+ "model_type": "crowe_logic_mini",
3
+ "architectures": [
4
+ "CroweLogicMiniForCausalLM"
5
+ ],
6
+ "vocab_size": 32000,
7
+ "hidden_size": 1536,
8
+ "num_hidden_layers": 20,
9
+ "num_attention_heads": 24,
10
+ "num_key_value_heads": 8,
11
+ "intermediate_size": 5376,
12
+ "max_position_embeddings": 16384,
13
+ "rope_theta": 500000.0,
14
+ "rope_scaling": {
15
+ "type": "yarn",
16
+ "factor": 4.0,
17
+ "original_max_position_embeddings": 4096,
18
+ "beta_fast": 4,
19
+ "beta_slow": 1
20
+ },
21
+ "rms_norm_eps": 1e-06,
22
+ "hidden_act": "silu",
23
+ "dropout": 0.0,
24
+ "attention_dropout": 0.0,
25
+ "hidden_dropout": 0.0,
26
+ "flash_attn": true,
27
+ "use_cache": true,
28
+ "pad_token_id": 0,
29
+ "bos_token_id": 1,
30
+ "eos_token_id": 2,
31
+ "initializer_range": 0.02,
32
+ "tie_word_embeddings": false,
33
+ "use_moe": false,
34
+ "use_chain_of_thought": true,
35
+ "think_token_start": "<think>",
36
+ "think_token_end": "</think>",
37
+ "domain_specializations": [
38
+ "mycology",
39
+ "drug_discovery",
40
+ "ai_systems",
41
+ "prologic_methodology",
42
+ "business_strategy",
43
+ "scientific_reasoning"
44
+ ],
45
+ "torch_dtype": "bfloat16",
46
+ "transformers_version": "4.36.0"
47
+ }