Improve language tag
#1
by
lbourdois
- opened
README.md
CHANGED
@@ -1,49 +1,59 @@
|
|
1 |
-
---
|
2 |
-
datasets:
|
3 |
-
- PowerInfer/QWQ-LONGCOT-500K
|
4 |
-
- PowerInfer/LONGCOT-Refine-500K
|
5 |
-
base_model:
|
6 |
-
- Qwen/Qwen2.5-3B-Instruct
|
7 |
-
pipeline_tag: text-generation
|
8 |
-
language:
|
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 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- PowerInfer/QWQ-LONGCOT-500K
|
4 |
+
- PowerInfer/LONGCOT-Refine-500K
|
5 |
+
base_model:
|
6 |
+
- Qwen/Qwen2.5-3B-Instruct
|
7 |
+
pipeline_tag: text-generation
|
8 |
+
language:
|
9 |
+
- zho
|
10 |
+
- eng
|
11 |
+
- fra
|
12 |
+
- spa
|
13 |
+
- por
|
14 |
+
- deu
|
15 |
+
- ita
|
16 |
+
- rus
|
17 |
+
- jpn
|
18 |
+
- kor
|
19 |
+
- vie
|
20 |
+
- tha
|
21 |
+
- ara
|
22 |
+
library_name: transformers
|
23 |
+
tags:
|
24 |
+
- llama-cpp
|
25 |
+
- SmallThinker-3B
|
26 |
+
- gguf
|
27 |
+
- Q6_K
|
28 |
+
- 3b
|
29 |
+
- SmallThinker
|
30 |
+
- qwen
|
31 |
+
- PowerInfer
|
32 |
+
- code
|
33 |
+
- math
|
34 |
+
- chat
|
35 |
+
- roleplay
|
36 |
+
- text-generation
|
37 |
+
- safetensors
|
38 |
+
- nlp
|
39 |
+
---
|
40 |
+
|
41 |
+
# roleplaiapp/SmallThinker-3B-Preview-Q6_K-GGUF
|
42 |
+
|
43 |
+
**Repo:** `roleplaiapp/SmallThinker-3B-Preview-Q6_K-GGUF`
|
44 |
+
**Original Model:** `SmallThinker-3B`
|
45 |
+
**Organization:** `PowerInfer`
|
46 |
+
**Quantized File:** `smallthinker-3b-preview-q6_k.gguf`
|
47 |
+
**Quantization:** `GGUF`
|
48 |
+
**Quantization Method:** `Q6_K`
|
49 |
+
**Use Imatrix:** `False`
|
50 |
+
**Split Model:** `False`
|
51 |
+
|
52 |
+
## Overview
|
53 |
+
This is an GGUF Q6_K quantized version of [SmallThinker-3B](https://huggingface.co/PowerInfer/SmallThinker-3B-Preview).
|
54 |
+
|
55 |
+
## Quantization By
|
56 |
+
I often have idle A100 GPUs while building/testing and training the RP app, so I put them to use quantizing models.
|
57 |
+
I hope the community finds these quantizations useful.
|
58 |
+
|
59 |
+
Andrew Webby @ [RolePlai](https://roleplai.app/)
|