From 39bcb9b0e318e9046fb59965caa2b1d990e62b68 Mon Sep 17 00:00:00 2001 From: DingDing Date: Fri, 1 Mar 2024 14:21: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 f4a2894..542ef8d 100644 --- a/finetune/README_en.md +++ b/finetune/README_en.md @@ -1,5 +1,7 @@ # MiniCPM Fine-tuning +(Part of the doc inside these demo code are automatically generated by [RepoAgent](https://github.com/OpenBMB/RepoAgent)) + [中文版](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.