joongi007 commited on
Commit
2597fbe
1 Parent(s): badc6d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -3
README.md CHANGED
@@ -1,3 +1,43 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: JEJUMA/JEJUMA-002
4
+ tags:
5
+ - gguf
6
+ - Dialect
7
+ - Language
8
+ model-index:
9
+ - name: joongi007/JEJUMA-002-GGUF
10
+ results: []
11
+ language:
12
+ - ko
13
+ pipeline_tag: text-generation
14
+ ---
15
+ - Original model is [JEJUMA/JEJUMA-002](https://huggingface.co/JEJUMA/JEJUMA-002)
16
+ - quantized using [llama.cpp](https://github.com/ggerganov/llama.cpp) - [b3510](https://github.com/ggerganov/llama.cpp/releases/tag/b3510)
17
+
18
+ Prompt(LM Studio)
19
+ ```prompt
20
+ <|start_header_id|>system<|end_header_id|>
21
+
22
+ {System}
23
+ <|eot_id|><|start_header_id|>user<|end_header_id|>
24
+
25
+ {User}
26
+ <|eot_id|><|start_header_id|>assistant<|end_header_id|>
27
+
28
+ {Assistant}
29
+ ```
30
+
31
+ Example of User Prompts
32
+ ````example
33
+ Detect the following sentence or word is standard, jeju, chungcheong, gangwon, gyeongsang, or jeonla's dialect:
34
+ ```
35
+ {Enter the Jeju island dialect or standard Korean here}
36
+ ```
37
+ ````
38
+ ````example
39
+ Detect the following sentence or word is which dialect and convert the following sentence or word to standard Korean:
40
+ ```
41
+ {Enter Jeju island dialect or standard Korean here}
42
+ ```
43
+ ````