初始化项目,由ModelHub XC社区提供模型
Model: mzbac/CodeLlama-34b-guanaco Source: Original Platform
This commit is contained in:
10
README.md
Normal file
10
README.md
Normal 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:
|
||||
```
|
||||
Reference in New Issue
Block a user