Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,76 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- beomi/Llama-3-Open-Ko-8B
|
4 |
+
- aaditya/Llama3-OpenBioLLM-8B
|
5 |
+
- MLP-KTLim/llama-3-Korean-Bllossom-8B
|
6 |
+
- maum-ai/Llama-3-MAAL-8B-Instruct-v0.1
|
7 |
+
- NousResearch/Meta-Llama-3-8B
|
8 |
+
- NousResearch/Meta-Llama-3-8B-Instruct
|
9 |
+
- Locutusque/llama-3-neural-chat-v2.2-8B
|
10 |
+
- asiansoul/Solo-Llama-3-MAAL-MLP-KoEn-8B
|
11 |
+
library_name: transformers
|
12 |
+
tags:
|
13 |
+
- mergekit
|
14 |
+
- merge
|
15 |
+
|
16 |
+
---
|
17 |
+
# U-GO-GIRL-Llama-3-KoEn-8B
|
18 |
+
|
19 |
+
<a href="https://ibb.co/cr8X8zd"><img src="https://i.ibb.co/Tg0q0z5/ugoo.png" alt="ugoo" border="0"></a>
|
20 |
+
|
21 |
+
|
22 |
+
**Is U-GO_GIRL the top-tier AI magic youโve been craving?**
|
23 |
+
|
24 |
+
Experience the pinnacle of artificial intelligence with U-GO_GIRL.
|
25 |
+
|
26 |
+
Keep in mind that the accuracy of your desired questions may vary for this merge.
|
27 |
+
|
28 |
+
When looking at an LLM, don't trust others, trust yourself by real fact check.
|
29 |
+
|
30 |
+
Buy me a cup of coffee if i can do the more work for you.
|
31 |
+
|
32 |
+
[Toonation Donation](https://toon.at/donate/asiansoul)
|
33 |
+
|
34 |
+
ETH/USDT(ERC20) Donation : 0x8BB117dD4Cc0E19E5536ab211070c0dE039a85c0
|
35 |
+
|
36 |
+
## Use
|
37 |
+
Korean, English, Medical, Writing, Coding, and ETC.
|
38 |
+
|
39 |
+
## Ollama Modelfile
|
40 |
+
|
41 |
+
change below based on your preference
|
42 |
+
|
43 |
+
```
|
44 |
+
FROM u-go-girl-llama-3-koen-8b-Q5_K_M.gguf
|
45 |
+
TEMPLATE """{{ if .System }}<|start_header_id|>system<|end_header_id|>
|
46 |
+
|
47 |
+
{{ .System }}<|eot_id|>{{ end }}{{ if .Prompt }}<|start_header_id|>user<|end_header_id|>
|
48 |
+
|
49 |
+
{{ .Prompt }}<|eot_id|>{{ end }}<|start_header_id|>assistant<|end_header_id|>
|
50 |
+
|
51 |
+
{{ .Response }}<|eot_id|>"""
|
52 |
+
|
53 |
+
|
54 |
+
SYSTEM """
|
55 |
+
์น์ ํ ์ฑ๋ด์ผ๋ก์ ์๋๋ฐฉ์ ์์ฒญ์ ์ต๋ํ ์์ธํ๊ณ ์น์ ํ๊ฒ ๋ตํ์. ๋ชจ๋ ๋๋ต์ ํ๊ตญ์ด(Korean)์ผ๋ก ๋๋ตํด์ค.
|
56 |
+
"""
|
57 |
+
|
58 |
+
PARAMETER num_keep 24
|
59 |
+
PARAMETER temperature 0.7
|
60 |
+
PARAMETER num_predict 3000
|
61 |
+
PARAMETER stop "<|start_header_id|>"
|
62 |
+
PARAMETER stop "<|end_header_id|>"
|
63 |
+
PARAMETER stop "<|eot_id|>"
|
64 |
+
```
|
65 |
+
|
66 |
+
### Models Mixed
|
67 |
+
|
68 |
+
The following models were included in the mixtape:
|
69 |
+
* [asiansoul/Solo-Llama-3-MAAL-MLP-KoEn-8B](https://huggingface.co/asiansoul/Solo-Llama-3-MAAL-MLP-KoEn-8B)
|
70 |
+
* [beomi/Llama-3-Open-Ko-8B](https://huggingface.co/beomi/Llama-3-Open-Ko-8B)
|
71 |
+
* [aaditya/Llama3-OpenBioLLM-8B](https://huggingface.co/aaditya/Llama3-OpenBioLLM-8B)
|
72 |
+
* [MLP-KTLim/llama-3-Korean-Bllossom-8B](https://huggingface.co/MLP-KTLim/llama-3-Korean-Bllossom-8B)
|
73 |
+
* [maum-ai/Llama-3-MAAL-8B-Instruct-v0.1](https://huggingface.co/maum-ai/Llama-3-MAAL-8B-Instruct-v0.1)
|
74 |
+
* [NousResearch/Meta-Llama-3-8B-Instruct](https://huggingface.co/NousResearch/Meta-Llama-3-8B-Instruct)
|
75 |
+
* [Locutusque/llama-3-neural-chat-v2.2-8B](https://huggingface.co/Locutusque/llama-3-neural-chat-v2.2-8B)
|
76 |
+
|