Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -12,7 +12,7 @@
|
|
| 12 |
"AutoModelForQuestionAnswering": "modeling_gptbert.GptBertForQuestionAnswering",
|
| 13 |
"AutoModelForMultipleChoice": "modeling_gptbert.GptBertForMultipleChoice"
|
| 14 |
},
|
| 15 |
-
|
| 16 |
"bos_token_id": 1,
|
| 17 |
"eos_token_id": 2,
|
| 18 |
"pad_token_id": 3,
|
|
@@ -35,5 +35,5 @@
|
|
| 35 |
"global_window_length": 8192,
|
| 36 |
"local_window_length": 256,
|
| 37 |
"deterministic_flash_attn": false,
|
| 38 |
-
"use_cache":
|
| 39 |
}
|
|
|
|
| 12 |
"AutoModelForQuestionAnswering": "modeling_gptbert.GptBertForQuestionAnswering",
|
| 13 |
"AutoModelForMultipleChoice": "modeling_gptbert.GptBertForMultipleChoice"
|
| 14 |
},
|
| 15 |
+
"unk_token_id": 0,
|
| 16 |
"bos_token_id": 1,
|
| 17 |
"eos_token_id": 2,
|
| 18 |
"pad_token_id": 3,
|
|
|
|
| 35 |
"global_window_length": 8192,
|
| 36 |
"local_window_length": 256,
|
| 37 |
"deterministic_flash_attn": false,
|
| 38 |
+
"use_cache": false
|
| 39 |
}
|