nielsr HF staff commited on
Commit
a4869e3
·
verified ·
1 Parent(s): a0216b2

Correct tags

Browse files

Since this model doesn't do question answering but rather question generation, this PR corrects the metadata.

Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -5,7 +5,9 @@ base_model:
5
  language:
6
  - en
7
  library_name: pytorch
8
- pipeline_tag: question-answering
 
 
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.