初始化项目,由ModelHub XC社区提供模型
Model: teddylee777/Llama-3-KoEn-8B-Instruct-preview-gguf Source: Original Platform
This commit is contained in:
52
README.md
Normal file
52
README.md
Normal file
@@ -0,0 +1,52 @@
|
||||
---
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user