Skip to content

Commit 01ae573

Browse files
committed
Updated README with comments about config files
1 parent 1cb77f0 commit 01ae573

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ The parameters of the experiments are specified in their respecive `config` file
3636
```bash
3737
config/
3838
├── eval-config.yaml
39-
├── infer-config.yaml
40-
├── infer-rm-config.yaml
39+
├── infer-config.yaml # infer config for solution generation
40+
├── infer-rm-config.yaml # infer config for solution scoring using Reward Model (RM)
4141
├── private-config.yaml
42-
├── train-po-config.yaml
43-
├── train-sft-config.yaml
44-
└── train-tc-rm-config.yaml
42+
├── train-po-config.yaml # train config for preference-optimization (PO)
43+
├── train-sft-config.yaml # train config for simple supervised fine-tuning (SFT)
44+
└── train-tc-rm-config.yaml # train config for Token Classification (TC) based Reward Model (RM)
4545
```
4646

4747
The private api keys such as for using OpenAI models or logging through Neptune API can be provided in the `private-config.yaml` file.

0 commit comments

Comments
 (0)