File size: 295 Bytes
e0a55f4 2cef2cf |
1 2 3 4 5 6 7 8 9 10 |
---
license: openrail
---
T5 base model fine-tuned on the [ProtoQA](https://github.com/iesl/protoqa-data), the input format is:
```
answer: <your question>
```
The expectation is that the question is similar to the ones in ProtoQA, and the model should reply with a list of plausible answsers. |