Update config file
Browse files- config.json +4 -1
config.json
CHANGED
|
@@ -28,6 +28,9 @@
|
|
| 28 |
"num_attention_heads": 12,
|
| 29 |
"num_hidden_layers": 12,
|
| 30 |
"pad_token_id": 0,
|
|
|
|
|
|
|
| 31 |
"type_vocab_size": 2,
|
|
|
|
| 32 |
"vocab_size": 28997
|
| 33 |
-
}
|
|
|
|
| 28 |
"num_attention_heads": 12,
|
| 29 |
"num_hidden_layers": 12,
|
| 30 |
"pad_token_id": 0,
|
| 31 |
+
"position_embedding_type": "absolute",
|
| 32 |
+
"transformers_version": "4.6.1",
|
| 33 |
"type_vocab_size": 2,
|
| 34 |
+
"use_cache": true,
|
| 35 |
"vocab_size": 28997
|
| 36 |
+
}
|