ItsMeDevRoland commited on
Commit
8e80c22
Β·
verified Β·
1 Parent(s): 7957479

Delete README

Browse files
Files changed (1) hide show
  1. README +0 -52
README DELETED
@@ -1,52 +0,0 @@
1
- ---
2
- license: apache-2.0
3
- tags:
4
- - unsloth
5
- - Uncensored
6
- - text-generation-inference
7
- - transformers
8
- - unsloth
9
- - llama
10
- - trl
11
- - roleplay
12
- - conversational
13
- datasets:
14
- - iamketan25/roleplay-instructions-dataset
15
- - N-Bot-Int/Iris-Uncensored-R1
16
- - N-Bot-Int/Moshpit-Combined-R2-Uncensored
17
- - N-Bot-Int/Mushed-Dataset-Uncensored
18
- - N-Bot-Int/Muncher-R1-Uncensored
19
- - N-Bot-Int/Millia-R1_DPO
20
- language:
21
- - en
22
- base_model:
23
- - N-Bot-Int/MiniMaid-L2
24
- pipeline_tag: text-generation
25
- metrics:
26
- - character
27
- ---
28
- # Support Us Through
29
- - [![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/J3J61D8NHV)
30
- - [https://ko-fi.com/nexusnetworkint](Official Ko-FI link!)
31
-
32
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6633a73004501e16e7896b86/sTBfXV91g1pnAed24WdC7.png)
33
- # GGUF Version
34
- **GGUF** with Quants! Allowing you to run models using KoboldCPP and other AI Environments!
35
-
36
-
37
- # Quantizations:
38
- | Quant Type | Benefits | Cons |
39
- |---------------|---------------------------------------------------|---------------------------------------------------|
40
- | **Q4_K_M** | βœ… Smallest size (fastest inference) | ❌ Lowest accuracy compared to other quants |
41
- | | βœ… Requires the least VRAM/RAM | ❌ May struggle with complex reasoning |
42
- | | βœ… Ideal for edge devices & low-resource setups | ❌ Can produce slightly degraded text quality |
43
- | **Q5_K_M** | βœ… Better accuracy than Q4, while still compact | ❌ Slightly larger model size than Q4 |
44
- | | βœ… Good balance between speed and precision | ❌ Needs a bit more VRAM than Q4 |
45
- | | βœ… Works well on mid-range GPUs | ❌ Still not as accurate as higher-bit models |
46
- | **Q8_0** | βœ… Highest accuracy (closest to full model) | ❌ Requires significantly more VRAM/RAM |
47
- | | βœ… Best for complex reasoning & detailed outputs | ❌ Slower inference compared to Q4 & Q5 |
48
- | | βœ… Suitable for high-end GPUs & serious workloads | ❌ Larger file size (takes more storage) |
49
-
50
- # Model Details:
51
- Read the Model details on huggingface
52
- [Model Detail Here!](https://huggingface.co/N-Bot-Int/MiniMaid-L3)