LeonardPuettmann
commited on
Commit
•
b98815b
1
Parent(s):
c1c93b9
Update README.md
Browse files
README.md
CHANGED
@@ -9,14 +9,14 @@ language:
|
|
9 |
tags:
|
10 |
- translation
|
11 |
---
|
12 |
-
# A tiny Llama model tuned for text translation
|
13 |
```html
|
14 |
-
_
|
15 |
-
| |
|
16 |
-
| |
|
17 |
-
| |
|
18 |
-
| |
|
19 |
-
|
20 |
```
|
21 |
|
22 |
## Model Card
|
@@ -51,7 +51,7 @@ base_model = AutoModelForCausalLM.from_pretrained(
|
|
51 |
|
52 |
tokenizer = AutoTokenizer.from_pretrained(base_model_id, add_bos_token=True, trust_remote_code=True)
|
53 |
|
54 |
-
ft_model = PeftModel.from_pretrained(base_model, "LeonardPuettmann/
|
55 |
|
56 |
row_json = [
|
57 |
{"role": "system", "content": "Your job is to return translations for sentences or words from either Italian to English or English to Italian."},
|
|
|
9 |
tags:
|
10 |
- translation
|
11 |
---
|
12 |
+
# LlaMaestra - A tiny Llama model tuned for text translation
|
13 |
```html
|
14 |
+
_ _ ___ ___ _
|
15 |
+
| | | | | \/ | | |
|
16 |
+
| | | | __ _| . . | __ _ ___ ___| |_ _ __ __ _
|
17 |
+
| | | |/ _` | |\/| |/ _` |/ _ \/ __| __| '__/ _` |
|
18 |
+
| |___| | (_| | | | | (_| | __/\__ \ |_| | | (_| |
|
19 |
+
\_____/_|\__,_\_| |_/\__,_|\___||___/\__|_| \__,_|
|
20 |
```
|
21 |
|
22 |
## Model Card
|
|
|
51 |
|
52 |
tokenizer = AutoTokenizer.from_pretrained(base_model_id, add_bos_token=True, trust_remote_code=True)
|
53 |
|
54 |
+
ft_model = PeftModel.from_pretrained(base_model, "LeonardPuettmann/LlaMaestra-3.2-1B-Instruct-v0.1-4bit")
|
55 |
|
56 |
row_json = [
|
57 |
{"role": "system", "content": "Your job is to return translations for sentences or words from either Italian to English or English to Italian."},
|