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

Model: TabbyML/CodeLlama-7B
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-04-11 03:34:54 +08:00
commit dc8ce56689
30 changed files with 126423 additions and 0 deletions

6
ctranslate2/config.json Normal file
View File

@@ -0,0 +1,6 @@
{
"bos_token": "<s>",
"eos_token": "</s>",
"layer_norm_epsilon": 1e-05,
"unk_token": "<unk>"
}