roleplaiapp
commited on
update readme
Browse files
README.md
CHANGED
@@ -1,37 +1,38 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
|
|
24 |
|
25 |
-
|
26 |
-
|
27 |
|
28 |
-
|
29 |
-
|
30 |
|
31 |
-
|
32 |
-
|
33 |
|
34 |
-
|
35 |
|
36 |
-
|
37 |
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: text-generation
|
3 |
+
tags:
|
4 |
+
- nlp
|
5 |
+
- code
|
6 |
+
- llama-cpp
|
7 |
+
- exllama
|
8 |
+
- gguf
|
9 |
+
- phi-4
|
10 |
+
- phi
|
11 |
+
- microsoft
|
12 |
+
- gguf
|
13 |
+
- code
|
14 |
+
- math
|
15 |
+
- chat
|
16 |
+
- chat
|
17 |
+
- conversational
|
18 |
+
- roleplay
|
19 |
+
- text-generation
|
20 |
+
- safetensors
|
21 |
+
library_name: transformers
|
22 |
+
base_model: microsoft/phi-4
|
23 |
+
---
|
24 |
+
# phi-4-Q3_K_S-GGUF
|
25 |
|
26 |
+
**Original Model:** `/microsoft/phi-4`
|
27 |
+
**Quantization Method:** `GGUF`
|
28 |
|
29 |
+
## Overview
|
30 |
+
This is an GGUF Q3 KS quantized version of [phi-4](https://huggingface.co/microsoft/phi-4).
|
31 |
|
32 |
+
## Quantization By
|
33 |
+
I often have idle A100 GPUs while building/testing and training the RP app, so I put them to use quantizing models.
|
34 |
|
35 |
+
I hope the community finds these quantizations useful.
|
36 |
|
37 |
+
Andrew Webby @ [RolePlai](https://roleplai.app/)
|
38 |
|