roleplaiapp commited on
Commit
f7129fb
·
verified ·
1 Parent(s): c6d4499

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - llama-cpp
7
+ - AceInstruct-7B
8
+ - gguf
9
+ - Q5_K_S
10
+ - 7b
11
+ - 5-bit
12
+ - AceInstruct
13
+ - llama-cpp
14
+ - nvidia
15
+ - code
16
+ - math
17
+ - chat
18
+ - roleplay
19
+ - text-generation
20
+ - safetensors
21
+ - nlp
22
+ - code
23
+ base_model: nvidia/AceInstruct-7B
24
+ library_name: transformers
25
+ ---
26
+
27
+ # roleplaiapp/AceInstruct-7B-Q5_K_S-GGUF
28
+
29
+ **Repo:** `roleplaiapp/AceInstruct-7B-Q5_K_S-GGUF`
30
+ **Original Model:** `AceInstruct-7B`
31
+ **Organization:** `nvidia`
32
+ **Quantized File:** `aceinstruct-7b-q5_k_s.gguf`
33
+ **Quantization:** `GGUF`
34
+ **Quantization Method:** `Q5_K_S`
35
+ **Use Imatrix:** `False`
36
+ **Split Model:** `False`
37
+
38
+ ## Overview
39
+ This is an GGUF Q5_K_S quantized version of [AceInstruct-7B](https://huggingface.co/nvidia/AceInstruct-7B).
40
+
41
+ ## Quantization By
42
+ I often have idle A100 GPUs while building/testing and training the RP app, so I put them to use quantizing models.
43
+ I hope the community finds these quantizations useful.
44
+
45
+ Andrew Webby @ [RolePlai](https://roleplai.app/)