morriszms commited on
Commit
7007a1b
·
verified ·
1 Parent(s): 1dcae21

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-7b-fp16-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama2-7b-fp16-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama2-7b-fp16-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama2-7b-fp16-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama2-7b-fp16-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama2-7b-fp16-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama2-7b-fp16-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama2-7b-fp16-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama2-7b-fp16-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama2-7b-fp16-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama2-7b-fp16-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama2-7b-fp16-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Userb1az/llama2-7b-fp16
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ ---
7
+
8
+ <div style="width: auto; margin-left: auto; margin-right: auto">
9
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
10
+ </div>
11
+ <div style="display: flex; justify-content: space-between; width: 100%;">
12
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
13
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
14
+ 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>
15
+ </p>
16
+ </div>
17
+ </div>
18
+
19
+ ## Userb1az/llama2-7b-fp16 - GGUF
20
+
21
+ This repo contains GGUF format model files for [Userb1az/llama2-7b-fp16](https://huggingface.co/Userb1az/llama2-7b-fp16).
22
+
23
+ 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).
24
+
25
+ <div style="text-align: left; margin: 20px 0;">
26
+ <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;">
27
+ Run them on the TensorBlock client using your local machine ↗
28
+ </a>
29
+ </div>
30
+
31
+ ## Prompt template
32
+
33
+ ```
34
+
35
+ ```
36
+
37
+ ## Model file specification
38
+
39
+ | Filename | Quant type | File Size | Description |
40
+ | -------- | ---------- | --------- | ----------- |
41
+ | [llama2-7b-fp16-Q2_K.gguf](https://huggingface.co/tensorblock/llama2-7b-fp16-GGUF/blob/main/llama2-7b-fp16-Q2_K.gguf) | Q2_K | 2.533 GB | smallest, significant quality loss - not recommended for most purposes |
42
+ | [llama2-7b-fp16-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama2-7b-fp16-GGUF/blob/main/llama2-7b-fp16-Q3_K_S.gguf) | Q3_K_S | 2.948 GB | very small, high quality loss |
43
+ | [llama2-7b-fp16-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama2-7b-fp16-GGUF/blob/main/llama2-7b-fp16-Q3_K_M.gguf) | Q3_K_M | 3.298 GB | very small, high quality loss |
44
+ | [llama2-7b-fp16-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama2-7b-fp16-GGUF/blob/main/llama2-7b-fp16-Q3_K_L.gguf) | Q3_K_L | 3.597 GB | small, substantial quality loss |
45
+ | [llama2-7b-fp16-Q4_0.gguf](https://huggingface.co/tensorblock/llama2-7b-fp16-GGUF/blob/main/llama2-7b-fp16-Q4_0.gguf) | Q4_0 | 3.826 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
46
+ | [llama2-7b-fp16-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama2-7b-fp16-GGUF/blob/main/llama2-7b-fp16-Q4_K_S.gguf) | Q4_K_S | 3.857 GB | small, greater quality loss |
47
+ | [llama2-7b-fp16-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama2-7b-fp16-GGUF/blob/main/llama2-7b-fp16-Q4_K_M.gguf) | Q4_K_M | 4.081 GB | medium, balanced quality - recommended |
48
+ | [llama2-7b-fp16-Q5_0.gguf](https://huggingface.co/tensorblock/llama2-7b-fp16-GGUF/blob/main/llama2-7b-fp16-Q5_0.gguf) | Q5_0 | 4.652 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
49
+ | [llama2-7b-fp16-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama2-7b-fp16-GGUF/blob/main/llama2-7b-fp16-Q5_K_S.gguf) | Q5_K_S | 4.652 GB | large, low quality loss - recommended |
50
+ | [llama2-7b-fp16-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama2-7b-fp16-GGUF/blob/main/llama2-7b-fp16-Q5_K_M.gguf) | Q5_K_M | 4.783 GB | large, very low quality loss - recommended |
51
+ | [llama2-7b-fp16-Q6_K.gguf](https://huggingface.co/tensorblock/llama2-7b-fp16-GGUF/blob/main/llama2-7b-fp16-Q6_K.gguf) | Q6_K | 5.529 GB | very large, extremely low quality loss |
52
+ | [llama2-7b-fp16-Q8_0.gguf](https://huggingface.co/tensorblock/llama2-7b-fp16-GGUF/blob/main/llama2-7b-fp16-Q8_0.gguf) | Q8_0 | 7.161 GB | very large, extremely low quality loss - not recommended |
53
+
54
+
55
+ ## Downloading instruction
56
+
57
+ ### Command line
58
+
59
+ Firstly, install Huggingface Client
60
+
61
+ ```shell
62
+ pip install -U "huggingface_hub[cli]"
63
+ ```
64
+
65
+ Then, downoad the individual model file the a local directory
66
+
67
+ ```shell
68
+ huggingface-cli download tensorblock/llama2-7b-fp16-GGUF --include "llama2-7b-fp16-Q2_K.gguf" --local-dir MY_LOCAL_DIR
69
+ ```
70
+
71
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
72
+
73
+ ```shell
74
+ huggingface-cli download tensorblock/llama2-7b-fp16-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
75
+ ```
llama2-7b-fp16-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1470029fa0ef2510ec7813c5f9e90fed039360c5f47f2d8c62987fbb8b06d250
3
+ size 2532863936
llama2-7b-fp16-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f128010d65f00264670b6a7b7ef54554af1de0694de63d1eae58e5a10176a463
3
+ size 3597111232
llama2-7b-fp16-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2562760e3300a9ac56ab020a7d580c57ba0b6f7186517bd1255b532e844ba701
3
+ size 3298004928
llama2-7b-fp16-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7951cc7bc7a78f9c506cbae1830bc96247707db44e6cd652dabb72d432f637f7
3
+ size 2948304832
llama2-7b-fp16-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca00b1d3b3b896bda42178b933bfd47a6967cd46d7693606e9ea5b280803931e
3
+ size 3825807296
llama2-7b-fp16-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e3bc1d1535dfbe6c14e021baab3636c79b879ef73e88f28ecf8b6a7cc8bcba3
3
+ size 4081004480
llama2-7b-fp16-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46db93ac92866b2019a3850fea136280ab9406116aa15ffff91f970f36392e75
3
+ size 3856740288
llama2-7b-fp16-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:805e445a634383133481dc60283bc051a13407e87de281ca4231b1f36e54defa
3
+ size 4651691968
llama2-7b-fp16-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cff05e1f3ae0f1941d710d99949593a596f9845b2e66ac185dfe382448cbcf3e
3
+ size 4783157184
llama2-7b-fp16-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09451badaa393cd392a72aca11a6c17d301ee4e7e4a0e8163e408d07ab0336e3
3
+ size 4651691968
llama2-7b-fp16-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8716c28f5dfc97d3c0bd4ee32521e1988f904d3c42a8503e9e6f581a26ae1649
3
+ size 5529194432
llama2-7b-fp16-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02ba0ca0880a6f1880cc037165ee5eeda7ba6c1f94c3a2636f30ac2fde9f0e2e
3
+ size 7161089984