roleplaiapp commited on
Commit
dce2498
·
verified ·
1 Parent(s): 586bce9

update readme

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