hyx21 commited on
Commit
d55b71a
1 Parent(s): a12f59b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -22,9 +22,11 @@ tags:
22
  </p>
23
 
24
 
25
- 【**注意**】:<font color='red'>本仓库为minicpm-2b 在训练过程中的checkpoint (服务于研究目的),不是最终可用的模型文件!</font> 我们每隔500次保存了一个检查点,然而由于上传huggingface效率原因,只开放了 step % 10000 == 0 的那些检查点。 其中 0-260000 (更准确地 261000) 步为稳定训练阶段, 260000 - 280000 为退火阶段 (更准确的,261000 - 279500), 280000之后是没有被利用的剩余退火阶段,这个剩余退火阶段学习率已经变得非常小了,并且没有收益。
 
 
 
26
 
27
- 【**Caution**】:<font color='red'>This repo contains the intermediate checkpoints of minicpm-2b training for research purpose, not the final checkpoints that are ready to be used in practice. </font> We >ave checkpoints every 500 steps. However, due to the efficiency of uploading, we only open-source the ones that has step % 100000 == 0. Among these checkpoints, 0-260000 (more accurately, 261000) are the stable training stable. 260000 - 280000 (more accurately 261000 - 279500) are the decay stage. After 280000 are the un-utilized checkpoints where the learning rate is decayed to every small value.
28
  MiniCPM 是面壁与清华大学自然语言处理实验室共同开源的系列端侧语言大模型,主体语言模型 MiniCPM-2B 仅有 24亿(2.4B)的非词嵌入参数量。
29
  - 经过 SFT 后,MiniCPM 在公开综合性评测集上,MiniCPM 与 Mistral-7B相近(中文、数学、代码能力更优),整体性能超越 Llama2-13B、MPT-30B、Falcon-40B 等模型。
30
  - 经过 DPO 后,MiniCPM 在当前最接近用户体感的评测集 MTBench上,MiniCPM-2B 也超越了 Llama2-70B-Chat、Vicuna-33B、Mistral-7B-Instruct-v0.1、Zephyr-7B-alpha 等众多代表性开源大模型。
 
22
  </p>
23
 
24
 
25
+ <font color='red'>【注意】:本仓库为minicpm-2b 在训练过程中的checkpoint (服务于研究目的),不是最终可用的模型文件!</font> 我们每隔500次保存了一个检查点,然而由于上传huggingface效率原因,只开放了 step % 10000 == 0 的那些检查点。 其中 0-260000 (更准确地 261000) 步为稳定训练阶段, 260000 - 280000 为退火阶段 (更准确的,261000 - 279500), 280000之后是没有被利用的剩余退火阶段,这个剩余退火阶段学习率已经变得非常小了,并且没有收益。
26
+
27
+ <font color='red'>【Caution】:This repo contains the intermediate checkpoints of minicpm-2b training for research purpose, not the final checkpoints that are ready to be used in practice. </font> We saved checkpoints every 500 steps. However, due to the efficiency of uploading, we only open-source the ones that has step % 100000 == 0. Among these checkpoints, 0-260000 (more accurately, 261000) are the stable training stable. 260000 - 280000 (more accurately 261000 - 279500) are the decay stage. After 280000 are the un-utilized checkpoints where the learning rate is decayed to every small value.
28
+
29
 
 
30
  MiniCPM 是面壁与清华大学自然语言处理实验室共同开源的系列端侧语言大模型,主体语言模型 MiniCPM-2B 仅有 24亿(2.4B)的非词嵌入参数量。
31
  - 经过 SFT 后,MiniCPM 在公开综合性评测集上,MiniCPM 与 Mistral-7B相近(中文、数学、代码能力更优),整体性能超越 Llama2-13B、MPT-30B、Falcon-40B 等模型。
32
  - 经过 DPO 后,MiniCPM 在当前最接近用户体感的评测集 MTBench上,MiniCPM-2B 也超越了 Llama2-70B-Chat、Vicuna-33B、Mistral-7B-Instruct-v0.1、Zephyr-7B-alpha 等众多代表性开源大模型。