From fca1e451b5288b4a6bdfe2d451d74949d12488f9 Mon Sep 17 00:00:00 2001 From: hiyouga Date: Sun, 15 Oct 2023 20:28:14 +0800 Subject: [PATCH] update readme Former-commit-id: f5d0da4d2ac995c85ab891b103503bfa8a80f6db --- README.md | 4 +++- README_zh.md | 6 ++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e75bec0..ff1c7e75 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,9 @@ \[ English | [中文](README_zh.md) \] -Launch an all-in-one Web UI via `python src/train_web.py`. +## Example: Fine-tuning large language model within 10 minutes + +Launch an **all-in-one Web UI** via `python src/train_web.py`. https://github.com/hiyouga/LLaMA-Factory/assets/16256802/6ba60acc-e2e2-4bec-b846-2d88920d5ba1 diff --git a/README_zh.md b/README_zh.md index 5902ccc3..059d6f69 100644 --- a/README_zh.md +++ b/README_zh.md @@ -12,6 +12,12 @@ \[ [English](README.md) | 中文 \] +## 示例:在十分钟内微调一个大模型 + +通过 `python src/train_web.py` 开启**训练推理一体化界面**。 + +https://github.com/hiyouga/LLaMA-Factory/assets/16256802/6ba60acc-e2e2-4bec-b846-2d88920d5ba1 + ## 更新日志 [23/09/27] 我们针对 LLaMA 模型支持了 [LongLoRA](https://github.com/dvlab-research/LongLoRA) 提出的 **$S^2$-Attn**。请使用 `--shift_attn` 参数以启用该功能。