民间版中文羊驼模型 v4.2 #718
ymcui
announced in
Announcements
Replies: 2 comments
-
English Release Note v4.2This version primarily features functional updates, including the addition of 8K context support, Gradio Demo stream output, and support for imitation of the OpenAI API call, etc. 🔬 Added support for 8K+ contextNew method to support 8K+ context has been added, without the need to modify the model weights themselves.
🚀 Support for Gradio Demo stream output (#630)
🤖 Support for imitation of OpenAI API calls (#530)
Other updates, fixes, news
|
Beta Was this translation helpful? Give feedback.
0 replies
-
大佬厉害,现在正苦于context的长度问题呢,你们就出了对应的了,llama.cpp最近好像也支持RoPE了,我这就把模型都重新合并一次试试看😊. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
本版本以功能性更新为主,包括新增8K上下文支持、支持Gradio Demo流式输出、支持仿OpenAI API形式调用等。
🔬 新增8K+上下文支持
新增8K+上下文支持方法,无需对模型权重本身做出修改。
gradio_demo.py
,inference_hf.py
等(Extend context size without fine-tuning #705)🚀 支持Gradio Demo流式输出(#630)
gradio_demo.py
. Contribued by @sunyuhan19981208🤖 支持仿OpenAI API形式调用(#530)
do_sample
参数(Add do_sample argument for API demo #699)Contribued by @sunyuhan19981208其他更新、修复、新闻
build_dataset.py
和run_clm_sft_with_peft.py
中的一处命名错误,优化log输出(Fix a typo in the function name #691、fix log message to reduce confusion #692)vocab_size
更新问题(fix vocab_size after low-mem-merge #703)For English release note, please refer to Discussion.
This discussion was created from the release 民间版中文羊驼模型 v4.2.
Beta Was this translation helpful? Give feedback.
All reactions