Upload folder using huggingface_hub
Browse files- special_tokens_map.json +1 -1
- tokenizer_config.json +1 -1
special_tokens_map.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
| 14 |
"single_word": false
|
| 15 |
},
|
| 16 |
"pad_token": {
|
| 17 |
-
"content": "<|
|
| 18 |
"lstrip": false,
|
| 19 |
"normalized": false,
|
| 20 |
"rstrip": false,
|
|
|
|
| 14 |
"single_word": false
|
| 15 |
},
|
| 16 |
"pad_token": {
|
| 17 |
+
"content": "<|finetune_right_pad|>",
|
| 18 |
"lstrip": false,
|
| 19 |
"normalized": false,
|
| 20 |
"rstrip": false,
|
tokenizer_config.json
CHANGED
|
@@ -9091,7 +9091,7 @@
|
|
| 9091 |
"attention_mask"
|
| 9092 |
],
|
| 9093 |
"model_max_length": 10485760,
|
| 9094 |
-
"pad_token": "<|
|
| 9095 |
"processor_class": "Llama4Processor",
|
| 9096 |
"tokenizer_class": "PreTrainedTokenizer"
|
| 9097 |
}
|
|
|
|
| 9091 |
"attention_mask"
|
| 9092 |
],
|
| 9093 |
"model_max_length": 10485760,
|
| 9094 |
+
"pad_token": "<|finetune_right_pad|>",
|
| 9095 |
"processor_class": "Llama4Processor",
|
| 9096 |
"tokenizer_class": "PreTrainedTokenizer"
|
| 9097 |
}
|