Update README.md
Browse files
README.md
CHANGED
@@ -72,6 +72,20 @@ get_question(answer, context)
|
|
72 |
# output: question: Who created the RuPERTa-base?
|
73 |
```
|
74 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
75 |
> Created by [Manuel Romero/@mrm8488](https://twitter.com/mrm8488) | [LinkedIn](https://www.linkedin.com/in/manuel-romero-cs/)
|
76 |
|
77 |
> Made with <span style="color: #e25555;">♥</span> in Spain
|
|
|
72 |
# output: question: Who created the RuPERTa-base?
|
73 |
```
|
74 |
|
75 |
+
## Citation
|
76 |
+
If you want to cite this model you can use this:
|
77 |
+
|
78 |
+
```bibtex
|
79 |
+
@misc{mromero2021t5-base-finetuned-question-generation-ap,
|
80 |
+
title={T5 (base) fine-tuned on SQUAD for QG via AP},
|
81 |
+
author={Romero, Manuel},
|
82 |
+
publisher={Hugging Face},
|
83 |
+
journal={Hugging Face Hub},
|
84 |
+
howpublished={\url{https://huggingface.co/mrm8488/t5-base-finetuned-question-generation-ap}},
|
85 |
+
year={2021}
|
86 |
+
}
|
87 |
+
```
|
88 |
+
|
89 |
> Created by [Manuel Romero/@mrm8488](https://twitter.com/mrm8488) | [LinkedIn](https://www.linkedin.com/in/manuel-romero-cs/)
|
90 |
|
91 |
> Made with <span style="color: #e25555;">♥</span> in Spain
|