Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
datasets:
|
4 |
- rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored
|
5 |
---
|
@@ -24,6 +24,7 @@ multi-line:
|
|
24 |
<|im_start|>assistant
|
25 |
{Assistant answer}<|im_end|>
|
26 |
```
|
|
|
27 |
Gpt4all template:
|
28 |
|
29 |
- System prompt
|
@@ -39,6 +40,27 @@ Gpt4all template:
|
|
39 |
<|im_start|>assistant
|
40 |
```
|
41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
Current quatizations available:
|
43 |
|
44 |
- https://huggingface.co/WhoTookMyAmogusNickname/llama2-7b-megacode2_min100-GGML/tree/main
|
|
|
1 |
---
|
2 |
+
license: llama2
|
3 |
datasets:
|
4 |
- rombodawg/LosslessMegaCodeTrainingV2_1m_Evol_Uncensored
|
5 |
---
|
|
|
24 |
<|im_start|>assistant
|
25 |
{Assistant answer}<|im_end|>
|
26 |
```
|
27 |
+
|
28 |
Gpt4all template:
|
29 |
|
30 |
- System prompt
|
|
|
40 |
<|im_start|>assistant
|
41 |
```
|
42 |
|
43 |
+
Oobagooba Text-Generation-Webui Template
|
44 |
+
- user:
|
45 |
+
```
|
46 |
+
<|im_start|>user
|
47 |
+
{User string}<|im_end|>
|
48 |
+
```
|
49 |
+
- bot:
|
50 |
+
```
|
51 |
+
<|im_start|>assistant
|
52 |
+
{Bot string}<|im_end|>
|
53 |
+
```
|
54 |
+
- turn_template:
|
55 |
+
```
|
56 |
+
<|user|>\n<|user-message|>\n\n<|bot|>\n<|bot-message|>\n\n
|
57 |
+
```
|
58 |
+
- context:
|
59 |
+
```
|
60 |
+
<|im_start|>system
|
61 |
+
Below is an instruction that describes a task. Write a response that appropriately completes the request.<|im_end|>
|
62 |
+
```
|
63 |
+
|
64 |
Current quatizations available:
|
65 |
|
66 |
- https://huggingface.co/WhoTookMyAmogusNickname/llama2-7b-megacode2_min100-GGML/tree/main
|