Update README.md
Browse files
README.md
CHANGED
|
@@ -19,6 +19,21 @@ tags:
|
|
| 19 |
- QuestionGeneration
|
| 20 |
license: gpl-3.0
|
| 21 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
# Citation
|
| 23 |
If you use this model in your research, please cite the following paper: [Evaluating the performance of multilingual models in answer extraction and question generation.](https://www.nature.com/articles/s41598-024-66472-5)
|
| 24 |
|
|
|
|
| 19 |
- QuestionGeneration
|
| 20 |
license: gpl-3.0
|
| 21 |
---
|
| 22 |
+
# Modifications and Derivative Work Notice
|
| 23 |
+
|
| 24 |
+
This model is based on google/mt5-base, licensed under the Apache License 2.0.
|
| 25 |
+
|
| 26 |
+
This repository contains a modified and fine-tuned version of the original model.
|
| 27 |
+
|
| 28 |
+
Modifications include:
|
| 29 |
+
- Additional training on the SQuAD+SQAC dataset to finetune the model on the Question Generation task
|
| 30 |
+
- Hyperparameter adjustments
|
| 31 |
+
|
| 32 |
+
A detailed description of the modifications, training procedure, and experimental setup can be found in the associated paper: [Evaluating the performance of multilingual models in answer extraction and question generation.](https://www.nature.com/articles/s41598-024-66472-5)
|
| 33 |
+
|
| 34 |
+
All modifications were made by [INTELIA](https://intelia.uah.es/).
|
| 35 |
+
|
| 36 |
+
|
| 37 |
# Citation
|
| 38 |
If you use this model in your research, please cite the following paper: [Evaluating the performance of multilingual models in answer extraction and question generation.](https://www.nature.com/articles/s41598-024-66472-5)
|
| 39 |
|