Update README.md
Browse files
README.md
CHANGED
@@ -7,8 +7,6 @@ library_name: transformers
|
|
7 |
base_model: unsloth/llama-3-8b-bnb-4bit
|
8 |
datasets:
|
9 |
- erhwenkuo/alpaca-data-gpt4-chinese-zhtw
|
10 |
-
widget:
|
11 |
-
- text: 中秋節的由來
|
12 |
pipeline_tag: text-generation
|
13 |
tags:
|
14 |
- llama-3
|
@@ -17,6 +15,8 @@ prompt_template: '{{ if .System }}<|start_header_id|>system<|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
|
|
|
7 |
base_model: unsloth/llama-3-8b-bnb-4bit
|
8 |
datasets:
|
9 |
- erhwenkuo/alpaca-data-gpt4-chinese-zhtw
|
|
|
|
|
10 |
pipeline_tag: text-generation
|
11 |
tags:
|
12 |
- llama-3
|
|
|
15 |
{{ .Prompt }}<|eot_id|>{{ end }}<|start_header_id|>assistant<|end_header_id|>
|
16 |
{{ .Response }}<|eot_id|>
|
17 |
'
|
18 |
+
widget:
|
19 |
+
- text: 中秋節的由來
|
20 |
---
|
21 |
|
22 |
# LLAMA 3 8B with capable to output Traditional Chinese
|