Update README.md
Browse files
README.md
CHANGED
|
@@ -1,22 +1,38 @@
|
|
| 1 |
---
|
| 2 |
-
base_model:
|
|
|
|
| 3 |
tags:
|
| 4 |
- text-generation-inference
|
| 5 |
- transformers
|
| 6 |
-
- unsloth
|
| 7 |
- mistral
|
|
|
|
| 8 |
- gguf
|
| 9 |
-
license: apache-2.0
|
| 10 |
language:
|
| 11 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
|
|
|
|
|
|
|
|
|
| 13 |
|
| 14 |
-
# Uploaded model
|
| 15 |
-
|
| 16 |
-
- **Developed by:** N-Bot-Int
|
| 17 |
-
- **License:** apache-2.0
|
| 18 |
-
- **Finetuned from model :** unsloth/mistral-7b-instruct-v0.3-bnb-4bit
|
| 19 |
|
| 20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
-
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model:
|
| 3 |
+
- N-Bot-Int/MistThena7BV2-GGUF
|
| 4 |
tags:
|
| 5 |
- text-generation-inference
|
| 6 |
- transformers
|
|
|
|
| 7 |
- mistral
|
| 8 |
+
- rp
|
| 9 |
- gguf
|
|
|
|
| 10 |
language:
|
| 11 |
- en
|
| 12 |
+
license: apache-2.0
|
| 13 |
+
datasets:
|
| 14 |
+
- N-Bot-Int/Iris-Uncensored-R2
|
| 15 |
+
- N-Bot-Int/Millie-R1_DPO
|
| 16 |
+
- N-Bot-Int/Millia-R1_DPO
|
| 17 |
---
|
| 18 |
+

|
| 19 |
+
# GGUF Version
|
| 20 |
+
**GGUF** with Quants! Allowing you to run models using KoboldCPP and other AI Environments!
|
| 21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
|
| 23 |
+
# Quantizations:
|
| 24 |
+
| Quant Type | Benefits | Cons |
|
| 25 |
+
|---------------|---------------------------------------------------|---------------------------------------------------|
|
| 26 |
+
| **Q4_K_M** | β
Smallest size (fastest inference) | β Lowest accuracy compared to other quants |
|
| 27 |
+
| | β
Requires the least VRAM/RAM | β May struggle with complex reasoning |
|
| 28 |
+
| | β
Ideal for edge devices & low-resource setups | β Can produce slightly degraded text quality |
|
| 29 |
+
| **Q5_K_M** | β
Better accuracy than Q4, while still compact | β Slightly larger model size than Q4 |
|
| 30 |
+
| | β
Good balance between speed and precision | β Needs a bit more VRAM than Q4 |
|
| 31 |
+
| | β
Works well on mid-range GPUs | β Still not as accurate as higher-bit models |
|
| 32 |
+
| **Q8_0** | β
Highest accuracy (closest to full model) | β Requires significantly more VRAM/RAM |
|
| 33 |
+
| | β
Best for complex reasoning & detailed outputs | β Slower inference compared to Q4 & Q5 |
|
| 34 |
+
| | β
Suitable for high-end GPUs & serious workloads | β Larger file size (takes more storage) |
|
| 35 |
|
| 36 |
+
# Model Details:
|
| 37 |
+
Read the Model details on huggingface
|
| 38 |
+
[Model Detail Here!](https://huggingface.co/N-Bot-Int/MistThena7B)
|