Commit 4f770782 authored by Steven Steinke's avatar Steven Steinke
Browse files

RACE explained

parent d976f011
...@@ -391,7 +391,7 @@ Further command line arguments are described in the source file [`main.py`](./ta ...@@ -391,7 +391,7 @@ Further command line arguments are described in the source file [`main.py`](./ta
## BERT Task Evaluation ## BERT Task Evaluation
<a id="race-evaluation"></a> <a id="race-evaluation"></a>
### RACE Evaluation ### RACE Evaluation
The following script finetunes the BERT model for evaluation on the [RACE dataset](http://www.cs.cmu.edu/~glai1/data/race/). The following script finetunes the BERT model for evaluation on the [RACE dataset](http://www.cs.cmu.edu/~glai1/data/race/). The `TRAIN_DATA` and `VALID_DATA` directory contain the RACE dataset as separate `.txt` files.
<pre> <pre>
TRAIN_DATA="data/RACE/train/middle" TRAIN_DATA="data/RACE/train/middle"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment