You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sphinx_doc/source/tutorial/trinity_configs.md
+14-15Lines changed: 14 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,18 @@
2
2
3
3
The following is the main config file for Trinity-RFT. Take `scripts/config/countdown.yaml` as an example.
4
4
5
+
6
+
## Monitor
7
+
8
+
```yaml
9
+
monitor:
10
+
project: "Trinity-RFT-countdown"
11
+
name: "qwen2.5-1.5B-countdown"
12
+
```
13
+
14
+
- `monitor.project`: The project name. It must be set manually.
15
+
- `monitor.name`: The name of the experiment. It must be set manually.
16
+
5
17
## Data
6
18
7
19
<!-- The `data` configuration specifies the data used for training. It includes the total number of epochs, the batch size, the path to the dataset, the default workflow type, the default reward function type, and the format configuration. -->
0 commit comments