Update README.md
Browse files
README.md
CHANGED
@@ -60,3 +60,19 @@ or
|
|
60 |
```
|
61 |
./llama-server --hf-repo BrunoGR/Just_HEAR_Me-Q4_K_M-GGUF --hf-file just_hear_me-q4_k_m.gguf -c 2048
|
62 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
```
|
61 |
./llama-server --hf-repo BrunoGR/Just_HEAR_Me-Q4_K_M-GGUF --hf-file just_hear_me-q4_k_m.gguf -c 2048
|
62 |
```
|
63 |
+
|
64 |
+
## Citation
|
65 |
+
|
66 |
+
If you use Sólo Escúchame (BrunoGR/Just_HEAR_Me) in your research, please cite the following paper:
|
67 |
+
|
68 |
+
```bibtex
|
69 |
+
@misc{ramírez2024soloescuchamespanishemotional,
|
70 |
+
title={S\'olo Esc\'uchame: Spanish Emotional Accompaniment Chatbot},
|
71 |
+
author={Bruno Gil Ramírez and Jessica López Espejel and María del Carmen Santiago Díaz and Gustavo Trinidad Rubín Linares},
|
72 |
+
year={2024},
|
73 |
+
eprint={2408.01852},
|
74 |
+
archivePrefix={arXiv},
|
75 |
+
primaryClass={cs.CL},
|
76 |
+
url={https://arxiv.org/abs/2408.01852},
|
77 |
+
}
|
78 |
+
```
|