Commit
·
6430bdb
1
Parent(s):
1259fa2
Update README.md
Browse files
README.md
CHANGED
|
@@ -43,4 +43,15 @@ def gen_conversation(text):
|
|
| 43 |
text = "hola"
|
| 44 |
|
| 45 |
gen_conversation(text)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
```
|
|
|
|
| 43 |
text = "hola"
|
| 44 |
|
| 45 |
gen_conversation(text)
|
| 46 |
+
```
|
| 47 |
+
|
| 48 |
+
## Citation
|
| 49 |
+
```
|
| 50 |
+
@misc {hackathon-somos-nlp-2023,
|
| 51 |
+
author = { {Edison Bejarano, Leonardo Bolaños, Santiago Pineda, Nicolay Potes, Daniel Terraza} },
|
| 52 |
+
title = { SAlpaca },
|
| 53 |
+
year = 2023,
|
| 54 |
+
url = { https://huggingface.co/hackathon-somos-nlp-2023/bertin-gpt-j-6B-es-finetuned-salpaca }
|
| 55 |
+
publisher = { Hugging Face }
|
| 56 |
+
}
|
| 57 |
```
|