Add multilingual to the language tag
#1
by
lbourdois
- opened
README.md
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
---
|
2 |
-
inference: false
|
3 |
-
license: bigscience-bloom-rail-1.0
|
4 |
language:
|
5 |
- ak
|
6 |
- ar
|
@@ -47,9 +45,10 @@ language:
|
|
47 |
- yo
|
48 |
- zh
|
49 |
- zu
|
50 |
-
|
|
|
|
|
51 |
pipeline_tag: text-generation
|
52 |
-
|
53 |
---
|
54 |
### Quantized bigscience/bloom 1B3 with 8-bit weights
|
55 |
|
|
|
1 |
---
|
|
|
|
|
2 |
language:
|
3 |
- ak
|
4 |
- ar
|
|
|
45 |
- yo
|
46 |
- zh
|
47 |
- zu
|
48 |
+
- multilingual
|
49 |
+
license: bigscience-bloom-rail-1.0
|
50 |
+
inference: false
|
51 |
pipeline_tag: text-generation
|
|
|
52 |
---
|
53 |
### Quantized bigscience/bloom 1B3 with 8-bit weights
|
54 |
|