morriszms commited on
Commit
3311476
1 Parent(s): b5d21d5

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,15 @@ 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
+ nemotron3-8b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ nemotron3-8b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ nemotron3-8b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ nemotron3-8b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ nemotron3-8b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ nemotron3-8b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ nemotron3-8b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ nemotron3-8b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ nemotron3-8b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ nemotron3-8b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ nemotron3-8b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ nemotron3-8b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ base_model: thhaus/nemotron3-8b
7
+ ---
8
+
9
+ <div style="width: auto; margin-left: auto; margin-right: auto">
10
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
11
+ </div>
12
+ <div style="display: flex; justify-content: space-between; width: 100%;">
13
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
14
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
15
+ Feedback and support: TensorBlock's <a href="https://x.com/tensorblock_aoi">Twitter/X</a>, <a href="https://t.me/TensorBlock">Telegram Group</a> and <a href="https://x.com/tensorblock_aoi">Discord server</a>
16
+ </p>
17
+ </div>
18
+ </div>
19
+
20
+ ## thhaus/nemotron3-8b - GGUF
21
+
22
+ This repo contains GGUF format model files for [thhaus/nemotron3-8b](https://huggingface.co/thhaus/nemotron3-8b).
23
+
24
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
25
+
26
+ <div style="text-align: left; margin: 20px 0;">
27
+ <a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
28
+ Run them on the TensorBlock client using your local machine ↗
29
+ </a>
30
+ </div>
31
+
32
+ ## Prompt template
33
+
34
+ ```
35
+
36
+ ```
37
+
38
+ ## Model file specification
39
+
40
+ | Filename | Quant type | File Size | Description |
41
+ | -------- | ---------- | --------- | ----------- |
42
+ | [nemotron3-8b-Q2_K.gguf](https://huggingface.co/tensorblock/nemotron3-8b-GGUF/blob/main/nemotron3-8b-Q2_K.gguf) | Q2_K | 3.654 GB | smallest, significant quality loss - not recommended for most purposes |
43
+ | [nemotron3-8b-Q3_K_S.gguf](https://huggingface.co/tensorblock/nemotron3-8b-GGUF/blob/main/nemotron3-8b-Q3_K_S.gguf) | Q3_K_S | 4.087 GB | very small, high quality loss |
44
+ | [nemotron3-8b-Q3_K_M.gguf](https://huggingface.co/tensorblock/nemotron3-8b-GGUF/blob/main/nemotron3-8b-Q3_K_M.gguf) | Q3_K_M | 4.536 GB | very small, high quality loss |
45
+ | [nemotron3-8b-Q3_K_L.gguf](https://huggingface.co/tensorblock/nemotron3-8b-GGUF/blob/main/nemotron3-8b-Q3_K_L.gguf) | Q3_K_L | 4.918 GB | small, substantial quality loss |
46
+ | [nemotron3-8b-Q4_0.gguf](https://huggingface.co/tensorblock/nemotron3-8b-GGUF/blob/main/nemotron3-8b-Q4_0.gguf) | Q4_0 | 5.082 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
47
+ | [nemotron3-8b-Q4_K_S.gguf](https://huggingface.co/tensorblock/nemotron3-8b-GGUF/blob/main/nemotron3-8b-Q4_K_S.gguf) | Q4_K_S | 5.124 GB | small, greater quality loss |
48
+ | [nemotron3-8b-Q4_K_M.gguf](https://huggingface.co/tensorblock/nemotron3-8b-GGUF/blob/main/nemotron3-8b-Q4_K_M.gguf) | Q4_K_M | 5.428 GB | medium, balanced quality - recommended |
49
+ | [nemotron3-8b-Q5_0.gguf](https://huggingface.co/tensorblock/nemotron3-8b-GGUF/blob/main/nemotron3-8b-Q5_0.gguf) | Q5_0 | 6.019 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
50
+ | [nemotron3-8b-Q5_K_S.gguf](https://huggingface.co/tensorblock/nemotron3-8b-GGUF/blob/main/nemotron3-8b-Q5_K_S.gguf) | Q5_K_S | 6.019 GB | large, low quality loss - recommended |
51
+ | [nemotron3-8b-Q5_K_M.gguf](https://huggingface.co/tensorblock/nemotron3-8b-GGUF/blob/main/nemotron3-8b-Q5_K_M.gguf) | Q5_K_M | 6.197 GB | large, very low quality loss - recommended |
52
+ | [nemotron3-8b-Q6_K.gguf](https://huggingface.co/tensorblock/nemotron3-8b-GGUF/blob/main/nemotron3-8b-Q6_K.gguf) | Q6_K | 7.014 GB | very large, extremely low quality loss |
53
+ | [nemotron3-8b-Q8_0.gguf](https://huggingface.co/tensorblock/nemotron3-8b-GGUF/blob/main/nemotron3-8b-Q8_0.gguf) | Q8_0 | 9.082 GB | very large, extremely low quality loss - not recommended |
54
+
55
+
56
+ ## Downloading instruction
57
+
58
+ ### Command line
59
+
60
+ Firstly, install Huggingface Client
61
+
62
+ ```shell
63
+ pip install -U "huggingface_hub[cli]"
64
+ ```
65
+
66
+ Then, downoad the individual model file the a local directory
67
+
68
+ ```shell
69
+ huggingface-cli download tensorblock/nemotron3-8b-GGUF --include "nemotron3-8b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
70
+ ```
71
+
72
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
73
+
74
+ ```shell
75
+ huggingface-cli download tensorblock/nemotron3-8b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
76
+ ```
nemotron3-8b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c51d3f4f9b70c4ce746575551ce17f7137f85043be68012b4a3e2c2e0d66c6e8
3
+ size 3653821056
nemotron3-8b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f4b61c8f5666e02b55a17cb1f83ddd11f694b736db260d4b685d8f252bf7582
3
+ size 4917944960
nemotron3-8b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e2912af9e2f98f812d48ec661275136e57c5d5c152f42864836b2c902a159e7
3
+ size 4536263296
nemotron3-8b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54651d2d42686216c5d1b3b76ec8193b1dfaf29b154fb40a21780d9a35babbf5
3
+ size 4087472768
nemotron3-8b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e13626f5e0def4ca9d05f15b74023def352f6045ed611fd6361b3c26acc8597
3
+ size 5082374784
nemotron3-8b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71ebd73872efa4cc074ea5d85359f0c564c753398a96941faa775840147d3983
3
+ size 5428404864
nemotron3-8b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:840b9085b720458a6e322012a128ce77f4365b91eabd3313d1692a0aac7fce21
3
+ size 5124317824
nemotron3-8b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f89a8a19c43d800a22952c78a5007993e336ef83fac593b97fc737fb690ef07
3
+ size 6018753152
nemotron3-8b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91a7f7e4353042a36d4b03d2de688b4de87ad76ee7a652955583152c147f68a4
3
+ size 6197011072
nemotron3-8b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:613a8b55d2ffbd858fdb0f145fa2f908aff5426867f5787ab1bcae0b50e01498
3
+ size 6018753152
nemotron3-8b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03db3467b748ca5f99248e0199a050de0c816cf3f7cd898ac6aa1526ae9b1a48
3
+ size 7013655168
nemotron3-8b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d58832b04fca4a4e7aed913abec59a9e5d005ef09633b6b6c1049291e163f50
3
+ size 9081840256