abhiram171 commited on
Commit
e595f5b
1 Parent(s): 401fb0a

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +11 -0
config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hidden_size": 4096,
3
+ "intermediate_size": 11008,
4
+ "num_attention_heads": 32,
5
+ "num_hidden_layers": 32,
6
+ "vocab_size": 32000,
7
+ "initializer_range": 0.02,
8
+ "bos_token_id": 0,
9
+ "eos_token_id": 1,
10
+ "pad_token_id": 2
11
+ }