File size: 674 Bytes
9ff7f86 b67f4db ca182f4 b67f4db 0c285d9 69279b0 ca182f4 4385370 b3936b4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
---
language:
- en
- zh
license: llama3
library_name: transformers
base_model: unsloth/llama-3-8b-bnb-4bit
datasets:
- erhwenkuo/alpaca-data-gpt4-chinese-zhtw
pipeline_tag: text-generation
tags:
- llama-3
prompt_template: '{{ if .System }}<|start_header_id|>system<|end_header_id|>
{{ .System }}<|eot_id|>{{ end }}{{ if .Prompt }}<|start_header_id|>user<|end_header_id|>
{{ .Prompt }}<|eot_id|>{{ end }}<|start_header_id|>assistant<|end_header_id|>
{{ .Response }}<|eot_id|>
'
---
# LLAMA 3 8B with capable to output Traditional Chinese
## ✨ Recommend using LMStudio for this model
I try to use ollama to run it, but it become very delulu.
so stick with LMStudio first :) |