mirbostani
commited on
Commit
•
87e1f45
1
Parent(s):
4b47302
Update README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ metrics:
|
|
16 |
|
17 |
Examples with `noAnswer` and `badQuestion` are not included in the training process.
|
18 |
|
19 |
-
```
|
20 |
$ cd ~/projects/transformers/examples/legacy/question-answering
|
21 |
$ mkdir bert_base_uncased_finetuned_newsqa
|
22 |
$ python run_newsqa.py \
|
@@ -39,7 +39,7 @@ $ python run_newsqa.py \
|
|
39 |
|
40 |
Results:
|
41 |
|
42 |
-
```
|
43 |
{'exact': 60.19350380096752, 'f1': 73.29371985128037, 'total': 4341, 'HasAns_exact': 60.19350380096752, 'HasAns_f1': 73.29371985128037, 'HasAns_total': 4341, 'best_exact': 60.19350380096752, 'best_exact_thresh': 0.0, 'best_f1': 73.29371985128037, 'best_f1_thresh': 0.0}
|
44 |
```
|
45 |
|
|
|
16 |
|
17 |
Examples with `noAnswer` and `badQuestion` are not included in the training process.
|
18 |
|
19 |
+
```bash
|
20 |
$ cd ~/projects/transformers/examples/legacy/question-answering
|
21 |
$ mkdir bert_base_uncased_finetuned_newsqa
|
22 |
$ python run_newsqa.py \
|
|
|
39 |
|
40 |
Results:
|
41 |
|
42 |
+
```bash
|
43 |
{'exact': 60.19350380096752, 'f1': 73.29371985128037, 'total': 4341, 'HasAns_exact': 60.19350380096752, 'HasAns_f1': 73.29371985128037, 'HasAns_total': 4341, 'best_exact': 60.19350380096752, 'best_exact_thresh': 0.0, 'best_f1': 73.29371985128037, 'best_f1_thresh': 0.0}
|
44 |
```
|
45 |
|