Commit
·
f5a6577
1
Parent(s):
3701452
Update README.md
Browse files
README.md
CHANGED
@@ -7,7 +7,7 @@ tags:
|
|
7 |
license: "cc-by-sa-4.0"
|
8 |
---
|
9 |
|
10 |
-
|
11 |
|
12 |
This model is a fine-tuned version of [bigscience/bloom-1b1](https://huggingface.co/bigscience/bloom-1b1) on Spanish datasets.
|
13 |
It achieves the following results on the evaluation set:
|
@@ -33,10 +33,12 @@ Some books may be subject to copyright. Use for academic purposes only.
|
|
33 |
### Citation Information
|
34 |
|
35 |
```
|
36 |
-
@misc{
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
|
|
|
|
41 |
}
|
42 |
```
|
|
|
7 |
license: "cc-by-sa-4.0"
|
8 |
---
|
9 |
|
10 |
+
# Bloom 1b1 for Spanish text generation
|
11 |
|
12 |
This model is a fine-tuned version of [bigscience/bloom-1b1](https://huggingface.co/bigscience/bloom-1b1) on Spanish datasets.
|
13 |
It achieves the following results on the evaluation set:
|
|
|
33 |
### Citation Information
|
34 |
|
35 |
```
|
36 |
+
@misc {jorge_ortiz_fuentes_2023,
|
37 |
+
author = { {Jorge Ortiz Fuentes} },
|
38 |
+
title = { Bloom 1b1 for Spanish text generation },
|
39 |
+
year = 2023,
|
40 |
+
url = { https://huggingface.co/jorgeortizfuentes/bloom-1b1-spanish },
|
41 |
+
doi = { 10.57967/hf/0247 },
|
42 |
+
publisher = { Hugging Face }
|
43 |
}
|
44 |
```
|