File size: 363 Bytes
a17b24f 21c4731 addf2f1 e45708e e9b1326 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
---
datasets:
- squad
metrics:
- squad
language:
- en
---
This is the "roberta-base" model with a question answering head, trained on the "squad" dataset witht the Trainer API.
It serves as baseline model to compare with.
It was evaluated on the squad validation dataset and the achieved score was : `{'exact_match': 85.87511825922422, 'f1': 92.12966408818717}` |