existmaster
commited on
Commit
•
f97da3d
1
Parent(s):
bca4013
Update README.md
Browse files
README.md
CHANGED
@@ -1,21 +1,26 @@
|
|
1 |
---
|
2 |
-
library_name: transformers
|
3 |
-
license: apache-2.0
|
4 |
language:
|
5 |
- ko
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
|
8 |
-
#
|
9 |
|
10 |
-
|
11 |
-
## Model Details
|
12 |
|
13 |
### Model Description
|
14 |
|
15 |
Korean instruction tunning of meta-llama/Meta-Llama-3-8B-Instruct
|
16 |
|
17 |
-
- lcw99/llama-3-8b-it-ko-chang
|
18 |
-
|
19 |
#### Chat template
|
20 |
|
21 |
**system:** system message...
|
|
|
1 |
---
|
|
|
|
|
2 |
language:
|
3 |
- ko
|
4 |
+
pipeline_tag: text-generation
|
5 |
+
tags:
|
6 |
+
- facebook
|
7 |
+
- meta
|
8 |
+
- pytorch
|
9 |
+
- llama
|
10 |
+
- llama-3
|
11 |
+
library_name: transformers
|
12 |
+
license: other
|
13 |
+
base_model: lcw99/llama-3-8b-it-ko-chang
|
14 |
---
|
15 |
|
16 |
+
# Meta-Llama-3-8B-Instruct-GGUF
|
17 |
|
18 |
+
- This is GGUF quantized version of [lcw99/llama-3-8b-it-ko-chang](https://huggingface.co/lcw99/llama-3-8b-it-ko-chang) created using llama.cpp
|
|
|
19 |
|
20 |
### Model Description
|
21 |
|
22 |
Korean instruction tunning of meta-llama/Meta-Llama-3-8B-Instruct
|
23 |
|
|
|
|
|
24 |
#### Chat template
|
25 |
|
26 |
**system:** system message...
|