Correct tags
Browse filesSince this model doesn't do question answering but rather question generation, this PR corrects the metadata.
README.md
CHANGED
@@ -5,7 +5,9 @@ base_model:
|
|
5 |
language:
|
6 |
- en
|
7 |
library_name: pytorch
|
8 |
-
pipeline_tag:
|
|
|
|
|
9 |
---
|
10 |
|
11 |
> This Question Generation model is a part of the [PlainQAFact](https://github.com/zhiwenyou103/PlainQAFact) factuality evaluation framework.
|
|
|
5 |
language:
|
6 |
- en
|
7 |
library_name: pytorch
|
8 |
+
pipeline_tag: text-generation
|
9 |
+
tags:
|
10 |
+
- question-generation
|
11 |
---
|
12 |
|
13 |
> This Question Generation model is a part of the [PlainQAFact](https://github.com/zhiwenyou103/PlainQAFact) factuality evaluation framework.
|