初始化项目,由ModelHub XC社区提供模型

Model: shuoxing/llama3-8b-full-pretrain-wash-c4-2-4m-sft-bs64
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-12 17:26:16 +08:00
commit 647cee3e4f
10 changed files with 410 additions and 0 deletions

19
tokenizer_config.json Normal file
View File

@@ -0,0 +1,19 @@
{
"backend": "tokenizers",
"bos_token": "<|begin_of_text|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|eot_id|>",
"extra_special_tokens": [
"<|eom_id|>"
],
"is_local": true,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<|eot_id|>",
"padding_side": "right",
"split_special_tokens": false,
"tokenizer_class": "TokenizersBackend"
}