model update
Browse files
README.md
CHANGED
@@ -70,8 +70,7 @@ model_path = 'lmqg/t5-small-subjqa-vanilla-tripadvisor'
|
|
70 |
pipe = pipeline("text2text-generation", model_path)
|
71 |
|
72 |
# Question Generation
|
73 |
-
|
74 |
-
question = pipe(input_text)
|
75 |
```
|
76 |
|
77 |
## Evaluation Metrics
|
@@ -81,7 +80,7 @@ question = pipe(input_text)
|
|
81 |
|
82 |
| Dataset | Type | BLEU4 | ROUGE-L | METEOR | BERTScore | MoverScore | Link |
|
83 |
|:--------|:-----|------:|--------:|-------:|----------:|-----------:|-----:|
|
84 |
-
| [lmqg/qg_subjqa](https://huggingface.co/datasets/lmqg/qg_subjqa) | tripadvisor |
|
85 |
|
86 |
|
87 |
|
|
|
70 |
pipe = pipeline("text2text-generation", model_path)
|
71 |
|
72 |
# Question Generation
|
73 |
+
question = pipe('generate question: <hl> Beyonce <hl> further expanded her acting career, starring as blues singer Etta James in the 2008 musical biopic, Cadillac Records.')
|
|
|
74 |
```
|
75 |
|
76 |
## Evaluation Metrics
|
|
|
80 |
|
81 |
| Dataset | Type | BLEU4 | ROUGE-L | METEOR | BERTScore | MoverScore | Link |
|
82 |
|:--------|:-----|------:|--------:|-------:|----------:|-----------:|-----:|
|
83 |
+
| [lmqg/qg_subjqa](https://huggingface.co/datasets/lmqg/qg_subjqa) | tripadvisor | 0.0 | 0.058 | 0.049 | 0.821 | 0.496 | [link](https://huggingface.co/lmqg/t5-small-subjqa-vanilla-tripadvisor/raw/main/eval/metric.first.sentence.paragraph_answer.question.lmqg_qg_subjqa.tripadvisor.json) |
|
84 |
|
85 |
|
86 |
|