roleplaiapp commited on
Commit
ea42ae0
·
verified ·
1 Parent(s): f3c1990

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ pipeline_tag: text-generation
4
+ tags:
5
+ - 2-bit
6
+ - Q2_K
7
+ - gguf
8
+ - instruct
9
+ - llama
10
+ - llama-cpp
11
+ - text-generation
12
+ - uncensored
13
+ ---
14
+
15
+ # roleplaiapp/Llama-3.2-3B-Instruct-uncensored-Q2_K-GGUF
16
+
17
+ **Repo:** `roleplaiapp/Llama-3.2-3B-Instruct-uncensored-Q2_K-GGUF`
18
+ **Original Model:** `Llama-3.2-3B-Instruct-uncensored`
19
+ **Quantized File:** `Llama-3.2-3B-Instruct-uncensored.Q2_K.gguf`
20
+ **Quantization:** `GGUF`
21
+ **Quantization Method:** `Q2_K`
22
+
23
+ ## Overview
24
+ This is a GGUF Q2_K quantized version of Llama-3.2-3B-Instruct-uncensored
25
+ ## Quantization By
26
+ I often have idle GPUs while building/testing for the RP app, so I put them to use quantizing models.
27
+ I hope the community finds these quantizations useful.