roshan-soni commited on
Commit
e5e1eb5
·
verified ·
1 Parent(s): 80f4123

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +15 -30
README.md CHANGED
@@ -4,24 +4,27 @@ license: apache-2.0
4
  language:
5
  - en
6
  - hi
 
7
  library_name: llama.cpp
 
8
  tags:
9
  - gguf
10
  - llama.cpp
11
- - qwen
12
  - quantized
13
  - q4_k_m
14
- base_model: Qwen/Qwen2.5-1.5B-Instruct
 
15
 
16
  ---
17
 
18
- # Qwen2.5-1.5B-Instruct Q4_K_M GGUF
19
 
20
- This repository contains a GGUF quantized version of **Qwen2.5-1.5B-Instruct** optimized for local inference with llama.cpp and compatible applications.
21
 
22
  ## Model Details
23
 
24
- * Base Model: Qwen2.5-1.5B-Instruct
25
  * Format: GGUF
26
  * Quantization: Q4_K_M
27
  * Intended Use: Local inference, experimentation, educational projects, and edge deployment
@@ -30,13 +33,13 @@ This repository contains a GGUF quantized version of **Qwen2.5-1.5B-Instruct** o
30
 
31
  The model was converted from the original Hugging Face checkpoint to GGUF format and quantized using llama.cpp's `Q4_K_M` quantization scheme.
32
 
33
- Q4_K_M provides a strong balance between:
34
 
35
  * Model quality
36
  * Memory usage
37
  * Inference speed
38
 
39
- making it suitable for consumer hardware and mobile devices.
40
 
41
  ## Files
42
 
@@ -52,35 +55,17 @@ making it suitable for consumer hardware and mobile devices.
52
  -p "Explain machine learning in simple terms."
53
  ```
54
 
55
- ## Usage with Ollama
56
-
57
- Create a Modelfile:
58
-
59
- ```text
60
- FROM ./qwen-q4_k_m.gguf
61
- ```
62
-
63
- Then:
64
-
65
- ```bash
66
- ollama create qwen-local -f Modelfile
67
- ollama run qwen-local
68
- ```
69
-
70
  ## Hardware Requirements
71
 
72
- Approximate requirements:
73
-
74
  * Disk Space: ~1–2 GB
75
- * RAM: 24 GB minimum
76
- * Recommended RAM: 4 GB+
77
-
78
- Actual requirements depend on context length and runtime settings.
79
 
80
  ## Base Model
81
 
82
- This repository contains a quantized derivative of the original Qwen model. Please refer to the original model repository for training details, benchmarks, limitations, and licensing information.
 
 
83
 
84
  ## Disclaimer
85
 
86
- This repository only provides a quantized GGUF conversion of the original model. All credit for model training and development belongs to the original Qwen team.
 
4
  language:
5
  - en
6
  - hi
7
+
8
  library_name: llama.cpp
9
+
10
  tags:
11
  - gguf
12
  - llama.cpp
13
+ - qwen3
14
  - quantized
15
  - q4_k_m
16
+
17
+ base_model: Qwen/Qwen3.5-2B
18
 
19
  ---
20
 
21
+ # Qwen3.5-2B Q4_K_M GGUF
22
 
23
+ This repository contains a GGUF quantized version of **Qwen3.5-2B** optimized for local inference with llama.cpp and compatible applications.
24
 
25
  ## Model Details
26
 
27
+ * Base Model: Qwen3.5-2B
28
  * Format: GGUF
29
  * Quantization: Q4_K_M
30
  * Intended Use: Local inference, experimentation, educational projects, and edge deployment
 
33
 
34
  The model was converted from the original Hugging Face checkpoint to GGUF format and quantized using llama.cpp's `Q4_K_M` quantization scheme.
35
 
36
+ Q4_K_M provides an excellent balance between:
37
 
38
  * Model quality
39
  * Memory usage
40
  * Inference speed
41
 
42
+ making it suitable for laptops, desktops, and mobile devices.
43
 
44
  ## Files
45
 
 
55
  -p "Explain machine learning in simple terms."
56
  ```
57
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
  ## Hardware Requirements
59
 
 
 
60
  * Disk Space: ~1–2 GB
61
+ * RAM: 36 GB recommended
 
 
 
62
 
63
  ## Base Model
64
 
65
+ This repository contains a quantized derivative of the original Qwen3.5-2B model.
66
+
67
+ Please refer to the original model repository for training details, benchmarks, limitations, and licensing information.
68
 
69
  ## Disclaimer
70
 
71
+ This repository only provides a GGUF quantization of the original model. All credit for model training and development belongs to the Qwen team.