Add README.md
Browse files
README.md
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
datasets:
|
2 |
+
- multilingual instruction dataset
|
3 |
+
license: bigscience-bloom-rail-1.0
|
4 |
+
language:
|
5 |
+
- de
|
6 |
+
- en
|
7 |
+
- es
|
8 |
+
- fr
|
9 |
+
- hi
|
10 |
+
- id
|
11 |
+
- ja
|
12 |
+
- ms
|
13 |
+
- pt
|
14 |
+
- ru
|
15 |
+
- th
|
16 |
+
- vi
|
17 |
+
- zh
|
18 |
+
pipeline_tag: text-generation
|
19 |
+
widget:
|
20 |
+
- text: "一个传奇的开端,一个不灭的神话,这不仅仅是一部电影,而是作为一个走进新时代的标签,永远彪炳史册。Would you rate the previous review as positive, neutral or negative?"
|
21 |
+
example_title: "zh-en sentiment"
|
22 |
+
- text: "一个传奇的开端,一个不灭的神话,这不仅仅是一部电影,而是作为一个走进新时代的标签,永远彪炳史册。你认为这句话的立场是赞扬、中立还是批评?"
|
23 |
+
example_title: "zh-zh sentiment"
|
24 |
+
- text: "Suggest at least five related search terms to \"Mạng neural nhân tạo\"."
|
25 |
+
example_title: "vi-en query"
|
26 |
+
- text: "Proposez au moins cinq mots clés concernant «Réseau de neurones artificiels»."
|
27 |
+
example_title: "fr-fr query"
|
28 |
+
- text: "Explain in a sentence in Telugu what is backpropagation in neural networks."
|
29 |
+
example_title: "te-en qa"
|
30 |
+
- text: "Why is the sky blue?"
|
31 |
+
example_title: "en-en qa"
|
32 |
+
- text: "Write a fairy tale about a troll saving a princess from a dangerous dragon. The fairy tale is a masterpiece that has achieved praise worldwide and its moral is \"Heroes Come in All Shapes and Sizes\". Story (in Spanish):"
|
33 |
+
example_title: "es-en fable"
|
34 |
+
- text: "Write a fable about wood elves living in a forest that is suddenly invaded by ogres. The fable is a masterpiece that has achieved praise worldwide and its moral is \"Violence is the last refuge of the incompetent\". Fable (in Hindi):"
|
35 |
+
example_title: "hi-en fable"
|
36 |
+
model-index:
|
37 |
+
- name: bloomz-7b1-instruct
|
38 |
+
|
39 |
+
---
|
40 |
+
# Bloomz-7b1-instruct
|
41 |
+
|
42 |
+
This is Bloomz-7b1-mt model fine-tuned with multilingual instruction dataset and using Peft Lora fine-tuning. Following languages are supported:
|
43 |
+
- English
|
44 |
+
- German
|
45 |
+
- French
|
46 |
+
- Spanish
|
47 |
+
- Hindi
|
48 |
+
- Indonesian
|
49 |
+
- Japanese
|
50 |
+
- Malaysian
|
51 |
+
- Portuguese
|
52 |
+
- Russian
|
53 |
+
- Thai
|
54 |
+
- Vietnamese
|
55 |
+
- Chinese
|