Update README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ pipeline_tag: text-generation
|
|
22 |
</p>
|
23 |
|
24 |
|
25 |
-
This model was trained with a superset of 300,000
|
26 |
The model comes to help fill the gap in models in Portuguese. Tuned from the microsoft/Phi-3-mini-4k.
|
27 |
|
28 |
# How to use
|
@@ -33,7 +33,7 @@ The model comes to help fill the gap in models in Portuguese. Tuned from the m
|
|
33 |
|
34 |
You can use the model in its normal form up to 4-bit quantization. Below we will use both approaches.
|
35 |
Remember that verbs are important in your prompt. Tell your model how to act or behave so that you can guide them along the path of their response.
|
36 |
-
Important points like these help models (even smaller models like
|
37 |
|
38 |
```python
|
39 |
!pip install -q -U transformers
|
|
|
22 |
</p>
|
23 |
|
24 |
|
25 |
+
This model was trained with a superset of 300,000 instructions in Portuguese.
|
26 |
The model comes to help fill the gap in models in Portuguese. Tuned from the microsoft/Phi-3-mini-4k.
|
27 |
|
28 |
# How to use
|
|
|
33 |
|
34 |
You can use the model in its normal form up to 4-bit quantization. Below we will use both approaches.
|
35 |
Remember that verbs are important in your prompt. Tell your model how to act or behave so that you can guide them along the path of their response.
|
36 |
+
Important points like these help models (even smaller models like 4b) to perform much better.
|
37 |
|
38 |
```python
|
39 |
!pip install -q -U transformers
|