rhaymison commited on
Commit
89363c2
1 Parent(s): bb3713a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -14,7 +14,7 @@ pipeline_tag: text-generation
14
  base_model: meta-llama/Meta-Llama-3-8B-Instruct
15
  ---
16
 
17
- # Mistral-portuguese-luana-7b-chat
18
 
19
  <p align="center">
20
  <img src="https://raw.githubusercontent.com/rhaymisonbetini/huggphotos/main/llama3-luana.webp" width="50%" style="margin-left:'auto' margin-right:'auto' display:'block'"/>
@@ -22,7 +22,7 @@ base_model: meta-llama/Meta-Llama-3-8B-Instruct
22
 
23
 
24
  This model was trained with a superset of 290,000 chat in Portuguese.
25
- The model comes to help fill the gap in models in Portuguese. Tuned from the Mistral 7b in Portuguese, the model was adjusted mainly for chat.
26
 
27
  # How to use
28
 
@@ -32,7 +32,7 @@ The model comes to help fill the gap in models in Portuguese. Tuned from the Mis
32
 
33
  You can use the model in its normal form up to 4-bit quantization. Below we will use both approaches.
34
  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.
35
- Important points like these help models (even smaller models like 7b) to perform much better.
36
 
37
  ```python
38
  !pip install -q -U transformers
 
14
  base_model: meta-llama/Meta-Llama-3-8B-Instruct
15
  ---
16
 
17
+ # Llama3-portuguese-luana-8b-instruct
18
 
19
  <p align="center">
20
  <img src="https://raw.githubusercontent.com/rhaymisonbetini/huggphotos/main/llama3-luana.webp" width="50%" style="margin-left:'auto' margin-right:'auto' display:'block'"/>
 
22
 
23
 
24
  This model was trained with a superset of 290,000 chat in Portuguese.
25
+ The model comes to help fill the gap in models in Portuguese. Tuned from the Llama3 8B in Portuguese, the model was adjusted mainly for chat.
26
 
27
  # How to use
28
 
 
32
 
33
  You can use the model in its normal form up to 4-bit quantization. Below we will use both approaches.
34
  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.
35
+ Important points like these help models (even smaller models like 8b) to perform much better.
36
 
37
  ```python
38
  !pip install -q -U transformers