Vui Seng Chua commited on
Commit 路
da7d488
1
Parent(s): 270b51c
Add evaluation score to README
Browse files
README.md
CHANGED
|
@@ -94,4 +94,9 @@ nohup python run_qa.py \
|
|
| 94 |
--doc_stride 128 \
|
| 95 |
--overwrite_output_dir \
|
| 96 |
--output_dir $OUTDIR 2>&1 | tee $OUTDIR/run.log &
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 97 |
```
|
|
|
|
| 94 |
--doc_stride 128 \
|
| 95 |
--overwrite_output_dir \
|
| 96 |
--output_dir $OUTDIR 2>&1 | tee $OUTDIR/run.log &
|
| 97 |
+
```
|
| 98 |
+
```bash
|
| 99 |
+
eval_exact_match = 88.4674
|
| 100 |
+
eval_f1 = 94.3001
|
| 101 |
+
eval_samples = 10790
|
| 102 |
```
|