Leonard Püttmann
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ language:
|
|
10 |
# A tiny Llama model tuned for text translation
|
11 |
![A very italian Llama model](llamaestro-sm.png)
|
12 |
|
13 |
-
## Model Card
|
14 |
|
15 |
This model was finetuned with roughly 300.000 examples of translations from English to Italian and Italian to English. The model was finetuned in a way to more directly provide a translation without much explaination.
|
16 |
|
@@ -55,4 +55,9 @@ with torch.no_grad():
|
|
55 |
```
|
56 |
|
57 |
## Data used
|
58 |
-
The source for the data were sentence pairs from tatoeba.com. The data can be downloaded from here: https://tatoeba.org/de/downloads
|
|
|
|
|
|
|
|
|
|
|
|
10 |
# A tiny Llama model tuned for text translation
|
11 |
![A very italian Llama model](llamaestro-sm.png)
|
12 |
|
13 |
+
## Model Card
|
14 |
|
15 |
This model was finetuned with roughly 300.000 examples of translations from English to Italian and Italian to English. The model was finetuned in a way to more directly provide a translation without much explaination.
|
16 |
|
|
|
55 |
```
|
56 |
|
57 |
## Data used
|
58 |
+
The source for the data were sentence pairs from tatoeba.com. The data can be downloaded from here: https://tatoeba.org/de/downloads
|
59 |
+
|
60 |
+
## Credits
|
61 |
+
|
62 |
+
Base model: `unsloth/Llama-3.2-1B-Instruct` derived from `meta-llama/Llama-3.2-1B-Instruct`
|
63 |
+
Finetuned by: Leonard Püttmann https://www.linkedin.com/in/leonard-p%C3%BCttmann-4648231a9/
|