suko commited on
Commit
ca182f4
1 Parent(s): 41cfcb6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -4,6 +4,7 @@ language:
4
  - zh
5
  license: llama3
6
  library_name: transformers
 
7
  datasets:
8
  - erhwenkuo/alpaca-data-gpt4-chinese-zhtw
9
  widget:
@@ -11,6 +12,11 @@ widget:
11
  pipeline_tag: text-generation
12
  tags:
13
  - llama-3
 
 
 
 
 
14
  ---
15
 
16
  # LLAMA 3 8B with capable to output Traditional Chinese
 
4
  - zh
5
  license: llama3
6
  library_name: transformers
7
+ base_model: unsloth/llama-3-8b-bnb-4bit
8
  datasets:
9
  - erhwenkuo/alpaca-data-gpt4-chinese-zhtw
10
  widget:
 
12
  pipeline_tag: text-generation
13
  tags:
14
  - llama-3
15
+ prompt_template: '{{ if .System }}<|start_header_id|>system<|end_header_id|>
16
+ {{ .System }}<|eot_id|>{{ end }}{{ if .Prompt }}<|start_header_id|>user<|end_header_id|>
17
+ {{ .Prompt }}<|eot_id|>{{ end }}<|start_header_id|>assistant<|end_header_id|>
18
+ {{ .Response }}<|eot_id|>
19
+ '
20
  ---
21
 
22
  # LLAMA 3 8B with capable to output Traditional Chinese