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

Model: RikkiXu/zephyr-7b-dpo-full
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-04 04:55:19 +08:00
commit 1ba5f7d296
562 changed files with 94136 additions and 0 deletions

13
configs.yaml Normal file
View File

@@ -0,0 +1,13 @@
zephyr-7b-beta:
prompt_template: "/mnt/bn/xuruijie-llm/eval/dpo/prompt.txt"
fn_completions: "huggingface_local_completions"
completions_kwargs:
model_name: "/mnt/bn/xuruijie-llm/checkpoints/dpo/zephyr-7b-dpo-full-different-0.05-0.04-dpop/"
model_kwargs:
torch_dtype: 'bfloat16'
max_new_tokens: 2048
temperature: 0.7
top_p: 1.0
do_sample: True
pretty_name: "Zephyr 7B Beta"
link: "https://huggingface.co/HuggingFaceH4/zephyr-7b-beta"