Skip to content

Commit b346245

Browse files
authored
Add readme_zh (#127)
1 parent a7c142f commit b346245

File tree

2 files changed

+414
-6
lines changed

2 files changed

+414
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[**中文主页**](https://github.com/modelscope/Trinity-RFT/blob/main/README_ZH.md) | [**Tutorial**](https://modelscope.github.io/Trinity-RFT/) | [**FAQ**](./docs/sphinx_doc/source/tutorial/faq.md)
12

23
<div align="center">
34
<img src="https://img.alicdn.com/imgextra/i1/O1CN01lvLpfw25Pl4ohGZnU_!!6000000007519-2-tps-1628-490.png" alt="Trinity-RFT" style="height: 120px;">
@@ -255,13 +256,13 @@ Trinity-RFT provides a web interface for configuring your RFT process.
255256
> This is an experimental feature, and we will continue to improve it.
256257
257258

258-
To enable minimal features (mainly for trainer), you can run
259+
To launch the web interface for minimal configurations, you can run
259260

260261
```bash
261262
trinity studio --port 8080
262263
```
263264

264-
Then you can configure your RFT process in the web page and generate a config file. You can save the config for later use or run it directly as described in the following section.
265+
Then you can configure your RFT process in the web page and generate a config file. You can save the config file for later use or run it directly as described in the following section.
265266

266267
Advanced users can also edit the config file directly.
267268
We provide example config files in [`examples`](examples/).
@@ -353,10 +354,6 @@ Guidelines for developers and researchers:
353354

354355

355356

356-
For some frequently asked questions, see [FAQ](./docs/sphinx_doc/source/tutorial/faq.md).
357-
358-
359-
360357

361358
## Upcoming features
362359

0 commit comments

Comments
 (0)