Skip to content

Commit 20f033c

Browse files
authored
Update README.md
1 parent cc3b659 commit 20f033c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

DrQA/README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,12 @@ python train.py -e 50 -bs 32
3737
```
3838

3939
## Results
40-
### EM & F1
41-
||EM|F1|seconds/epoch|
42-
|---|---|---|---|
43-
|LSTM (original paper)|69.5|78.8|~700s|
44-
|SRU (this version)|70.3|79.5|~200s|
40+
||EM|F1|Time used in RNN|Total time/epoch|
41+
|---|---|---|---|---|
42+
|LSTM (original paper)|69.5|78.8|~523s|~700s|
43+
|SRU (this version)|**70.3**|**79.5**|**~88s**|**~200s**|
44+
45+
Tested on GeForce GTX 1070.
4546

4647
### Credits
4748
Author of the Document Reader model: [Danqi Chen](https://github.com/danqi).

0 commit comments

Comments
 (0)