Skip to content

Commit

Permalink
Merge pull request hiyouga#386 from hiyouga/feature-addReadme
Browse files Browse the repository at this point in the history
add related projects and wiki reference
  • Loading branch information
hiyouga committed Aug 4, 2023
2 parents 8f2fb0d + 84923e4 commit bc4774a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ Fine-tuning 🤖[ChatGLM-6B](https://github.com/THUDM/ChatGLM-6B) model with

\[ English | [中文](README_zh.md) \]

If you encounter any problems, you can refer to our [Wiki📄](https://github.com/hiyouga/ChatGLM-Efficient-Tuning/wiki) or feel free to raise an issue.

## Our related projects.

### [LLaMA-Efficient-Tuning](https://github.com/hiyouga/LLaMA-Efficient-Tuning)
Fine-tuning LLaMA Based models with PEFT.

### [FastEdit](https://github.com/hiyouga/FastEdit)
Editing large language models within 10 seconds


## Changelog

[23/07/15] Now we develop an all-in-one Web UI for training, evaluation and inference. Try `train_web.py` to fine-tune ChatGLM-6B model in your Web browser. Thank [@KanadeSiina](https://github.com/KanadeSiina) and [@codemayq](https://github.com/codemayq) for their efforts in the development.
Expand Down
10 changes: 10 additions & 0 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@

\[ [English](README.md) | 中文 \]

如果有任何的疑问,可以阅读我们的[Wiki📄](https://github.com/hiyouga/ChatGLM-Efficient-Tuning/wiki) 文档或者提出issue

## 相关项目

### [LLaMA-Efficient-Tuning](https://github.com/hiyouga/LLaMA-Efficient-Tuning)
基于PEFT的LLaMA系列模型高效微调

### [FastEdit](https://github.com/hiyouga/FastEdit)
10秒编辑你的大语言模型

## 更新日志

[23/07/15] 我们开发了支持训练和测试的浏览器一键微调界面。请尝试使用 `train_web.py` 在您的浏览器中微调 ChatGLM-6B 模型。感谢 [@KanadeSiina](https://github.com/KanadeSiina)[@codemayq](https://github.com/codemayq) 在该功能开发中付出的努力。
Expand Down

0 comments on commit bc4774a

Please sign in to comment.