From c3c5768f50b7076325f13440cdbcdfe3fb92dfe2 Mon Sep 17 00:00:00 2001 From: SillyXu Date: Thu, 1 Feb 2024 13:58:43 +0800 Subject: [PATCH] Update README_en.md --- finetune/README_en.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/finetune/README_en.md b/finetune/README_en.md index 7e3ab9c..934739b 100644 --- a/finetune/README_en.md +++ b/finetune/README_en.md @@ -1,5 +1,7 @@ # MiniCPM Fine-tune +[中文版](https://github.com/OpenBMB/MiniCPM/blob/main/finetune/README.md) + This directory provides examples of fine-tuning the MiniCPM-2B model, including full model fine-tuning and PEFT. In terms of format, we offer examples for multi-turn dialogue fine-tuning and input-output format fine-tuning. If you have downloaded the model to your local system, the `OpenBMB/MiniCPM-2B` field mentioned in this document and in the code should be replaced with the corresponding address to load the model from your local system.