Update README.md
Browse files
README.md
CHANGED
@@ -75,6 +75,20 @@ predictions = torch.round((torch.sign(discriminator_outputs[0]) + 1) / 2)
|
|
75 |
|
76 |
TBA
|
77 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
78 |
|
79 |
> Created by [Manuel Romero/@mrm8488](https://twitter.com/mrm8488)
|
80 |
|
|
|
75 |
|
76 |
TBA
|
77 |
|
78 |
+
## Citation
|
79 |
+
If you want to cite this model you can use this:
|
80 |
+
|
81 |
+
```bibtex
|
82 |
+
@misc{mromero2022biomedtra,
|
83 |
+
title={Spanish BioMedical Electra (small)},
|
84 |
+
author={Romero, Manuel},
|
85 |
+
publisher={Hugging Face},
|
86 |
+
journal={Hugging Face Hub},
|
87 |
+
howpublished={\url{https://huggingface.co/mrm8488/biomedtra-small-es},
|
88 |
+
year={2022}
|
89 |
+
}
|
90 |
+
```
|
91 |
+
|
92 |
|
93 |
> Created by [Manuel Romero/@mrm8488](https://twitter.com/mrm8488)
|
94 |
|