DarkClaw42
commited on
Commit
โข
5957f4d
1
Parent(s):
4702909
Update README.md
Browse files
README.md
CHANGED
@@ -25,6 +25,25 @@ Refer to the [original model card](https://huggingface.co/lemon-mint/Llama-3-Tra
|
|
25 |
## Use with llama.cpp
|
26 |
Install llama.cpp through brew (works on Mac and Linux)
|
27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
```bash
|
29 |
brew install llama.cpp
|
30 |
|
@@ -55,7 +74,8 @@ cd llama.cpp && LLAMA_CURL=1 make
|
|
55 |
|
56 |
Step 3: Run inference through the main binary.
|
57 |
```
|
58 |
-
./llama-cli --hf-repo DarkClaw42/Llama-3-Translation-8B-v0.180-Q5_K_M-GGUF --hf-file llama-3-translation-8b-v0.180-q5_k_m.gguf -p "
|
|
|
59 |
```
|
60 |
or
|
61 |
```
|
|
|
25 |
## Use with llama.cpp
|
26 |
Install llama.cpp through brew (works on Mac and Linux)
|
27 |
|
28 |
+
|
29 |
+
Llama 3 Translation 8B v0.180
|
30 |
+
Eval Loss: 0.69922
|
31 |
+
Train Loss: 0.65752
|
32 |
+
lr: 8e-05
|
33 |
+
optimizer: adamw
|
34 |
+
lr_scheduler_type: cosine
|
35 |
+
Prompt Template
|
36 |
+
<|begin_of_text|><|im_start|>user
|
37 |
+
Translate into Korean:Hamsters don't eat cats.<|im_end|>
|
38 |
+
<|im_start|>assistant
|
39 |
+
ํ์คํฐ๋ ๊ณ ์์ด๋ฅผ ๋จน์ง ์์ต๋๋ค.<|im_end|><|end_of_text|>
|
40 |
+
|
41 |
+
<|begin_of_text|><|im_start|>user
|
42 |
+
Translate into English:ํ์คํฐ๋ ๊ณ ์์ด๋ฅผ ๋จน์ง ์์ต๋๋ค.<|im_end|>
|
43 |
+
<|im_start|>assistant
|
44 |
+
Hamsters do not eat cats.<|im_end|><|end_of_text|>
|
45 |
+
|
46 |
+
|
47 |
```bash
|
48 |
brew install llama.cpp
|
49 |
|
|
|
74 |
|
75 |
Step 3: Run inference through the main binary.
|
76 |
```
|
77 |
+
./llama-cli --hf-repo DarkClaw42/Llama-3-Translation-8B-v0.180-Q5_K_M-GGUF --hf-file llama-3-translation-8b-v0.180-q5_k_m.gguf -p "<|begin_of_text|><|im_start|>user
|
78 |
+
Translate into Korean:Hamsters don't eat cats.<|im_end|>"
|
79 |
```
|
80 |
or
|
81 |
```
|