Update README.md
This commit is contained in:
parent
6b033ceead
commit
44f866da10
|
@ -36,6 +36,9 @@ doc_stride=128
|
||||||
max_query_length=64
|
max_query_length=64
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Using a distilled model instead
|
||||||
|
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.
|
||||||
|
|
||||||
## Performance
|
## Performance
|
||||||
Evaluated on the SQuAD 2.0 dev set with the [official eval script](https://worksheets.codalab.org/rest/bundles/0x6b567e1cf2e041ec80d7098f031c5c9e/contents/blob/).
|
Evaluated on the SQuAD 2.0 dev set with the [official eval script](https://worksheets.codalab.org/rest/bundles/0x6b567e1cf2e041ec80d7098f031c5c9e/contents/blob/).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue