Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
---
|
5 |
+
|
6 |
+
<div align="center">
|
7 |
+
|
8 |
+
# KobbleSmall-2B-GGUF
|
9 |
+
</div>
|
10 |
+
|
11 |
+
This is the GGUF quantization of the KobbleSmall-2B model.
|
12 |
+
|
13 |
+
You can obtain the unquantized model here: https://huggingface.co/concedo/KobbleSmall-2B
|
14 |
+
|
15 |
+
|
16 |
+
## Dataset and Objectives
|
17 |
+
|
18 |
+
The Kobble Dataset is a semi-private aggregated dataset made from multiple online sources and web scrapes.
|
19 |
+
It contains content chosen and formatted specifically to work with KoboldAI software and Kobold Lite.
|
20 |
+
|
21 |
+
#### Dataset Categories:
|
22 |
+
- Instruct: Single turn instruct examples presented in the Alpaca format, with an emphasis on uncensored and unrestricted responses.
|
23 |
+
- Chat: Two participant roleplay conversation logs in a multi-turn raw chat format that KoboldAI uses.
|
24 |
+
- Story: Unstructured fiction excerpts, including literature containing various erotic and provocative content.
|
25 |
+
|
26 |
+
<!-- prompt-template start -->
|
27 |
+
## Prompt template: Alpaca
|
28 |
+
|
29 |
+
```
|
30 |
+
### Instruction:
|
31 |
+
{prompt}
|
32 |
+
|
33 |
+
### Response:
|
34 |
+
```
|
35 |
+
|
36 |
+
<!-- prompt-template end -->
|
37 |
+
|
38 |
+
**Note:** *No assurances will be provided about the **origins, safety, or copyright status** of this model, or of **any content** within the Kobble dataset.*
|
39 |
+
*If you belong to a country or organization that has strict AI laws or restrictions against unlabelled or unrestricted content, you are advised not to use this model.*
|