theprint commited on
Commit
c2b0098
·
verified ·
1 Parent(s): 102300e

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,9 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ Pythonified-Llama-3.2-3B-Instruct-f16.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Pythonified-Llama-3.2-3B-Instruct-q3_k_m.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Pythonified-Llama-3.2-3B-Instruct-q4_k_m.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Pythonified-Llama-3.2-3B-Instruct-q5_k_m.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Pythonified-Llama-3.2-3B-Instruct-q6_k.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Pythonified-Llama-3.2-3B-Instruct-q8_0.gguf filter=lfs diff=lfs merge=lfs -text
Pythonified-Llama-3.2-3B-Instruct-f16.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21f93d775a8f247457cbe50465c10ec2048dad55f1a3404eaed71d1b4366cfae
3
+ size 6433687648
Pythonified-Llama-3.2-3B-Instruct-q3_k_m.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0954d9901743746f9d656649a2998456eddf0bc4761f95e5777cc97a8ae7a458
3
+ size 1687158880
Pythonified-Llama-3.2-3B-Instruct-q4_k_m.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f7fd0aba5ec53399f3289f1325be17c23c63fb8d9acfc75ba1460e5886669eb
3
+ size 2019377248
Pythonified-Llama-3.2-3B-Instruct-q5_k_m.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:511f52849739ac874c7702c44f021c964a2f440185aaaa0b2fecc7760a95d291
3
+ size 2322153568
Pythonified-Llama-3.2-3B-Instruct-q6_k.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6c43afc0f6a8157c9e25a9963fbe2b218dbc44b9bd6bacafea0c568f3230c8b
3
+ size 2643853408
Pythonified-Llama-3.2-3B-Instruct-q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1776e1df5eb039d6643a74075b87ce44577c305cc531f4db9cacf78637bc0c63
3
+ size 3421898848
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: meta-llama/Llama-3.2-3B-Instruct
3
+ library_name: gguf
4
+ pipeline_tag: text-generation
5
+ language: en
6
+ license: apache-2.0
7
+ tags:
8
+ - gguf
9
+ - quantized
10
+ - llama.cpp
11
+ - pythonified-llama-3.2-3b-instruct
12
+ model_type: llama
13
+ quantized_by: theprint
14
+ ---
15
+ # Pythonified-Llama-3.2-3B-Instruct - GGUF Quantized
16
+
17
+ Quantized GGUF versions of [Pythonified-Llama-3.2-3B-Instruct](https://huggingface.co/theprint/Pythonified-Llama-3.2-3B-Instruct) for use with llama.cpp and other GGUF-compatible inference engines.
18
+
19
+ ## Original Model
20
+
21
+ - **Base model:** [meta-llama/Llama-3.2-3B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct)
22
+ - **Fine-tuned model:** [theprint/Pythonified-Llama-3.2-3B-Instruct](https://huggingface.co/theprint/Pythonified-Llama-3.2-3B-Instruct)
23
+ - **Quantized by:** theprint
24
+
25
+ ## Available Quantizations
26
+
27
+ - `Pythonified-Llama-3.2-3B-Instruct-f16.gguf` (6135.6 MB) - 16-bit float (original precision, largest file)
28
+ - `Pythonified-Llama-3.2-3B-Instruct-q3_k_m.gguf` (1609.0 MB) - 3-bit quantization (medium quality)
29
+ - `Pythonified-Llama-3.2-3B-Instruct-q4_k_m.gguf` (1925.8 MB) - 4-bit quantization (medium, recommended for most use cases)
30
+ - `Pythonified-Llama-3.2-3B-Instruct-q5_k_m.gguf` (2214.6 MB) - 5-bit quantization (medium, good quality)
31
+ - `Pythonified-Llama-3.2-3B-Instruct-q6_k.gguf` (2521.4 MB) - 6-bit quantization (high quality)
32
+ - `Pythonified-Llama-3.2-3B-Instruct-q8_0.gguf` (3263.4 MB) - 8-bit quantization (very high quality)
33
+
34
+ ## Usage
35
+
36
+ ### With llama.cpp
37
+
38
+ ```bash
39
+ # Download recommended quantization
40
+ wget https://huggingface.co/theprint/Pythonified-Llama-3.2-3B-Instruct-GGUF/resolve/main/Pythonified-Llama-3.2-3B-Instruct-q4_k_m.gguf
41
+
42
+ # Run inference
43
+ ./llama.cpp/main -m Pythonified-Llama-3.2-3B-Instruct-q4_k_m.gguf \
44
+ -p "Your prompt here" \
45
+ -n 256 \
46
+ --temp 0.7 \
47
+ --top-p 0.9
48
+ ```
49
+
50
+ ### With other GGUF tools
51
+
52
+ These files are compatible with:
53
+ - [llama.cpp](https://github.com/ggerganov/llama.cpp)
54
+ - [Ollama](https://ollama.ai/) (import as custom model)
55
+ - [KoboldCpp](https://github.com/LostRuins/koboldcpp)
56
+ - [text-generation-webui](https://github.com/oobabooga/text-generation-webui)
57
+
58
+ ## Quantization Info
59
+
60
+ **Recommended:** `q4_k_m` provides the best balance of size, speed, and quality for most use cases.
61
+
62
+ **For maximum quality:** Use `q8_0` or `f16`
63
+ **For maximum speed/smallest size:** Use `q3_k_m` or `q4_k_s`
64
+
65
+ ## License
66
+
67
+ apache-2.0
68
+
69
+ ## Citation
70
+
71
+ ```bibtex
72
+ @misc{pythonified_llama_3.2_3b_instruct_gguf,
73
+ title={Pythonified-Llama-3.2-3B-Instruct GGUF Quantized Models},
74
+ author={theprint},
75
+ year={2025},
76
+ publisher={Hugging Face},
77
+ url={https://huggingface.co/theprint/Pythonified-Llama-3.2-3B-Instruct-GGUF}
78
+ }
79
+ ```