MichelBartelsDeepset
commited on
Commit
•
44f866d
1
Parent(s):
6b033ce
Update README.md
Browse files
README.md
CHANGED
@@ -36,6 +36,9 @@ doc_stride=128
|
|
36 |
max_query_length=64
|
37 |
```
|
38 |
|
|
|
|
|
|
|
39 |
## Performance
|
40 |
Evaluated on the SQuAD 2.0 dev set with the [official eval script](https://worksheets.codalab.org/rest/bundles/0x6b567e1cf2e041ec80d7098f031c5c9e/contents/blob/).
|
41 |
|
|
|
36 |
max_query_length=64
|
37 |
```
|
38 |
|
39 |
+
## Using a distilled model instead
|
40 |
+
Please note that we have also released a distilled version of this model called [deepset/tinyroberta-squad2](https://huggingface.co/deepset/tinyroberta-squad2). The distilled model has a comparable prediction quality and runs at twice the speed of the base model.
|
41 |
+
|
42 |
## Performance
|
43 |
Evaluated on the SQuAD 2.0 dev set with the [official eval script](https://worksheets.codalab.org/rest/bundles/0x6b567e1cf2e041ec80d7098f031c5c9e/contents/blob/).
|
44 |
|