Irfanuruchi commited on
Commit
4ad30f9
·
verified ·
1 Parent(s): 892dba9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -16
README.md CHANGED
@@ -9,7 +9,6 @@ pipeline_tag: text-generation
9
  inference: false
10
  tags:
11
  - qwen3
12
- - qwen3-for-causal-lm
13
  - computer-science
14
  - software-engineering
15
  - programming
@@ -18,15 +17,17 @@ tags:
18
  - optimum-intel
19
  - int4
20
  - quantized
21
- - cpu
22
  - transformers
 
 
 
23
  ---
24
 
25
  # Qwen3-4B-Computer-Science OpenVINO INT4
26
 
27
- This repository provides an **OpenVINO INT4** version of **Qwen3-4B-Computer-Science**, optimized for efficient inference using **Intel OpenVINO** and **Optimum Intel**.
28
 
29
- The model is optimized for software engineering and computer science workloads while significantly reducing storage requirements and memory usage through INT4 weight compression, enabling efficient CPU inference on OpenVINO-supported hardware.
30
 
31
  ---
32
 
@@ -37,24 +38,26 @@ The model is optimized for software engineering and computer science workloads w
37
  | Base Model | Irfanuruchi/Qwen3-4B-Computer-Science |
38
  | Base Architecture | Qwen3 |
39
  | Parameters | ~4 Billion |
40
- | Model Format | OpenVINO IR |
41
  | Weight Compression | INT4 Asymmetric |
42
  | Compression Group Size | 128 |
43
- | Runtime | OpenVINO Runtime |
44
  | Library | Optimum Intel |
45
- | Primary Hardware | CPU |
46
  | License | Apache License 2.0 |
47
 
 
 
48
  ---
49
 
50
  # Features
51
 
52
- - Optimized OpenVINO IR format
53
  - INT4 asymmetric weight compression
54
  - Reduced storage footprint
55
  - Lower memory usage
56
- - CPU-optimized inference
57
- - Compatible with Hugging Face Transformers through Optimum Intel
58
  - Exported tokenizer and detokenizer
59
  - Chat template included
60
  - Ready for local deployment
@@ -142,8 +145,8 @@ print(response)
142
 
143
  The exported model was successfully validated using:
144
 
145
- - OpenVINO 2026.2.1
146
- - CPU inference
147
  - Chat template support
148
  - Greedy decoding
149
  - Software engineering benchmark prompts
@@ -182,7 +185,20 @@ The **Qwen3-4B-Computer-Science** release family currently includes:
182
  | MLX BF16 | ✅ |
183
  | OpenVINO INT4 | ✅ |
184
 
185
- Each release is maintained in its own repository with runtime-specific documentation, usage examples, integrity verification files, and configuration for its respective inference backend.
 
 
 
 
 
 
 
 
 
 
 
 
 
186
 
187
  ---
188
 
@@ -195,9 +211,9 @@ Like other large language models, this model may occasionally:
195
  - Produce inefficient implementations
196
  - Misinterpret ambiguous instructions
197
 
198
- All generated code should be reviewed and tested before use in production or safety-critical environments.
199
 
200
- INT4 weight compression may introduce minor quality differences compared with higher-precision model variants.
201
 
202
  ---
203
 
@@ -205,4 +221,6 @@ INT4 weight compression may introduce minor quality differences compared with hi
205
 
206
  This repository is distributed under the **Apache License 2.0**.
207
 
208
- See the included **LICENSE** file for the complete license text and applicable attribution requirements.
 
 
 
9
  inference: false
10
  tags:
11
  - qwen3
 
12
  - computer-science
13
  - software-engineering
14
  - programming
 
17
  - optimum-intel
18
  - int4
19
  - quantized
 
20
  - transformers
21
+ - cpu
22
+ - gpu
23
+ - npu
24
  ---
25
 
26
  # Qwen3-4B-Computer-Science OpenVINO INT4
27
 
28
+ This repository provides an **OpenVINO INT4** deployment of **Qwen3-4B-Computer-Science**, optimized for efficient inference using **Intel® OpenVINO** and **Optimum Intel**.
29
 
30
+ The model is designed for software engineering and computer science workloads while significantly reducing storage requirements and memory usage through INT4 weight compression. It enables efficient deployment across OpenVINO-supported hardware while preserving the capabilities of the original model.
31
 
32
  ---
33
 
 
38
  | Base Model | Irfanuruchi/Qwen3-4B-Computer-Science |
39
  | Base Architecture | Qwen3 |
40
  | Parameters | ~4 Billion |
41
+ | Deployment Format | OpenVINO IR |
42
  | Weight Compression | INT4 Asymmetric |
43
  | Compression Group Size | 128 |
44
+ | Runtime | Intel® OpenVINO Runtime |
45
  | Library | Optimum Intel |
46
+ | Supported Hardware | OpenVINO-supported devices* |
47
  | License | Apache License 2.0 |
48
 
49
+ > **\*** Supported execution devices depend on the installed OpenVINO Runtime, operating system, drivers, and available hardware. Depending on the platform, inference may be executed on supported CPUs, integrated GPUs, NPUs, or other OpenVINO-compatible accelerators.
50
+
51
  ---
52
 
53
  # Features
54
 
55
+ - OpenVINO IR deployment format
56
  - INT4 asymmetric weight compression
57
  - Reduced storage footprint
58
  - Lower memory usage
59
+ - Efficient inference on OpenVINO-supported hardware
60
+ - Compatible with Optimum Intel and Hugging Face Transformers
61
  - Exported tokenizer and detokenizer
62
  - Chat template included
63
  - Ready for local deployment
 
145
 
146
  The exported model was successfully validated using:
147
 
148
+ - Intel® OpenVINO Runtime 2026.2.1
149
+ - Local OpenVINO inference
150
  - Chat template support
151
  - Greedy decoding
152
  - Software engineering benchmark prompts
 
185
  | MLX BF16 | ✅ |
186
  | OpenVINO INT4 | ✅ |
187
 
188
+ Each release is maintained in its own repository with runtime-specific documentation, usage examples, integrity verification files, and configuration tailored to its target inference backend.
189
+
190
+ ---
191
+
192
+ # Credits
193
+
194
+ This release builds upon the work of several open-source projects and communities:
195
+
196
+ - **Qwen Team** for the Qwen3 foundation model architecture.
197
+ - **Intel® OpenVINO™ Toolkit** for the OpenVINO Runtime and deployment framework.
198
+ - **Hugging Face** for the Transformers ecosystem and the Optimum Intel integration.
199
+ - **Optimum Intel** for OpenVINO model export and runtime integration.
200
+
201
+ This repository provides an **OpenVINO INT4 deployment** of the original **Qwen3-4B-Computer-Science** model for efficient inference on OpenVINO-supported hardware.
202
 
203
  ---
204
 
 
211
  - Produce inefficient implementations
212
  - Misinterpret ambiguous instructions
213
 
214
+ INT4 weight compression may introduce minor quality differences compared to higher-precision variants.
215
 
216
+ All generated code should be reviewed and tested before use in production or safety-critical environments.
217
 
218
  ---
219
 
 
221
 
222
  This repository is distributed under the **Apache License 2.0**.
223
 
224
+ This release is an OpenVINO INT4 conversion of the original **Qwen3-4B-Computer-Science** model and retains the licensing and attribution requirements applicable to the original project.
225
+
226
+ See the included **LICENSE** file for the complete license text.