Spaces:
Sleeping
Sleeping
OliverPerrin commited on
Commit ·
97abce2
1
Parent(s): 40ccedf
Fix: Regenerate tokenizer without add_prefix_space to fix CI
Browse files
artifacts/hf_tokenizer/tokenizer_config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"add_prefix_space":
|
| 3 |
"added_tokens_decoder": {
|
| 4 |
"0": {
|
| 5 |
"content": "<pad>",
|
|
@@ -932,7 +932,6 @@
|
|
| 932 |
"eos_token": "</s>",
|
| 933 |
"extra_ids": 100,
|
| 934 |
"extra_special_tokens": {},
|
| 935 |
-
"legacy": true,
|
| 936 |
"model_max_length": 512,
|
| 937 |
"pad_token": "<pad>",
|
| 938 |
"sp_model_kwargs": {},
|
|
|
|
| 1 |
{
|
| 2 |
+
"add_prefix_space": null,
|
| 3 |
"added_tokens_decoder": {
|
| 4 |
"0": {
|
| 5 |
"content": "<pad>",
|
|
|
|
| 932 |
"eos_token": "</s>",
|
| 933 |
"extra_ids": 100,
|
| 934 |
"extra_special_tokens": {},
|
|
|
|
| 935 |
"model_max_length": 512,
|
| 936 |
"pad_token": "<pad>",
|
| 937 |
"sp_model_kwargs": {},
|