morriszms commited on
Commit
1b5a738
·
verified ·
1 Parent(s): afa02d1

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-raw-sft-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama2-7b-raw-sft-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama2-7b-raw-sft-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama2-7b-raw-sft-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama2-7b-raw-sft-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama2-7b-raw-sft-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama2-7b-raw-sft-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama2-7b-raw-sft-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama2-7b-raw-sft-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama2-7b-raw-sft-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama2-7b-raw-sft-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama2-7b-raw-sft-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ base_model: ewqr2130/llama2-7b-raw-sft
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
+ ## ewqr2130/llama2-7b-raw-sft - GGUF
21
+
22
+ This repo contains GGUF format model files for [ewqr2130/llama2-7b-raw-sft](https://huggingface.co/ewqr2130/llama2-7b-raw-sft).
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-7b-raw-sft-Q2_K.gguf](https://huggingface.co/tensorblock/llama2-7b-raw-sft-GGUF/blob/main/llama2-7b-raw-sft-Q2_K.gguf) | Q2_K | 2.533 GB | smallest, significant quality loss - not recommended for most purposes |
43
+ | [llama2-7b-raw-sft-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama2-7b-raw-sft-GGUF/blob/main/llama2-7b-raw-sft-Q3_K_S.gguf) | Q3_K_S | 2.948 GB | very small, high quality loss |
44
+ | [llama2-7b-raw-sft-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama2-7b-raw-sft-GGUF/blob/main/llama2-7b-raw-sft-Q3_K_M.gguf) | Q3_K_M | 3.298 GB | very small, high quality loss |
45
+ | [llama2-7b-raw-sft-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama2-7b-raw-sft-GGUF/blob/main/llama2-7b-raw-sft-Q3_K_L.gguf) | Q3_K_L | 3.597 GB | small, substantial quality loss |
46
+ | [llama2-7b-raw-sft-Q4_0.gguf](https://huggingface.co/tensorblock/llama2-7b-raw-sft-GGUF/blob/main/llama2-7b-raw-sft-Q4_0.gguf) | Q4_0 | 3.826 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
47
+ | [llama2-7b-raw-sft-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama2-7b-raw-sft-GGUF/blob/main/llama2-7b-raw-sft-Q4_K_S.gguf) | Q4_K_S | 3.857 GB | small, greater quality loss |
48
+ | [llama2-7b-raw-sft-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama2-7b-raw-sft-GGUF/blob/main/llama2-7b-raw-sft-Q4_K_M.gguf) | Q4_K_M | 4.081 GB | medium, balanced quality - recommended |
49
+ | [llama2-7b-raw-sft-Q5_0.gguf](https://huggingface.co/tensorblock/llama2-7b-raw-sft-GGUF/blob/main/llama2-7b-raw-sft-Q5_0.gguf) | Q5_0 | 4.652 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
50
+ | [llama2-7b-raw-sft-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama2-7b-raw-sft-GGUF/blob/main/llama2-7b-raw-sft-Q5_K_S.gguf) | Q5_K_S | 4.652 GB | large, low quality loss - recommended |
51
+ | [llama2-7b-raw-sft-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama2-7b-raw-sft-GGUF/blob/main/llama2-7b-raw-sft-Q5_K_M.gguf) | Q5_K_M | 4.783 GB | large, very low quality loss - recommended |
52
+ | [llama2-7b-raw-sft-Q6_K.gguf](https://huggingface.co/tensorblock/llama2-7b-raw-sft-GGUF/blob/main/llama2-7b-raw-sft-Q6_K.gguf) | Q6_K | 5.529 GB | very large, extremely low quality loss |
53
+ | [llama2-7b-raw-sft-Q8_0.gguf](https://huggingface.co/tensorblock/llama2-7b-raw-sft-GGUF/blob/main/llama2-7b-raw-sft-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-7b-raw-sft-GGUF --include "llama2-7b-raw-sft-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-7b-raw-sft-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
76
+ ```
llama2-7b-raw-sft-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b965759d90c9693fd2e11f63216e45f9c5963b9d2cc7cc6c021d8ffbd6bfd86
3
+ size 2532864096
llama2-7b-raw-sft-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:943437c139bda4360581f194606f5be4fb6b93527ae76fd4c57f37e32221957d
3
+ size 3597111392
llama2-7b-raw-sft-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c2c81d028bcbdb1151a14fb2d4d41e6538cc43c68beb199bb3b2cf31032f45a
3
+ size 3298005088
llama2-7b-raw-sft-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a033b85d6fb969f89a1e129952b5be1aa89fffc03983b2a94bc9327362dd993d
3
+ size 2948304992
llama2-7b-raw-sft-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47545cbd9cec82b36323e1d583db3823aeed5baed5aae892c5ee26a84ffb331a
3
+ size 3825807456
llama2-7b-raw-sft-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efdd6c75c77a6e13554637f8331c6c89b1d9ec977eeee4ba3348fbc77a164079
3
+ size 4081004640
llama2-7b-raw-sft-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdf7cae573ffad41dd87a723254d71a672a113ffcd095968561979757a867281
3
+ size 3856740448
llama2-7b-raw-sft-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:051dff92f3455c613a9e76873e7e10f88f2dbffce0a6910bf28abf147d4458f4
3
+ size 4651692128
llama2-7b-raw-sft-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbdc40f59c5ce54c3c4ad09f0420accc9c727e247561e0591d8ddd89e05d2503
3
+ size 4783157344
llama2-7b-raw-sft-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3864b7b2b5f15e7e9b360f733b5117e5c7652805d6838e8c5839410ca734e41d
3
+ size 4651692128
llama2-7b-raw-sft-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52416192b0890e9fe372901bb2506b64c6310ef742f534a6b557ac03fa069760
3
+ size 5529194592
llama2-7b-raw-sft-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5082a2779afe3a2dfb25f821be7652bb5155a79eaebb4e79a158a3e744585b3c
3
+ size 7161090144