Update model card
Browse filesThis PR updates the model card with the correct `pipeline_tag` (`question-generation`) and adds the `library_name` metadata tag to ensure users know which library it is compatible with. It also adds a link to the code repository.
README.md
CHANGED
@@ -1,9 +1,11 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
-
language:
|
4 |
-
- en
|
5 |
base_model:
|
6 |
- facebook/bart-large
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
> This Question Generation model is a part of the [PlainQAFact](https://github.com/zhiwenyou103/PlainQAFact) factuality evaluation framework.
|
@@ -68,4 +70,6 @@ If you use this QG model in your research, please cite with the following BibTex
|
|
68 |
primaryClass={cs.CL},
|
69 |
url={https://arxiv.org/abs/2503.08890},
|
70 |
}
|
71 |
-
```
|
|
|
|
|
|
1 |
---
|
|
|
|
|
|
|
2 |
base_model:
|
3 |
- facebook/bart-large
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
license: apache-2.0
|
7 |
+
library_name: pytorch
|
8 |
+
pipeline_tag: question-generation
|
9 |
---
|
10 |
|
11 |
> This Question Generation model is a part of the [PlainQAFact](https://github.com/zhiwenyou103/PlainQAFact) factuality evaluation framework.
|
|
|
70 |
primaryClass={cs.CL},
|
71 |
url={https://arxiv.org/abs/2503.08890},
|
72 |
}
|
73 |
+
```
|
74 |
+
|
75 |
+
Code: https://github.com/zhiwenyou103/PlainQAFact
|