luisespinosa
commited on
Commit
·
2cef2cf
1
Parent(s):
29edb47
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1 |
---
|
2 |
license: openrail
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: openrail
|
3 |
---
|
4 |
+
|
5 |
+
T5 base model fine-tuned on the [ProtoQA](https://github.com/iesl/protoqa-data), the input format is:
|
6 |
+
|
7 |
+
```
|
8 |
+
answer: <your question>
|
9 |
+
```
|
10 |
+
The expectation is that the question is similar to the ones in ProtoQA, and the model should reply with a list of plausible answsers.
|