Update README.md
Browse files
README.md
CHANGED
@@ -10,14 +10,16 @@ datasets:
|
|
10 |
pipeline_tag: text-generation
|
11 |
tags:
|
12 |
- llama-3
|
13 |
-
prompt_template:
|
14 |
-
{{ .System }}<|
|
15 |
-
|
16 |
-
{{ .
|
17 |
-
|
18 |
---
|
19 |
|
20 |
# LLAMA 3 8B with capable to output Traditional Chinese
|
21 |
## ✨ Recommend using LMStudio for this model
|
22 |
I try to use ollama to run it, but it become very delulu.
|
23 |
-
so stick with LMStudio first :)
|
|
|
|
|
|
10 |
pipeline_tag: text-generation
|
11 |
tags:
|
12 |
- llama-3
|
13 |
+
prompt_template: >-
|
14 |
+
{{ if .System }}<|start_header_id|>system<|end_header_id|> {{ .System
|
15 |
+
}}<|eot_id|>{{ end }}{{ if .Prompt }}<|start_header_id|>user<|end_header_id|>
|
16 |
+
{{ .Prompt }}<|eot_id|>{{ end }}<|start_header_id|>assistant<|end_header_id|>
|
17 |
+
{{ .Response }}<|eot_id|>
|
18 |
---
|
19 |
|
20 |
# LLAMA 3 8B with capable to output Traditional Chinese
|
21 |
## ✨ Recommend using LMStudio for this model
|
22 |
I try to use ollama to run it, but it become very delulu.
|
23 |
+
so stick with LMStudio first :)
|
24 |
+
|
25 |
+
The performance is not really actually good. but it's capable to answer some basic question. sometime it just act really dumb :(
|