Instructions to use mou3az/QuestionGeneration with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use mou3az/QuestionGeneration with PEFT:
from peft import PeftModel from transformers import AutoModelForSeq2SeqLM base_model = AutoModelForSeq2SeqLM.from_pretrained("facebook/bart-base") model = PeftModel.from_pretrained(base_model, "mou3az/QuestionGeneration") - Notebooks
- Google Colab
- Kaggle
Librarian Bot: Update Hugging Face dataset ID
#1
by librarian-bot - opened
README.md
CHANGED
|
@@ -1,14 +1,14 @@
|
|
| 1 |
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
datasets:
|
| 4 |
-
- squad_v2
|
| 5 |
-
- drop
|
| 6 |
language:
|
| 7 |
- en
|
|
|
|
| 8 |
library_name: transformers
|
| 9 |
tags:
|
| 10 |
- General purpose
|
| 11 |
- Text2text Generation
|
|
|
|
|
|
|
|
|
|
| 12 |
metrics:
|
| 13 |
- bertscore
|
| 14 |
- accuracy
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
+
license: apache-2.0
|
| 5 |
library_name: transformers
|
| 6 |
tags:
|
| 7 |
- General purpose
|
| 8 |
- Text2text Generation
|
| 9 |
+
datasets:
|
| 10 |
+
- squad_v2
|
| 11 |
+
- ucinlp/drop
|
| 12 |
metrics:
|
| 13 |
- bertscore
|
| 14 |
- accuracy
|