consciousAI
commited on
Commit
•
08fd8b2
1
Parent(s):
a8328c6
Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,8 @@ Model is encoder-only (roberta-base) with QuestionAnswering LM Head, fine-tuned
|
|
15 |
|
16 |
[Live Demo: Question Answering Encoders vs Generative](https://huggingface.co/spaces/consciousAI/question_answering)
|
17 |
|
18 |
-
Please follow this link for [
|
|
|
19 |
|
20 |
Example code:
|
21 |
```
|
|
|
15 |
|
16 |
[Live Demo: Question Answering Encoders vs Generative](https://huggingface.co/spaces/consciousAI/question_answering)
|
17 |
|
18 |
+
Please follow this link for [Encoder based Question Answering V2](https://huggingface.co/consciousAI/question-answering-roberta-base-s-v2/)
|
19 |
+
<br>Please follow this link for [Generative Question Answering](https://huggingface.co/consciousAI/question-answering-generative-t5-v1-base-s-q-c/)
|
20 |
|
21 |
Example code:
|
22 |
```
|