Upload tokenizer_config.json with huggingface_hub
Browse files- tokenizer_config.json +8 -0
tokenizer_config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "playwright-test-generator",
|
3 |
+
"padding_side": "right",
|
4 |
+
"truncation_side": "right",
|
5 |
+
"model_max_length": 8192,
|
6 |
+
"special_tokens": {
|
7 |
+
"bos_token": "<|startoftext|>",
|
8 |
+
"eos_token": "
|