Transformers
GGUF
English
mistral
text-generation-inference
rp
conversational
ItsMeDevRoland commited on
Commit
5b74f78
Β·
verified Β·
1 Parent(s): 2c3e653

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -10
README.md CHANGED
@@ -1,22 +1,38 @@
1
  ---
2
- base_model: unsloth/mistral-7b-instruct-v0.3-bnb-4bit
 
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
- This mistral model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
 
 
 
 
 
 
 
 
 
 
 
21
 
22
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
 
 
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
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6633a73004501e16e7896b86/s4NcmxJ2pyBpDeULdYayv.png)
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)