suko commited on
Commit
11680d6
1 Parent(s): aef094f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -10,14 +10,16 @@ datasets:
10
  pipeline_tag: text-generation
11
  tags:
12
  - llama-3
13
- prompt_template: '{{ if .System }}<|start_header_id|>system<|end_header_id|>
14
- {{ .System }}<|eot_id|>{{ end }}{{ if .Prompt }}<|start_header_id|>user<|end_header_id|>
15
- {{ .Prompt }}<|eot_id|>{{ end }}<|start_header_id|>assistant<|end_header_id|>
16
- {{ .Response }}<|eot_id|>
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 :(