Update README.md
Browse files
README.md
CHANGED
@@ -12,13 +12,14 @@ base_model: google/gemma-2b-it
|
|
12 |
pipeline_tag: text-generation
|
13 |
inference:
|
14 |
parameters:
|
15 |
-
do_sample:
|
16 |
repetition_penalty: 1.0
|
17 |
top_k: 50
|
18 |
top_p: 0.95
|
19 |
temperature: 0.1
|
20 |
num_return_sequences: 1
|
21 |
-
|
|
|
22 |
widget:
|
23 |
- text: Me conte sobre o Cuscuz nordestino.
|
24 |
example_title: Cuscuz
|
@@ -38,7 +39,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
38 |
<img src="https://raw.githubusercontent.com/rhaymisonbetini/huggphotos/main/7.webp" alt="Bode Logo" width="100%" style="margin-left:'auto' margin-right:'auto' display:'block'"/>
|
39 |
</p>
|
40 |
|
41 |
-
updated:
|
42 |
|
43 |
## Model description
|
44 |
The Cuscuz-com-gemma 2b is a model derived from a fine tuning of the google/gemma-2b-it. This model was tuned to be specialized in the Northeast region of Brazil.
|
|
|
12 |
pipeline_tag: text-generation
|
13 |
inference:
|
14 |
parameters:
|
15 |
+
do_sample: True
|
16 |
repetition_penalty: 1.0
|
17 |
top_k: 50
|
18 |
top_p: 0.95
|
19 |
temperature: 0.1
|
20 |
num_return_sequences: 1
|
21 |
+
eary_stopping: True,
|
22 |
+
num_beams: 2
|
23 |
widget:
|
24 |
- text: Me conte sobre o Cuscuz nordestino.
|
25 |
example_title: Cuscuz
|
|
|
39 |
<img src="https://raw.githubusercontent.com/rhaymisonbetini/huggphotos/main/7.webp" alt="Bode Logo" width="100%" style="margin-left:'auto' margin-right:'auto' display:'block'"/>
|
40 |
</p>
|
41 |
|
42 |
+
updated: 14-03-2024
|
43 |
|
44 |
## Model description
|
45 |
The Cuscuz-com-gemma 2b is a model derived from a fine tuning of the google/gemma-2b-it. This model was tuned to be specialized in the Northeast region of Brazil.
|