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

Model: vonjack/Qwen-LLaMAfied-HFTok-7B-Chat
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-10 21:29:34 +08:00
commit 68152e810b
15 changed files with 609347 additions and 0 deletions

30
README.md Normal file
View File

@@ -0,0 +1,30 @@
---
language:
- en
- zh
tags:
- qwen
- llama
- llama-2
license: apache-2.0
---
[WIP]
Origin repository [JosephusCheung/Qwen-LLaMAfied-7B-Chat](https://huggingface.co/JosephusCheung/Qwen-LLaMAfied-7B-Chat).
This is the LLaMAfied version of [Qwen/Qwen-7B-Chat](https://huggingface.co/Qwen/Qwen-7B-Chat), recalibrated to fit the original LLaMA/LLaMA-2-like model structure.
You can use LlamaForCausalLM for model inference, which is the same as LLaMA/LLaMA-2 models.
I converted the tokenizer from tiktoken format to huggingface format, so you do not need to allow external codes when loading anymore.
The model has been edited to be white-labelled, meaning the model will no longer call itself a Qwen.
SPOILOR: Further finetuning is in progress, the current version is a work-in-progress, some knowledge may be biased and illusory due to structural changes. Will be updated very, very sooooooooooon.
PROMPT FORMAT: [chatml](https://github.com/openai/openai-python/blob/main/chatml.md)
CURRENT MMLU: 50.36
Issue: Compared to the original Qwen-Chat scoring 53.9, the MMLU score dropped slightly (-3.54) due to insufficient realignment.