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

Model: TheTravellingEngineer/llama2-7b-chat-hf-dpo
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-21 08:32:15 +08:00
commit 1da3c4a610
10 changed files with 448 additions and 0 deletions

13
README.md Normal file
View File

@@ -0,0 +1,13 @@
The base model is meta's Llama-2-7b-chat-hf. It was finetuned using DPO and the comparison_gpt4 dataset and the model prompt is similar to the original Guanaco model.
This repo contains the merged fp16 model.
**Legal Disclaimer: This model is bound by the usage restrictions of the original Llama-2 model. And comes with no warranty or gurantees of any kind.**
---
- license:
- llama2 <br>
- datasets:
- comparison_gpt4 <br>
- language:
- en <br>
- reference: https://github.com/hiyouga/LLaMA-Efficient-Tuning/tree/main
---