rojasdiego
commited on
Commit
•
fb6c5c9
1
Parent(s):
bc71e5e
Upload tokenizer
Browse files- special_tokens_map.json +1 -2
- tokenizer_config.json +0 -1
special_tokens_map.json
CHANGED
@@ -12,6 +12,5 @@
|
|
12 |
"normalized": false,
|
13 |
"rstrip": false,
|
14 |
"single_word": false
|
15 |
-
}
|
16 |
-
"pad_token": "<|eot_id|>"
|
17 |
}
|
|
|
12 |
"normalized": false,
|
13 |
"rstrip": false,
|
14 |
"single_word": false
|
15 |
+
}
|
|
|
16 |
}
|
tokenizer_config.json
CHANGED
@@ -2058,6 +2058,5 @@
|
|
2058 |
"attention_mask"
|
2059 |
],
|
2060 |
"model_max_length": 131072,
|
2061 |
-
"pad_token": "<|eot_id|>",
|
2062 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
2063 |
}
|
|
|
2058 |
"attention_mask"
|
2059 |
],
|
2060 |
"model_max_length": 131072,
|
|
|
2061 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
2062 |
}
|