Update README.md
Browse files
README.md
CHANGED
@@ -163,7 +163,7 @@ model-index:
|
|
163 |
# Mistral-8x7b-portuguese-luana
|
164 |
|
165 |
<p align="center">
|
166 |
-
<img src="https://raw.githubusercontent.com/rhaymisonbetini/huggphotos/main/
|
167 |
</p>
|
168 |
|
169 |
|
@@ -184,8 +184,8 @@ Important points like these help models (even smaller models like 7b) to perform
|
|
184 |
!pip install -q -U bitsandbytes
|
185 |
|
186 |
from transformers import AutoModelForCausalLM, AutoTokenizer, TextStreamer
|
187 |
-
model = AutoModelForCausalLM.from_pretrained("rhaymison/Mistral-
|
188 |
-
tokenizer = AutoTokenizer.from_pretrained("rhaymison/Mistral-
|
189 |
model.eval()
|
190 |
|
191 |
```
|
@@ -251,21 +251,6 @@ incluindo a intimação pessoal de seus membros, a contagem em dobro dos prazos
|
|
251 |
|
252 |
* Luana: Foi um prazer ajudar! Se você tiver outras dúvidas ou necessitar de mais informações, não hesite em perguntar. Tenha um bom dia!
|
253 |
|
254 |
-
### Comments
|
255 |
-
|
256 |
-
Any idea, help or report will always be welcome.
|
257 |
-
|
258 |
-
email: rhaymisoncristian@gmail.com
|
259 |
-
|
260 |
-
<div style="display:flex; flex-direction:row; justify-content:left">
|
261 |
-
<a href="https://www.linkedin.com/in/heleno-betini-2b3016175/" target="_blank">
|
262 |
-
<img src="https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white">
|
263 |
-
</a>
|
264 |
-
<a href="https://github.com/rhaymisonbetini" target="_blank">
|
265 |
-
<img src="https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white">
|
266 |
-
</a>
|
267 |
-
</div>
|
268 |
-
|
269 |
|
270 |
# Open Portuguese LLM Leaderboard Evaluation Results
|
271 |
|
@@ -284,3 +269,19 @@ Detailed results can be found [here](https://huggingface.co/datasets/eduagarcia-
|
|
284 |
|PT Hate Speech Binary | 73.01|
|
285 |
|tweetSentBR | 50.90|
|
286 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
163 |
# Mistral-8x7b-portuguese-luana
|
164 |
|
165 |
<p align="center">
|
166 |
+
<img src="https://raw.githubusercontent.com/rhaymisonbetini/huggphotos/main/24.webp" width="50%" style="margin-left:'auto' margin-right:'auto' display:'block'"/>
|
167 |
</p>
|
168 |
|
169 |
|
|
|
184 |
!pip install -q -U bitsandbytes
|
185 |
|
186 |
from transformers import AutoModelForCausalLM, AutoTokenizer, TextStreamer
|
187 |
+
model = AutoModelForCausalLM.from_pretrained("rhaymison/Mistral-24b-portuguese-luana", device_map= {"": 0})
|
188 |
+
tokenizer = AutoTokenizer.from_pretrained("rhaymison/Mistral-24b-portuguese-luana")
|
189 |
model.eval()
|
190 |
|
191 |
```
|
|
|
251 |
|
252 |
* Luana: Foi um prazer ajudar! Se você tiver outras dúvidas ou necessitar de mais informações, não hesite em perguntar. Tenha um bom dia!
|
253 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
254 |
|
255 |
# Open Portuguese LLM Leaderboard Evaluation Results
|
256 |
|
|
|
269 |
|PT Hate Speech Binary | 73.01|
|
270 |
|tweetSentBR | 50.90|
|
271 |
|
272 |
+
### Comments
|
273 |
+
|
274 |
+
Any idea, help or report will always be welcome.
|
275 |
+
|
276 |
+
email: rhaymisoncristian@gmail.com
|
277 |
+
|
278 |
+
<div style="display:flex; flex-direction:row; justify-content:left">
|
279 |
+
<a href="https://www.linkedin.com/in/heleno-betini-2b3016175/" target="_blank">
|
280 |
+
<img src="https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white">
|
281 |
+
</a>
|
282 |
+
<a href="https://github.com/rhaymisonbetini" target="_blank">
|
283 |
+
<img src="https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white">
|
284 |
+
</a>
|
285 |
+
</div>
|
286 |
+
|
287 |
+
|