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

Model: teddylee777/llama-3-8b-it-ko-chang-gguf
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-27 03:48:17 +08:00
commit 258c1a4150
16 changed files with 412820 additions and 0 deletions

24
special_tokens_map.json Normal file
View File

@@ -0,0 +1,24 @@
{
"bos_token": {
"content": "<|begin_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|end_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<|end_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"sep_token": "$"
}