radoslavralev commited on
Commit
b2afbd3
·
verified ·
1 Parent(s): 04910c5

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. 1_Pooling/config.json +7 -0
  2. special_tokens_map.json +1 -1
1_Pooling/config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "word_embedding_dimension": 384,
3
+ "pooling_mode_cls_token": false,
4
+ "pooling_mode_mean_tokens": true,
5
+ "pooling_mode_max_tokens": false,
6
+ "pooling_mode_mean_sqrt_len_tokens": false
7
+ }
special_tokens_map.json CHANGED
@@ -8,7 +8,7 @@
8
  },
9
  "mask_token": {
10
  "content": "[MASK]",
11
- "lstrip": false,
12
  "normalized": false,
13
  "rstrip": false,
14
  "single_word": false
 
8
  },
9
  "mask_token": {
10
  "content": "[MASK]",
11
+ "lstrip": true,
12
  "normalized": false,
13
  "rstrip": false,
14
  "single_word": false