Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vivien98 authored Jun 13, 2022
1 parent d3e8167 commit b39bf06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ The bash files `run_crisp.sh` trains using the best curricula and GRUs. By defau

## For running alternate models

The bash files `run_alt.sh` trains using the best curricula and CNNs. Other models can be trained by changing the `--model` option (can choose between `conv`(CNNs), `gpt`(GPT), `encoder`(BERT)). By default we use the hyperparameters that gave us decent performance for a reasonable training time. They may be changed inside the file. The curriculum ca be changed with `--curriculum` option (choose between `l2r`, `r2l`, `c2n` and `n2c`).
The bash files `run_alt.sh` trains using the best curricula and CNNs. Other models can be trained by changing the `--model` option (can choose between `conv`(CNNs), `gpt`(GPT), `encoder`(BERT)). By default we use the hyperparameters that gave us decent performance for a reasonable training time. They may be changed inside the file. The curriculum can be changed with `--curriculum` option (choose between `l2r`, `r2l`, `c2n` and `n2c`).

0 comments on commit b39bf06

Please sign in to comment.