suchinth08 commited on
Commit
50426c1
·
verified ·
1 Parent(s): fe9ea88

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +20 -0
config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "aaditya/Llama3-OpenBioLLM-8B",
3
+ "architectures": ["LlamaForCausalLM"],
4
+ "model_type": "llama",
5
+ "vocab_size": 32000,
6
+ "hidden_size": 4096,
7
+ "num_hidden_layers": 32,
8
+ "num_attention_heads": 32,
9
+ "intermediate_size": 11008,
10
+ "hidden_act": "gelu",
11
+ "max_position_embeddings": 2048,
12
+ "initializer_range": 0.02,
13
+ "rms_norm_eps": 1e-06,
14
+ "use_cache": true,
15
+ "tie_word_embeddings": false,
16
+ "pad_token_id": 0,
17
+ "bos_token_id": 1,
18
+ "eos_token_id": 2
19
+ }
20
+