File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ The parameters of the experiments are specified in their respecive `config` file
36
36
``` bash
37
37
config/
38
38
├── 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)
41
41
├── 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)
45
45
```
46
46
47
47
The private api keys such as for using OpenAI models or logging through Neptune API can be provided in the ` private-config.yaml ` file.
You can’t perform that action at this time.
0 commit comments