Update README.md
Browse files
README.md
CHANGED
@@ -39,22 +39,22 @@ The project is still in the testing phase, and the training parameters will cont
|
|
39 |
|
40 |
Below, we have several examples of question-answer pairs comparing the pure Llama3 model with the Llama3 model fine tunned for the Galician language.
|
41 |
|
42 |
-
*Llama3-8B*
|
43 |
```bash
|
44 |
User: Cal é a capital de Canadá?
|
45 |
Assistant: Não! Cal não é a capital de Canadá. A capital de Canadá é Ottawa.
|
46 |
```
|
47 |
-
*Llama3-8B-Galician-Chat*
|
48 |
```bash
|
49 |
User: Cal é a capital de Canadá?
|
50 |
Assistant: A capital de Canadá é Ottawa.
|
51 |
```
|
52 |
-
*Llama3-8B*
|
53 |
```bash
|
54 |
User: Cantos habitantes ten Galicia?
|
55 |
Assistant: Según el Instituto Nacional de Estadística (INE) de España, la población residente en Galicia al 1 de enero de 2021 era de aproximadamente 2.79 millones de personas.
|
56 |
```
|
57 |
-
*Llama3-8B-Galician-Chat*
|
58 |
```bash
|
59 |
User: Cantos habitantes ten Galicia?
|
60 |
Assistant: Segundo as últimas estimacións, Galicia ten uns 2,8 millóns de habitantes.
|
@@ -122,6 +122,5 @@ torch_gc()
|
|
122 |
|
123 |
## Acknowledgement
|
124 |
|
125 |
-
[meta-llama/llama3](https://github.com/meta-llama/llama3)
|
126 |
-
|
127 |
-
[hiyouga/LLaMA-Factory](https://github.com/hiyouga/LLaMA-Factory)
|
|
|
39 |
|
40 |
Below, we have several examples of question-answer pairs comparing the pure Llama3 model with the Llama3 model fine tunned for the Galician language.
|
41 |
|
42 |
+
*Llama3-8B* ❌
|
43 |
```bash
|
44 |
User: Cal é a capital de Canadá?
|
45 |
Assistant: Não! Cal não é a capital de Canadá. A capital de Canadá é Ottawa.
|
46 |
```
|
47 |
+
*Llama3-8B-Galician-Chat* ✅
|
48 |
```bash
|
49 |
User: Cal é a capital de Canadá?
|
50 |
Assistant: A capital de Canadá é Ottawa.
|
51 |
```
|
52 |
+
*Llama3-8B* ❌
|
53 |
```bash
|
54 |
User: Cantos habitantes ten Galicia?
|
55 |
Assistant: Según el Instituto Nacional de Estadística (INE) de España, la población residente en Galicia al 1 de enero de 2021 era de aproximadamente 2.79 millones de personas.
|
56 |
```
|
57 |
+
*Llama3-8B-Galician-Chat* ✅
|
58 |
```bash
|
59 |
User: Cantos habitantes ten Galicia?
|
60 |
Assistant: Segundo as últimas estimacións, Galicia ten uns 2,8 millóns de habitantes.
|
|
|
122 |
|
123 |
## Acknowledgement
|
124 |
|
125 |
+
- [meta-llama/llama3](https://github.com/meta-llama/llama3)
|
126 |
+
- [hiyouga/LLaMA-Factory](https://github.com/hiyouga/LLaMA-Factory)
|
|