nicholasKluge
commited on
Commit
·
ca10a26
1
Parent(s):
9d52e76
Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ datasets:
|
|
6 |
- databricks/databricks-dolly-15k
|
7 |
- HuggingFaceH4/instruction-dataset
|
8 |
language:
|
9 |
-
-
|
10 |
metrics:
|
11 |
- bleu
|
12 |
library_name: transformers
|
@@ -18,14 +18,16 @@ tags:
|
|
18 |
- assistant
|
19 |
pipeline_tag: text-generation
|
20 |
widget:
|
21 |
-
- text:
|
22 |
-
example_title:
|
23 |
-
- text:
|
24 |
-
|
25 |
-
|
26 |
-
example_title:
|
27 |
-
- text:
|
28 |
-
example_title:
|
|
|
|
|
29 |
inference:
|
30 |
parameters:
|
31 |
temperature: 0.2
|
@@ -135,4 +137,4 @@ The model will output something like:
|
|
135 |
|
136 |
## License
|
137 |
|
138 |
-
The `Aira-Instruct-PT-124M` is licensed under the Apache License, Version 2.0. See the [LICENSE](LICENSE) file for more details.
|
|
|
6 |
- databricks/databricks-dolly-15k
|
7 |
- HuggingFaceH4/instruction-dataset
|
8 |
language:
|
9 |
+
- pt
|
10 |
metrics:
|
11 |
- bleu
|
12 |
library_name: transformers
|
|
|
18 |
- assistant
|
19 |
pipeline_tag: text-generation
|
20 |
widget:
|
21 |
+
- text: <|startoftext|>Olá! Qual o seu nome?<|endoftext|>
|
22 |
+
example_title: Olá
|
23 |
+
- text: >-
|
24 |
+
<|startoftext|>Você pode me explicar o que é aprendizagem de
|
25 |
+
máquina?<|endoftext|>
|
26 |
+
example_title: Aprendizagem de máquina
|
27 |
+
- text: <|startoftext|>Você sabe alguma coisa sobre ética das virtudes<|endoftext|>
|
28 |
+
example_title: Ética das virtudes
|
29 |
+
- text: <|startoftext|>O que posso fazer para alegrar minha namorada?<|endoftext|>
|
30 |
+
example_title: Conselho
|
31 |
inference:
|
32 |
parameters:
|
33 |
temperature: 0.2
|
|
|
137 |
|
138 |
## License
|
139 |
|
140 |
+
The `Aira-Instruct-PT-124M` is licensed under the Apache License, Version 2.0. See the [LICENSE](LICENSE) file for more details.
|