QGEval
commited on
Commit
•
6a442a3
1
Parent(s):
31b779c
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Model Card of `QGEval2024/BART-base-HotpotQA-finetune`
|
2 |
This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) for question generation task on the [HotpotQA](https://hotpotqa.github.io/) (dataset_name: default).
|
3 |
|
@@ -8,4 +16,4 @@ Training data: HotpotQA
|
|
8 |
Repository: https://github.com/WeipingFu/QGEval
|
9 |
Paper: https://arxiv.org/abs/2406.05707
|
10 |
|
11 |
-
## Usage
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- hotpotqa/hotpot_qa
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
base_model: facebook/bart-base
|
7 |
+
pipeline_tag: text-generation
|
8 |
+
---
|
9 |
# Model Card of `QGEval2024/BART-base-HotpotQA-finetune`
|
10 |
This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) for question generation task on the [HotpotQA](https://hotpotqa.github.io/) (dataset_name: default).
|
11 |
|
|
|
16 |
Repository: https://github.com/WeipingFu/QGEval
|
17 |
Paper: https://arxiv.org/abs/2406.05707
|
18 |
|
19 |
+
## Usage
|