lbourdois commited on
Commit
bb5f60a
·
verified ·
1 Parent(s): 8096cf3

Improve language tag

Browse files

Hi! As the model is multilingual, this is a PR to add other languages than English to the language tag to improve the referencing. Note that 29 languages are announced in the README, but only 13 are explicitly listed. I was therefore only able to add these 13 languages.

Files changed (1) hide show
  1. README.md +59 -49
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
- - en
10
- library_name: transformers
11
- tags:
12
- - llama-cpp
13
- - SmallThinker-3B
14
- - gguf
15
- - Q6_K
16
- - 3b
17
- - SmallThinker
18
- - qwen
19
- - llama-cpp
20
- - PowerInfer
21
- - code
22
- - math
23
- - chat
24
- - roleplay
25
- - text-generation
26
- - safetensors
27
- - nlp
28
- - code
29
- ---
30
-
31
- # roleplaiapp/SmallThinker-3B-Preview-Q6_K-GGUF
32
-
33
- **Repo:** `roleplaiapp/SmallThinker-3B-Preview-Q6_K-GGUF`
34
- **Original Model:** `SmallThinker-3B`
35
- **Organization:** `PowerInfer`
36
- **Quantized File:** `smallthinker-3b-preview-q6_k.gguf`
37
- **Quantization:** `GGUF`
38
- **Quantization Method:** `Q6_K`
39
- **Use Imatrix:** `False`
40
- **Split Model:** `False`
41
-
42
- ## Overview
43
- This is an GGUF Q6_K quantized version of [SmallThinker-3B](https://huggingface.co/PowerInfer/SmallThinker-3B-Preview).
44
-
45
- ## Quantization By
46
- I often have idle A100 GPUs while building/testing and training the RP app, so I put them to use quantizing models.
47
- I hope the community finds these quantizations useful.
48
-
49
- Andrew Webby @ [RolePlai](https://roleplai.app/)
 
 
 
 
 
 
 
 
 
 
 
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/)