Add files using upload-large-folder tool

This commit is contained in:
ai-modelscope
2025-01-23 01:10:07 +08:00
parent 584e9cbdc7
commit 84b3b01420
19 changed files with 37 additions and 5 deletions

View File

@@ -1,4 +1,5 @@
{
"add_bos_token": true,
"added_tokens_decoder": {
"128000": {
"content": "<|begin_of_text|>",
@@ -2052,6 +2053,7 @@
"bos_token": "<|begin_of_text|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|end_of_text|>",
"extra_special_tokens": {},
"model_input_names": [
"input_ids",
"attention_mask"
@@ -2059,5 +2061,6 @@
"model_max_length": 131072,
"pad_token": "<|finetune_right_pad_id|>",
"padding_side": "left",
"tokenizer_class": "PreTrainedTokenizerFast"
"tokenizer_class": "PreTrainedTokenizerFast",
"unk_token": null
}