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

Model: JCX-kcuf/Mistral-7B-v0.1-gpt-4-80k
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-20 08:48:55 +08:00
commit 58ae2669dd
15 changed files with 91592 additions and 0 deletions

17
README.md Normal file
View File

@@ -0,0 +1,17 @@
---
license: apache-2.0
---
## Description
This model is finetuned on the distillation data from GPT-4.
The base model is mistralai/Mistral-7B-v0.1
## Usage
The model has a query format as in zephyr.
```
<|user|>
{query}</s>
<|assistant|>
```