Irfanuruchi commited on
Commit
9ee712c
Β·
verified Β·
1 Parent(s): e0393ca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -22
README.md CHANGED
@@ -2,7 +2,7 @@
2
 
3
  Official model releases for the **Qwen3-4B-Computer-Science** project.
4
 
5
- This collection contains the available model formats maintained by the project for different inference runtimes and hardware platforms.
6
 
7
  ---
8
 
@@ -13,46 +13,62 @@ This collection contains the available model formats maintained by the project f
13
  | BF16 | βœ… | Transformers |
14
  | GGUF | βœ… | llama.cpp, Ollama, LM Studio |
15
  | AWQ | βœ… | Compressed-Tensors compatible runtimes |
 
 
 
 
16
 
17
  ---
18
 
19
- ## Planned Formats
20
 
21
- | Format | Status |
22
- |---------|:------:|
23
- | MLX | ⏳ Planned |
24
- | OpenVINO | ⏳ Planned |
25
 
26
- Additional formats may be added in future releases.
 
27
 
28
- ---
 
29
 
30
- ## Included Models
 
31
 
32
- - **Qwen3-4B-Computer-Science**
33
- - Original BF16 release for Transformers and fine-tuning.
34
 
35
- - **Qwen3-4B-Computer-Science-GGUF**
36
- - Quantized GGUF releases for llama.cpp-compatible inference.
37
 
38
- - **Qwen3-4B-Computer-Science-AWQ**
39
- - Activation-aware Weight Quantization (AWQ) release using the Compressed-Tensors format.
40
 
41
  ---
42
 
43
  ## Purpose
44
 
45
- The goal of this collection is to provide officially maintained releases of the same model architecture in multiple deployment formats while preserving consistent model behavior across supported inference backends.
 
 
46
 
47
- Each repository contains its own documentation, integrity verification files, and runtime-specific usage instructions.
 
 
 
 
48
 
49
  ---
50
 
51
- ## Future Releases
52
 
53
- Planned additions include:
54
 
55
- - MLX for Apple Silicon
56
- - OpenVINO for Intel CPUs and accelerators
 
 
 
 
 
57
 
58
- Future formats will be added to this collection as they become available.
 
2
 
3
  Official model releases for the **Qwen3-4B-Computer-Science** project.
4
 
5
+ This collection provides officially maintained releases of the model across multiple inference runtimes and hardware platforms, allowing users to choose the format best suited to their deployment environment.
6
 
7
  ---
8
 
 
13
  | BF16 | βœ… | Transformers |
14
  | GGUF | βœ… | llama.cpp, Ollama, LM Studio |
15
  | AWQ | βœ… | Compressed-Tensors compatible runtimes |
16
+ | MLX 4-bit | βœ… | Apple MLX |
17
+ | MLX 8-bit | βœ… | Apple MLX |
18
+ | MLX BF16 | βœ… | Apple MLX |
19
+ | OpenVINO INT4 | βœ… | OpenVINO + Optimum Intel |
20
 
21
  ---
22
 
23
+ ## Included Models
24
 
25
+ ### Qwen3-4B-Computer-Science
26
+ Original BF16 release intended for Hugging Face Transformers, fine-tuning, and general inference.
 
 
27
 
28
+ ### Qwen3-4B-Computer-Science-GGUF
29
+ GGUF release for efficient inference with llama.cpp-compatible runtimes such as Ollama and LM Studio.
30
 
31
+ ### Qwen3-4B-Computer-Science-AWQ
32
+ Activation-Aware Weight Quantization (AWQ) release using the Compressed-Tensors format for supported inference frameworks.
33
 
34
+ ### Qwen3-4B-Computer-Science-MLX-4bit
35
+ Optimized 4-bit MLX release for Apple Silicon devices.
36
 
37
+ ### Qwen3-4B-Computer-Science-MLX-8bit
38
+ Optimized 8-bit MLX release providing a balance between quality and memory usage.
39
 
40
+ ### Qwen3-4B-Computer-Science-MLX-BF16
41
+ Full-precision BF16 MLX release for maximum inference quality on Apple Silicon.
42
 
43
+ ### Qwen3-4B-Computer-Science-OpenVINO-INT4
44
+ OpenVINO INT4 release optimized for efficient CPU inference using Intel OpenVINO and Optimum Intel.
45
 
46
  ---
47
 
48
  ## Purpose
49
 
50
+ The objective of this collection is to provide officially maintained releases of the same model across multiple deployment formats while preserving consistent behavior and compatibility with their respective inference ecosystems.
51
+
52
+ Each repository includes:
53
 
54
+ - Documentation
55
+ - Runtime-specific usage examples
56
+ - License information
57
+ - SHA256 integrity verification files
58
+ - Configuration files required for the target runtime
59
 
60
  ---
61
 
62
+ ## Model Family
63
 
64
+ This release family currently includes:
65
 
66
+ - βœ… Transformers BF16
67
+ - βœ… GGUF
68
+ - βœ… AWQ
69
+ - βœ… MLX 4-bit
70
+ - βœ… MLX 8-bit
71
+ - βœ… MLX BF16
72
+ - βœ… OpenVINO INT4
73
 
74
+ Additional deployment formats may be added in future releases as the ecosystem evolves.