joongi007 commited on
Commit
394bd85
โ€ข
1 Parent(s): d9b048d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -3
README.md CHANGED
@@ -1,3 +1,30 @@
1
- ---
2
- license: llama3.1
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama3.1
3
+ base_model: MLP-KTLim/llama-3-Korean-Bllossom-8B
4
+ language:
5
+ - en
6
+ - ko
7
+ pipeline_tag: text-generation
8
+ model-index:
9
+ - name: joongi007/llama-3-Korean-Bllossom-8B-20240809-GGUF
10
+ results: []
11
+ tags:
12
+ - gguf
13
+ - llama
14
+ - ' conversational'
15
+ ---
16
+ - Original model is [MLP-KTLim/llama-3-Korean-Bllossom-8B](https://huggingface.co/MLP-KTLim/llama-3-Korean-Bllossom-8B) - [ece1eea](https://huggingface.co/MLP-KTLim/llama-3-Korean-Bllossom-8B/tree/ece1eea3e0f1653eebac5016bdae1fbd37894078)
17
+ - quantized using [llama.cpp](https://github.com/ggerganov/llama.cpp) - [b3547](https://github.com/ggerganov/llama.cpp/releases/tag/b3547)
18
+
19
+ Prompt(LM Studio)
20
+ ```prompt
21
+ <|start_header_id|>system<|end_header_id|>
22
+
23
+ {System}
24
+ <|eot_id|><|start_header_id|>user<|end_header_id|>
25
+
26
+ {User}
27
+ <|eot_id|><|start_header_id|>assistant<|end_header_id|>
28
+
29
+ {Assistant}
30
+ ```