modify config.json
Browse files- config.json +2 -1
config.json
CHANGED
|
@@ -21,5 +21,6 @@
|
|
| 21 |
"pooler_size_per_head": 128,
|
| 22 |
"pooler_type": "first_token_transform",
|
| 23 |
"type_vocab_size": 2,
|
| 24 |
-
"vocab_size": 105879
|
|
|
|
| 25 |
}
|
|
|
|
| 21 |
"pooler_size_per_head": 128,
|
| 22 |
"pooler_type": "first_token_transform",
|
| 23 |
"type_vocab_size": 2,
|
| 24 |
+
"vocab_size": 105879,
|
| 25 |
+
"pretrained_model_name_or_path" : "try_02-softmax-cp-0003.h5"
|
| 26 |
}
|