Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,22 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
tags: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
tags: []
|
4 |
+
pipeline_tag: text-generation
|
5 |
+
inference:
|
6 |
+
parameters:
|
7 |
+
do_sample: true
|
8 |
+
repetition_penalty: 1.0
|
9 |
+
top_k: 50
|
10 |
+
top_p: 0.95
|
11 |
+
temperature: 0.2
|
12 |
+
num_return_sequences: 1
|
13 |
+
widget:
|
14 |
+
- text: Me conte sobra a ida do homem a Lua.
|
15 |
+
example_title: Homem na Lua.
|
16 |
+
- text: Fale sobre uma curiosidade sobre a história do mundo
|
17 |
+
example_title: História.
|
18 |
+
- text: Escreva um poema bem interessante sobre o Sol e as flores.
|
19 |
+
example_title: Escreva um poema.
|
20 |
---
|
21 |
|
22 |
# Model Card for Model ID
|