Irfanuruchi commited on
Commit
e0393ca
·
verified ·
1 Parent(s): af7da8a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +56 -1
README.md CHANGED
@@ -1,3 +1,58 @@
 
 
 
 
 
 
1
  ---
2
- license: apache-2.0
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Qwen3-4B-Computer-Science Models
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
+
9
+ ## Available Formats
10
+
11
+ | Format | Status | Primary Runtime |
12
+ |---------|:------:|-----------------|
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.