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