Update README.md
Browse files
README.md
CHANGED
@@ -71,10 +71,25 @@ As you can see there is a **1** in the place where the model detected the fake t
|
|
71 |
|
72 |
[Electricidad-small fine-tuned models](https://huggingface.co/models?search=electricidad-small)
|
73 |
|
|
|
74 |
## Acknowledgments
|
75 |
|
76 |
I thank [🤗/transformers team](https://github.com/huggingface/transformers) for answering my doubts and Google for helping me with the [TensorFlow Research Cloud](https://www.tensorflow.org/tfrc) program.
|
77 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
78 |
|
79 |
|
80 |
> Created by [Manuel Romero/@mrm8488](https://twitter.com/mrm8488)
|
|
|
71 |
|
72 |
[Electricidad-small fine-tuned models](https://huggingface.co/models?search=electricidad-small)
|
73 |
|
74 |
+
|
75 |
## Acknowledgments
|
76 |
|
77 |
I thank [🤗/transformers team](https://github.com/huggingface/transformers) for answering my doubts and Google for helping me with the [TensorFlow Research Cloud](https://www.tensorflow.org/tfrc) program.
|
78 |
|
79 |
+
## Citation
|
80 |
+
If you want to cite this model you can use this:
|
81 |
+
|
82 |
+
```bibtex
|
83 |
+
@misc{mromero2020electricidad-small-discriminator,
|
84 |
+
title={Spanish Electra (small) by Manuel Romero},
|
85 |
+
author={Romero, Manuel},
|
86 |
+
publisher={Hugging Face},
|
87 |
+
journal={Hugging Face Hub},
|
88 |
+
howpublished={\url{https://huggingface.co/mrm8488/electricidad-small-discriminator}},
|
89 |
+
year={2020}
|
90 |
+
}
|
91 |
+
```
|
92 |
+
|
93 |
|
94 |
|
95 |
> Created by [Manuel Romero/@mrm8488](https://twitter.com/mrm8488)
|