Update README.md
Browse files
README.md
CHANGED
@@ -29,4 +29,18 @@ The dataset is about 20 GB. 95% of the data was used for training and the rest 5
|
|
29 |
|
30 |
## Team members
|
31 |
- Manuel Romero ([mrm8488](https://huggingface.co/mrm8488))
|
32 |
-
- María Grandury ([mariagrandury](https://huggingface.co/mariagrandury))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
|
30 |
## Team members
|
31 |
- Manuel Romero ([mrm8488](https://huggingface.co/mrm8488))
|
32 |
+
- María Grandury ([mariagrandury](https://huggingface.co/mariagrandury))
|
33 |
+
|
34 |
+
## Citation
|
35 |
+
If you want to cite this model you can use this:
|
36 |
+
|
37 |
+
```bibtex
|
38 |
+
@misc{mromero2021spanish-t5-small,
|
39 |
+
title={Spanish T5 (small) by Manuel Romero},
|
40 |
+
author={Romero, Manuel},
|
41 |
+
publisher={Hugging Face},
|
42 |
+
journal={Hugging Face Hub},
|
43 |
+
howpublished={\url{https://huggingface.co/flax-community/spanish-t5-small}},
|
44 |
+
year={2021}
|
45 |
+
}
|
46 |
+
```
|