morriszms commited on
Commit
c4b6e24
·
verified ·
1 Parent(s): cc82763

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
+ llama2_0.1_codellama_0.9_7b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama2_0.1_codellama_0.9_7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama2_0.1_codellama_0.9_7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama2_0.1_codellama_0.9_7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama2_0.1_codellama_0.9_7b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama2_0.1_codellama_0.9_7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama2_0.1_codellama_0.9_7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama2_0.1_codellama_0.9_7b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama2_0.1_codellama_0.9_7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama2_0.1_codellama_0.9_7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama2_0.1_codellama_0.9_7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama2_0.1_codellama_0.9_7b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: lfsm/llama2_0.1_codellama_0.9_7b
4
+ tags:
5
+ - TensorBlock
6
+ - GGUF
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
+ ## lfsm/llama2_0.1_codellama_0.9_7b - GGUF
21
+
22
+ This repo contains GGUF format model files for [lfsm/llama2_0.1_codellama_0.9_7b](https://huggingface.co/lfsm/llama2_0.1_codellama_0.9_7b).
23
+
24
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](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
+ | [llama2_0.1_codellama_0.9_7b-Q2_K.gguf](https://huggingface.co/tensorblock/llama2_0.1_codellama_0.9_7b-GGUF/blob/main/llama2_0.1_codellama_0.9_7b-Q2_K.gguf) | Q2_K | 2.533 GB | smallest, significant quality loss - not recommended for most purposes |
43
+ | [llama2_0.1_codellama_0.9_7b-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama2_0.1_codellama_0.9_7b-GGUF/blob/main/llama2_0.1_codellama_0.9_7b-Q3_K_S.gguf) | Q3_K_S | 2.948 GB | very small, high quality loss |
44
+ | [llama2_0.1_codellama_0.9_7b-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama2_0.1_codellama_0.9_7b-GGUF/blob/main/llama2_0.1_codellama_0.9_7b-Q3_K_M.gguf) | Q3_K_M | 3.298 GB | very small, high quality loss |
45
+ | [llama2_0.1_codellama_0.9_7b-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama2_0.1_codellama_0.9_7b-GGUF/blob/main/llama2_0.1_codellama_0.9_7b-Q3_K_L.gguf) | Q3_K_L | 3.597 GB | small, substantial quality loss |
46
+ | [llama2_0.1_codellama_0.9_7b-Q4_0.gguf](https://huggingface.co/tensorblock/llama2_0.1_codellama_0.9_7b-GGUF/blob/main/llama2_0.1_codellama_0.9_7b-Q4_0.gguf) | Q4_0 | 3.826 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
47
+ | [llama2_0.1_codellama_0.9_7b-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama2_0.1_codellama_0.9_7b-GGUF/blob/main/llama2_0.1_codellama_0.9_7b-Q4_K_S.gguf) | Q4_K_S | 3.857 GB | small, greater quality loss |
48
+ | [llama2_0.1_codellama_0.9_7b-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama2_0.1_codellama_0.9_7b-GGUF/blob/main/llama2_0.1_codellama_0.9_7b-Q4_K_M.gguf) | Q4_K_M | 4.081 GB | medium, balanced quality - recommended |
49
+ | [llama2_0.1_codellama_0.9_7b-Q5_0.gguf](https://huggingface.co/tensorblock/llama2_0.1_codellama_0.9_7b-GGUF/blob/main/llama2_0.1_codellama_0.9_7b-Q5_0.gguf) | Q5_0 | 4.652 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
50
+ | [llama2_0.1_codellama_0.9_7b-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama2_0.1_codellama_0.9_7b-GGUF/blob/main/llama2_0.1_codellama_0.9_7b-Q5_K_S.gguf) | Q5_K_S | 4.652 GB | large, low quality loss - recommended |
51
+ | [llama2_0.1_codellama_0.9_7b-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama2_0.1_codellama_0.9_7b-GGUF/blob/main/llama2_0.1_codellama_0.9_7b-Q5_K_M.gguf) | Q5_K_M | 4.783 GB | large, very low quality loss - recommended |
52
+ | [llama2_0.1_codellama_0.9_7b-Q6_K.gguf](https://huggingface.co/tensorblock/llama2_0.1_codellama_0.9_7b-GGUF/blob/main/llama2_0.1_codellama_0.9_7b-Q6_K.gguf) | Q6_K | 5.529 GB | very large, extremely low quality loss |
53
+ | [llama2_0.1_codellama_0.9_7b-Q8_0.gguf](https://huggingface.co/tensorblock/llama2_0.1_codellama_0.9_7b-GGUF/blob/main/llama2_0.1_codellama_0.9_7b-Q8_0.gguf) | Q8_0 | 7.161 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/llama2_0.1_codellama_0.9_7b-GGUF --include "llama2_0.1_codellama_0.9_7b-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/llama2_0.1_codellama_0.9_7b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
76
+ ```
llama2_0.1_codellama_0.9_7b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07d1281da063a193364da06581d24c8f5439f68547e910362db7b2d845bfe745
3
+ size 2532939808
llama2_0.1_codellama_0.9_7b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b80bc7de9ce78bae96ae3881ceac13a525c4ebe61e7aa6211772492e734fe3d
3
+ size 3597193760
llama2_0.1_codellama_0.9_7b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae77cd881a647b137738fc3d427bb78e6952c715185451f63b90860f8b5c08a2
3
+ size 3298087456
llama2_0.1_codellama_0.9_7b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:783ca72c2d575346b1ae314a7478668601a651637fce7a754b045fb968257e85
3
+ size 2948387360
llama2_0.1_codellama_0.9_7b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6474950f992aee1289cb10f924364ddfe0c431cca29ce3b2c5ec67692662d7b
3
+ size 3825898528
llama2_0.1_codellama_0.9_7b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6caaedb88ffc878457c7875f81ca18a8e3618e0e458adc38cd9d50c9d91ca0f0
3
+ size 4081095712
llama2_0.1_codellama_0.9_7b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ec9578e7509a57726ab2dbb2e8ffc2793087a52bbf4a0701a2d57a1a7dbb403
3
+ size 3856831520
llama2_0.1_codellama_0.9_7b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f86a59a4538e860eacac0fbf3b33eb63a4a11e3bacae18ccfa6804795068615
3
+ size 4651791392
llama2_0.1_codellama_0.9_7b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcfe29565c941cc8b9611c69946d8dea87523d94612a2bc6674cf5ee5a7068cc
3
+ size 4783256608
llama2_0.1_codellama_0.9_7b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9eb2020f23abee7ed79e7b6db255cf580040cbe1d0c897a3bc1f4c2c5f689bdc
3
+ size 4651791392
llama2_0.1_codellama_0.9_7b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d82f44835d96ffb155e1d991f5c0924b5041313d88756195178cea91f885eeb
3
+ size 5529302560
llama2_0.1_codellama_0.9_7b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edb853e0a648d659049732863c5bf1347293b468313c43dae8dd3005b038a3f2
3
+ size 7161229856