model update
Browse files
README.md
CHANGED
|
@@ -9,7 +9,7 @@ metrics:
|
|
| 9 |
- moverscore
|
| 10 |
language: en
|
| 11 |
datasets:
|
| 12 |
-
- lmqg/
|
| 13 |
pipeline_tag: text2text-generation
|
| 14 |
tags:
|
| 15 |
- question generation
|
|
@@ -73,13 +73,13 @@ model-index:
|
|
| 73 |
|
| 74 |
# Language Models Fine-tuning on Question Generation: `lmqg/bart-base-subjqa-electronics`
|
| 75 |
This model is fine-tuned version of [lmqg/bart-base-squad](https://huggingface.co/lmqg/bart-base-squad) for question generation task on the
|
| 76 |
-
[lmqg/
|
| 77 |
This model is continuously fine-tuned with [lmqg/bart-base-squad](https://huggingface.co/lmqg/bart-base-squad).
|
| 78 |
|
| 79 |
### Overview
|
| 80 |
- **Language model:** [lmqg/bart-base-squad](https://huggingface.co/lmqg/bart-base-squad)
|
| 81 |
- **Language:** en
|
| 82 |
-
- **Training data:** [lmqg/
|
| 83 |
- **Online Demo:** [https://autoqg.net/](https://autoqg.net/)
|
| 84 |
- **Repository:** [https://github.com/asahi417/lm-question-generation](https://github.com/asahi417/lm-question-generation)
|
| 85 |
- **Paper:** [TBA](TBA)
|
|
@@ -104,7 +104,7 @@ question = pipe(input_text)
|
|
| 104 |
|
| 105 |
| Dataset | Type | BLEU4 | ROUGE-L | METEOR | BERTScore | MoverScore | Link |
|
| 106 |
|:--------|:-----|------:|--------:|-------:|----------:|-----------:|-----:|
|
| 107 |
-
| [lmqg/qg_subjqa](https://huggingface.co/datasets/lmqg/qg_subjqa) | electronics | 0.0383060279511115 | 0.29410386622800005 | 0.25084383352556755 | 0.9375676617902868 | 0.6600122624051745 | [link](https://huggingface.co/lmqg/bart-base-subjqa-electronics/raw/main/eval/metric.first.sentence.paragraph_answer.question.
|
| 108 |
|
| 109 |
|
| 110 |
|
|
|
|
| 9 |
- moverscore
|
| 10 |
language: en
|
| 11 |
datasets:
|
| 12 |
+
- lmqg/qg_subjqa
|
| 13 |
pipeline_tag: text2text-generation
|
| 14 |
tags:
|
| 15 |
- question generation
|
|
|
|
| 73 |
|
| 74 |
# Language Models Fine-tuning on Question Generation: `lmqg/bart-base-subjqa-electronics`
|
| 75 |
This model is fine-tuned version of [lmqg/bart-base-squad](https://huggingface.co/lmqg/bart-base-squad) for question generation task on the
|
| 76 |
+
[lmqg/qg_subjqa](https://huggingface.co/datasets/lmqg/qg_subjqa) (dataset_name: electronics).
|
| 77 |
This model is continuously fine-tuned with [lmqg/bart-base-squad](https://huggingface.co/lmqg/bart-base-squad).
|
| 78 |
|
| 79 |
### Overview
|
| 80 |
- **Language model:** [lmqg/bart-base-squad](https://huggingface.co/lmqg/bart-base-squad)
|
| 81 |
- **Language:** en
|
| 82 |
+
- **Training data:** [lmqg/qg_subjqa](https://huggingface.co/datasets/lmqg/qg_subjqa) (electronics)
|
| 83 |
- **Online Demo:** [https://autoqg.net/](https://autoqg.net/)
|
| 84 |
- **Repository:** [https://github.com/asahi417/lm-question-generation](https://github.com/asahi417/lm-question-generation)
|
| 85 |
- **Paper:** [TBA](TBA)
|
|
|
|
| 104 |
|
| 105 |
| Dataset | Type | BLEU4 | ROUGE-L | METEOR | BERTScore | MoverScore | Link |
|
| 106 |
|:--------|:-----|------:|--------:|-------:|----------:|-----------:|-----:|
|
| 107 |
+
| [lmqg/qg_subjqa](https://huggingface.co/datasets/lmqg/qg_subjqa) | electronics | 0.0383060279511115 | 0.29410386622800005 | 0.25084383352556755 | 0.9375676617902868 | 0.6600122624051745 | [link](https://huggingface.co/lmqg/bart-base-subjqa-electronics/raw/main/eval/metric.first.sentence.paragraph_answer.question.lmqg_qg_subjqa.electronics.json) |
|
| 108 |
|
| 109 |
|
| 110 |
|