Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,10 @@ language:
|
|
10 |
- en
|
11 |
library_name: transformers
|
12 |
pipeline_tag: text-generation
|
|
|
|
|
|
|
|
|
13 |
widget:
|
14 |
- text: </s>Bonjour, qui es-tu ?<s>
|
15 |
- text: </s>Hello, who are you?<s>
|
|
|
10 |
- en
|
11 |
library_name: transformers
|
12 |
pipeline_tag: text-generation
|
13 |
+
inference:
|
14 |
+
parameters:
|
15 |
+
max_new_tokens: 128
|
16 |
+
temperature: 0.7
|
17 |
widget:
|
18 |
- text: </s>Bonjour, qui es-tu ?<s>
|
19 |
- text: </s>Hello, who are you?<s>
|