drithh commited on
Commit
5824734
·
verified ·
1 Parent(s): 7877d2e

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +20 -0
config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "bert",
3
+ "architectures": [
4
+ "BertModel"
5
+ ],
6
+ "transformers_version": "4.53.2",
7
+ "use_cache": true,
8
+ "hidden_size": 384,
9
+ "num_attention_heads": 12,
10
+ "num_hidden_layers": 3,
11
+ "intermediate_size": 1536,
12
+ "vocab_size": 30522,
13
+ "max_position_embeddings": 512,
14
+ "type_vocab_size": 2,
15
+ "pad_token_id": 0,
16
+ "unk_token_id": 100,
17
+ "cls_token_id": 101,
18
+ "sep_token_id": 102,
19
+ "mask_token_id": 103
20
+ }