Improve language tag
Browse filesHi! 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.
README.md
CHANGED
@@ -1,34 +1,52 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
inference: false
|
4 |
-
base_model: Qwen/Qwen2.5-0.5B-Instruct
|
5 |
-
base_model_relation: quantized
|
6 |
-
tags:
|
7 |
-
|
8 |
-
|
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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
inference: false
|
4 |
+
base_model: Qwen/Qwen2.5-0.5B-Instruct
|
5 |
+
base_model_relation: quantized
|
6 |
+
tags:
|
7 |
+
- green
|
8 |
+
- llmware-chat
|
9 |
+
- p1
|
10 |
+
- ov
|
11 |
+
language:
|
12 |
+
- zho
|
13 |
+
- eng
|
14 |
+
- fra
|
15 |
+
- spa
|
16 |
+
- por
|
17 |
+
- deu
|
18 |
+
- ita
|
19 |
+
- rus
|
20 |
+
- jpn
|
21 |
+
- kor
|
22 |
+
- vie
|
23 |
+
- tha
|
24 |
+
- ara
|
25 |
+
---
|
26 |
+
|
27 |
+
# qwen2.5-0.5b-instruct-ov
|
28 |
+
|
29 |
+
**qwen2.5-0.5b-instruct-ov** is an OpenVino int4 quantized version of [Qwen2.5-0.5B-Instruct](https://www.huggingface.co/Qwen/Qwen2.5-0.5B-Instruct), providing a very fast, very small inference implementation, optimized for AI PCs using Intel GPU, CPU and NPU.
|
30 |
+
|
31 |
+
This is from the latest release series from Qwen, and this is the smallest and fastest model in the series.
|
32 |
+
|
33 |
+
### Model Description
|
34 |
+
|
35 |
+
- **Developed by:** Qwen
|
36 |
+
- **Quantized by:** llmware
|
37 |
+
- **Model type:** qwen2.5
|
38 |
+
- **Parameters:** 0.5 billion
|
39 |
+
- **Model Parent:** Qwen/Qwen2.5-0.5B-Instruct
|
40 |
+
- **Language(s) (NLP):** English
|
41 |
+
- **License:** Apache 2.0
|
42 |
+
- **Uses:** Chat, general-purpose LLM
|
43 |
+
- **Quantization:** int4
|
44 |
+
|
45 |
+
|
46 |
+
## Model Card Contact
|
47 |
+
|
48 |
+
[llmware on github](https://www.github.com/llmware-ai/llmware)
|
49 |
+
|
50 |
+
[llmware on hf](https://www.huggingface.co/llmware)
|
51 |
+
|
52 |
+
[llmware website](https://www.llmware.ai)
|