update news

This commit is contained in:
JustinLin610
2023-10-17 20:50:35 +08:00
parent e6d8deb975
commit 899bc5bb98
4 changed files with 20 additions and 16 deletions

View File

@@ -15,10 +15,10 @@
</p>
<br><br>
| | Qwen-Chat | Qwen-Chat (Int4) | Qwen |
|-----|:------------------------------------------------------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------:|
| 7B | <a href="https://modelscope.cn/models/qwen/Qwen-7B-Chat/summary">πŸ€–</a> <a href="https://huggingface.co/Qwen/Qwen-7B-Chat">πŸ€—</a> | <a href="https://modelscope.cn/models/qwen/Qwen-7B-Chat-Int4/summary">πŸ€–</a> <a href="https://huggingface.co/Qwen/Qwen-7B-Chat-Int4">πŸ€—</a> | <a href="https://modelscope.cn/models/qwen/Qwen-7B/summary">πŸ€–</a> <a href="https://huggingface.co/Qwen/Qwen-7B">πŸ€—</a> |
| 14B | <a href="https://modelscope.cn/models/qwen/Qwen-14B-Chat/summary">πŸ€–</a> <a href="https://huggingface.co/Qwen/Qwen-14B-Chat">πŸ€—</a> | <a href="https://modelscope.cn/models/qwen/Qwen-14B-Chat-Int4/summary">πŸ€–</a> <a href="https://huggingface.co/Qwen/Qwen-14B-Chat-Int4">πŸ€—</a> | <a href="https://modelscope.cn/models/qwen/Qwen-14B/summary">πŸ€–</a> <a href="https://huggingface.co/Qwen/Qwen-14B">πŸ€—</a> |
| | Qwen-Chat | Qwen-Chat (Int4) | Qwen-Chat (Int8) | Qwen |
|-----|:------------------------------------------------------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------:|
| 7B | <a href="https://modelscope.cn/models/qwen/Qwen-7B-Chat/summary">πŸ€–</a> <a href="https://huggingface.co/Qwen/Qwen-7B-Chat">πŸ€—</a> | <a href="https://modelscope.cn/models/qwen/Qwen-7B-Chat-Int4/summary">πŸ€–</a> <a href="https://huggingface.co/Qwen/Qwen-7B-Chat-Int4">πŸ€—</a> | <a href="https://huggingface.co/Qwen/Qwen-7B-Chat-Int8">πŸ€—</a> | <a href="https://modelscope.cn/models/qwen/Qwen-7B/summary">πŸ€–</a> <a href="https://huggingface.co/Qwen/Qwen-7B">πŸ€—</a> |
| 14B | <a href="https://modelscope.cn/models/qwen/Qwen-14B-Chat/summary">πŸ€–</a> <a href="https://huggingface.co/Qwen/Qwen-14B-Chat">πŸ€—</a> | <a href="https://modelscope.cn/models/qwen/Qwen-14B-Chat-Int4/summary">πŸ€–</a> <a href="https://huggingface.co/Qwen/Qwen-14B-Chat-Int4">πŸ€—</a> | <a href="https://huggingface.co/Qwen/Qwen-14B-Chat-Int8">πŸ€—</a> | <a href="https://modelscope.cn/models/qwen/Qwen-14B/summary">πŸ€–</a> <a href="https://huggingface.co/Qwen/Qwen-14B">πŸ€—</a> |
@@ -46,6 +46,7 @@ Would like to chat with us or date us coffee time? Welcome to our Discord or WeC
## News and Updates
* 2023.10.17 We release the Int8 quantized model **Qwen-7B-Chat-Int8** and **Qwen-14B-Chat-Int8**.
* 2023.9.25 πŸ”₯ We release **Qwen-14B** and **Qwen-14B-Chat** on ModelScope and Hugging Face, along with [qwen.cpp](https://github.com/QwenLM/qwen.cpp) and [Qwen-Agent](https://github.com/QwenLM/Qwen-Agent). Codes and checkpoints of **Qwen-7B** and **Qwen-7B-Chat** are also updated. **PLEASE PULL THE LATEST VERSION!**
- Compared to **Qwen-7B** (original), **Qwen-7B** uses more training tokens, increasing from 2.2T tokens to 2.4T tokens, while the context length extends from 2048 to 8192. The Chinese knowledge and coding ability of **Qwen-7B** have been further improved.
* 2023.9.12 We now support finetuning on the Qwen-7B models, including full-parameter finetuning, LoRA and Q-LoRA.