Upload ./tokenizer_config.json with huggingface_hub

This commit is contained in:
ai-modelscope
2024-09-19 15:55:16 +08:00
parent f59da311d9
commit 4e0ce42624
2 changed files with 16 additions and 8 deletions

View File

@@ -1,6 +1,14 @@
{
"bos_token_id": 151643,
"eos_token_id": 151643,
"max_new_tokens": 2048,
"transformers_version": "4.44.0"
}
"pad_token_id": 151643,
"do_sample": true,
"eos_token_id": [
151645,
151643
],
"repetition_penalty": 1.1,
"temperature": 0.7,
"top_p": 0.8,
"top_k": 20,
"transformers_version": "4.37.0"
}