Upload config.json with huggingface_hub
Browse files- config.json +3 -2
config.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"BertModel"
|
| 4 |
],
|
|
@@ -44,9 +45,9 @@
|
|
| 44 |
"num_hidden_layers": 5,
|
| 45 |
"pad_token_id": 0,
|
| 46 |
"position_embedding_type": "absolute",
|
| 47 |
-
"return_dict": false,
|
| 48 |
"torch_dtype": "float32",
|
| 49 |
-
"
|
|
|
|
| 50 |
"type_vocab_size": 16,
|
| 51 |
"use_cache": true,
|
| 52 |
"vocab_size": 1124
|
|
|
|
| 1 |
{
|
| 2 |
+
"_attn_implementation_autoset": true,
|
| 3 |
"architectures": [
|
| 4 |
"BertModel"
|
| 5 |
],
|
|
|
|
| 45 |
"num_hidden_layers": 5,
|
| 46 |
"pad_token_id": 0,
|
| 47 |
"position_embedding_type": "absolute",
|
|
|
|
| 48 |
"torch_dtype": "float32",
|
| 49 |
+
"torchscript": true,
|
| 50 |
+
"transformers_version": "4.51.3",
|
| 51 |
"type_vocab_size": 16,
|
| 52 |
"use_cache": true,
|
| 53 |
"vocab_size": 1124
|