53 lines
1.1 KiB
Markdown
53 lines
1.1 KiB
Markdown
|
|
---
|
||
|
|
language:
|
||
|
|
- en
|
||
|
|
- ko
|
||
|
|
license: cc-by-nc-sa-4.0
|
||
|
|
tags:
|
||
|
|
- facebook
|
||
|
|
- meta
|
||
|
|
- pytorch
|
||
|
|
- llama
|
||
|
|
- llama-3
|
||
|
|
- llama-3-ko
|
||
|
|
pipeline_tag: text-generation
|
||
|
|
license_name: llama3
|
||
|
|
license_link: LICENSE
|
||
|
|
---
|
||
|
|
|
||
|
|
## 📌 Notice
|
||
|
|
- ✅ Original model is [beomi/Llama-3-KoEn-8B-Instruct-preview](https://huggingface.co/beomi/Llama-3-KoEn-8B-Instruct-preview)
|
||
|
|
- ✅ Quantized by [teddylee777](https://huggingface.co/teddylee777) by using [llama.cpp](https://github.com/ggerganov/llama.cpp)
|
||
|
|
|
||
|
|
## 💬 Template
|
||
|
|
|
||
|
|
LM Studio
|
||
|
|
```
|
||
|
|
<|start_header_id|>system<|end_header_id|>
|
||
|
|
|
||
|
|
{System}<|eot_id|>
|
||
|
|
<|start_header_id|>user<|end_header_id|>
|
||
|
|
|
||
|
|
{User}
|
||
|
|
<|eot_id|><|start_header_id|>assistant<|end_header_id|>
|
||
|
|
|
||
|
|
{Assistant}
|
||
|
|
```
|
||
|
|
|
||
|
|
Stop Token
|
||
|
|
```
|
||
|
|
<|eot_id|>
|
||
|
|
<|start_header_id|>
|
||
|
|
<|end_header_id|>
|
||
|
|
<|begin_of_text|>
|
||
|
|
<|end_of_text|>
|
||
|
|
```
|
||
|
|
|
||
|
|
|
||
|
|
## 📝 Helpful Contents
|
||
|
|
- ✅ [How to load HuggingFace GGUF into LM Studio](https://youtu.be/bANQk--Maxs)
|
||
|
|
- ✅ [How to test llama3 by using Ollama](https://youtu.be/12CuUQIPdM4)
|
||
|
|
- 🇰🇷 [LangChain Tutorial in Korean](https://wikidocs.net/book/14314)
|
||
|
|
- Please subscribe and support on [YouTube](https://www.youtube.com/@teddynote)
|
||
|
|
|