Update README.md

This commit is contained in:
Cherrytest
2025-03-04 05:43:38 +00:00
parent 217c8a3dd7
commit 1cc5a3fd93
12 changed files with 93521 additions and 41 deletions

9
tokenizer_config.json Normal file
View File

@@ -0,0 +1,9 @@
{
"bos_token": "<s>",
"clean_up_tokenization_spaces": false,
"eos_token": "</s>",
"model_max_length": 1000000000000000019884624838656,
"tokenizer_class": "LlamaTokenizer",
"unk_token": "<unk>",
"use_default_system_prompt": true
}