Skip to content

Commit 3b3b85b

Browse files
committed
Minor fixes
1 parent 5c75d20 commit 3b3b85b

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ https://www.cs.utexas.edu/~yasumasa/creak/leaderboard.html
6262

6363
We host results only for Closed-Book methods that have been finetuned on only In-Domain data.
6464

65-
To submit your results, please send your system name and prediction files on the dev, test, and contrast set to `yasumasa@utexas.edu`.
65+
To submit your results, please send your system name and prediction files for the dev, test, and contrast sets to `yasumasa@utexas.edu`.
6666

6767

6868
## Contact

baselines/README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,8 @@ $ bash ../data/get_fm2.sh
5151
- `baselines/run_seq2seq_classifier.py`: Main script for training and evaluating T5 models, and writing predictions to an output file
5252

5353
### Train
54-
5554
#### Train RoBERTa on CREAK
56-
57-
To train RoBERTa on CREAK, run this command in the root directory (`creak/`).
55+
To train RoBERTa-large on CREAK, run this command in the root directory (`creak/`).
5856

5957
```
6058
DATA="creak"
@@ -89,7 +87,7 @@ python baselines/bert_classifiers.py \
8987
```
9088

9189
#### Train T5 on CREAK
92-
90+
To train T5-3B on CREAK, run this command in the root directory (`creak/`).
9391
```
9492
DATA="creak"
9593
MODEL="t5-3b"
@@ -129,7 +127,7 @@ deepspeed --num_gpus 2 baselines/run_seq2seq_classifiers.py \
129127

130128
### Evaluation
131129
#### Evaluate RoBERTa on CREAK Dev and contrast set
132-
To evaluate RoBERTa on CREAK, run this command in the root directory (`creak/`).
130+
To evaluate RoBERTa-large on CREAK, run this command in the root directory (`creak/`).
133131
```
134132
CHECKPOINT="XXXX"
135133
DATA="creak"
@@ -153,6 +151,7 @@ python baselines/bert_classifiers.py \
153151
```
154152

155153
#### Evaluate T5 on CREAK Dev and contrast set
154+
To evaluate T5-3B on CREAK, run this command in the root directory (`creak/`).
156155
```
157156
CHECKPOINT="XXXX"
158157
DATA="creak"

0 commit comments

Comments
 (0)