From b39bf06f893d1b37661a177af45313b36c848d67 Mon Sep 17 00:00:00 2001 From: Viraj Nadkarni Date: Mon, 13 Jun 2022 09:37:09 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ff0fd4..a386806 100644 --- a/README.md +++ b/README.md @@ -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`). \ No newline at end of file +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`).