DarkClaw42 commited on
Commit
a5f6463
1 Parent(s): 5957f4d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -5
README.md CHANGED
@@ -22,17 +22,14 @@ widget:
22
  This model was converted to GGUF format from [`lemon-mint/Llama-3-Translation-8B-v0.180`](https://huggingface.co/lemon-mint/Llama-3-Translation-8B-v0.180) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
23
  Refer to the [original model card](https://huggingface.co/lemon-mint/Llama-3-Translation-8B-v0.180) for more details on the model.
24
 
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
@@ -43,6 +40,8 @@ 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
 
22
  This model was converted to GGUF format from [`lemon-mint/Llama-3-Translation-8B-v0.180`](https://huggingface.co/lemon-mint/Llama-3-Translation-8B-v0.180) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
23
  Refer to the [original model card](https://huggingface.co/lemon-mint/Llama-3-Translation-8B-v0.180) for more details on the model.
24
 
 
 
 
 
25
  Llama 3 Translation 8B v0.180
26
  Eval Loss: 0.69922
27
  Train Loss: 0.65752
28
  lr: 8e-05
29
  optimizer: adamw
30
  lr_scheduler_type: cosine
31
+
32
+ #Prompt Template
33
  <|begin_of_text|><|im_start|>user
34
  Translate into Korean:Hamsters don't eat cats.<|im_end|>
35
  <|im_start|>assistant
 
40
  <|im_start|>assistant
41
  Hamsters do not eat cats.<|im_end|><|end_of_text|>
42
 
43
+ ## Use with llama.cpp
44
+ Install llama.cpp through brew (works on Mac and Linux)
45
 
46
  ```bash
47
  brew install llama.cpp