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

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ language:
14
+ - en
15
+ base_model:
16
+ - N-Bot-Int/OpenElla-StoryWriter-TypeB
17
+ pipeline_tag: text-generation
18
+ metrics:
19
+ - character
20
+ ---
21
+ # Support Us Through
22
+ - [![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/J3J61D8NHV)
23
+ - [https://ko-fi.com/nexusnetworkint](Official Ko-FI link!)
24
+
25
+
26
+ ![image](https://cdn-uploads.huggingface.co/production/uploads/6633a73004501e16e7896b86/QpcnvXbi6Qgo3OjZUJZgq.png)
27
+ # GGUF Version
28
+ **GGUF** with Quants! Allowing you to run models using KoboldCPP and other AI Environments!
29
+
30
+
31
+ # Quantizations:
32
+ | Quant Type | Benefits | Cons |
33
+ |---------------|---------------------------------------------------|---------------------------------------------------|
34
+ | **Q4_K_M** | βœ… Smallest size (fastest inference) | ❌ Lowest accuracy compared to other quants |
35
+ | | βœ… Requires the least VRAM/RAM | ❌ May struggle with complex reasoning |
36
+ | | βœ… Ideal for edge devices & low-resource setups | ❌ Can produce slightly degraded text quality |
37
+ | **Q5_K_M** | βœ… Better accuracy than Q4, while still compact | ❌ Slightly larger model size than Q4 |
38
+ | | βœ… Good balance between speed and precision | ❌ Needs a bit more VRAM than Q4 |
39
+ | | βœ… Works well on mid-range GPUs | ❌ Still not as accurate as higher-bit models |
40
+ | **Q8_0** | βœ… Highest accuracy (closest to full model) | ❌ Requires significantly more VRAM/RAM |
41
+ | | βœ… Best for complex reasoning & detailed outputs | ❌ Slower inference compared to Q4 & Q5 |
42
+ | | βœ… Suitable for high-end GPUs & serious workloads | ❌ Larger file size (takes more storage) |
43
+
44
+ # Model Details:
45
+ Read the Model details on huggingface
46
+ [Model Detail Here!](https://huggingface.co/N-Bot-Int/OpenElla-StoryWriter-TypeB)