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

Model: JCX-kcuf/Llama-2-7b-hf-gpt-4-80k
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-04-13 16:39:06 +08:00
commit 994de3af52
15 changed files with 93867 additions and 0 deletions

18
README.md Normal file
View File

@@ -0,0 +1,18 @@
---
license: apache-2.0
---
## Description
This model is finetuned on the distillation data from GPT-4.
The base model is meta-llama/Llama-2-7b-hf
## Usage
The model has a query format as in llama-2.
```
<s> [INST] <<SYS>>
You are a helpful, respectful and honest assistant. Always answer as helpfully as possible, while being safe. Your answers should not include any harmful, unethical, racist, sexist, toxic, dangerous, or illegal content. Please ensure that your responses are socially unbiased and positive in nature.
If a question does not make any sense, or is not factually coherent, explain why instead of answering something not correct. If you don't know the answer to a question, please don't share false information.
<</SYS>>
{query} [/INST]
```