From c890bce69c6ef4f10ab87fda3213b431f7f16b4d Mon Sep 17 00:00:00 2001 From: LiangSong Date: Fri, 28 Apr 2023 15:10:41 +0800 Subject: [PATCH] update readme --- README.md | 2 ++ README_en.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 63c3041..c91dec5 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,8 @@ pip install git+https://github.com/s-JoL/transformers.git@dev 4. 提供更方便的配置,可见configs/pretrain_config.yaml 5. 提供基于其他预训练模型补充词表,继续预训练功能 +v1版代码可见https://github.com/s-JoL/Open-Llama/tree/v1.0 + ## **特性** ### 易用性 diff --git a/README_en.md b/README_en.md index 1bc7e24..dfa2914 100644 --- a/README_en.md +++ b/README_en.md @@ -50,6 +50,8 @@ This update mainly includes the following aspects, increasing the effective trai 4. Provide more convenient configuration, see configs/pretrain_config.yaml 5. Provide functionality to continue pre-training based on other pre-trained models and supplementing vocabulary +v1 version code can be seen at https://github.com/s-JoL/Open-Llama/tree/v1.0 + ## **Features** ### Easy to use