Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ language:
|
|
10 |
thumbnail: https://huggingface.co/Bruno/Harpia-7b-guanacoLora/blob/main/harpia.png
|
11 |
---
|
12 |
|
13 |
-
<div style="text-align:center;width:
|
14 |
<img src="https://huggingface.co/Bruno/Harpia-7b-guanacoLora/blob/main/harpia.png" alt="Harpia logo"">
|
15 |
</div>
|
16 |
|
@@ -105,7 +105,7 @@ def generate(
|
|
105 |
output = tokenizer.decode(s)
|
106 |
return output.split("### Respuesta:")[1]
|
107 |
|
108 |
-
instruction = "
|
109 |
|
110 |
print("Instrucción:", instruction)
|
111 |
print("Respuesta:", generate(instruction))
|
|
|
10 |
thumbnail: https://huggingface.co/Bruno/Harpia-7b-guanacoLora/blob/main/harpia.png
|
11 |
---
|
12 |
|
13 |
+
<div style="text-align:center;width:450px;height:450px;">
|
14 |
<img src="https://huggingface.co/Bruno/Harpia-7b-guanacoLora/blob/main/harpia.png" alt="Harpia logo"">
|
15 |
</div>
|
16 |
|
|
|
105 |
output = tokenizer.decode(s)
|
106 |
return output.split("### Respuesta:")[1]
|
107 |
|
108 |
+
instruction = "Me conte algumas curiosidades sobre o Brasil"
|
109 |
|
110 |
print("Instrucción:", instruction)
|
111 |
print("Respuesta:", generate(instruction))
|