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

Model: mzbac/CodeLlama-34b-guanaco
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-08-14 03:34:17 +08:00
commit a307759a31
17 changed files with 94072 additions and 0 deletions

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
---
license: mit
---
Codellama 34b base model fine-tuned on the text chunk from the OpenAssistant-Guanaco dataset instead of Q&A pair, so it struggles to determine the end of the answer. recommend using a stop string like "### Human:" to prevent the model from talking to itself.
Prompt template:
```
### Human: {prompt}
### Assistant:
```