Text Classification
Adapters
English
llama
areeb-h commited on
Commit
0f9c515
1 Parent(s): 89a9be4

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -0
config.json CHANGED
@@ -3,4 +3,11 @@
3
  "hidden_size": 4096,
4
  "num_attention_heads": 32,
5
  "num_hidden_layers": 40,
 
 
 
 
 
 
 
6
  }
 
3
  "hidden_size": 4096,
4
  "num_attention_heads": 32,
5
  "num_hidden_layers": 40,
6
+ "vocab_size": 32000,
7
+ "intermediate_size": 11008,
8
+ "max_position_embeddings": 2048,
9
+ "pad_token_id": 0,
10
+ "bos_token_id": 1,
11
+ "eos_token_id": 2,
12
+ "tie_word_embeddings": false
13
  }