morriszms commited on
Commit
2940866
1 Parent(s): 22813d8

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-sft-full-llama2-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama2-7b-sft-full-llama2-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama2-7b-sft-full-llama2-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama2-7b-sft-full-llama2-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama2-7b-sft-full-llama2-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama2-7b-sft-full-llama2-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama2-7b-sft-full-llama2-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama2-7b-sft-full-llama2-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama2-7b-sft-full-llama2-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama2-7b-sft-full-llama2-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama2-7b-sft-full-llama2-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama2-7b-sft-full-llama2-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama2
3
+ base_model: kevin1010607/llama2-7b-sft-full-llama2
4
+ tags:
5
+ - alignment-handbook
6
+ - trl
7
+ - sft
8
+ - generated_from_trainer
9
+ - TensorBlock
10
+ - GGUF
11
+ datasets:
12
+ - HuggingFaceH4/ultrafeedback_binarized
13
+ model-index:
14
+ - name: llama2-7b-sft-full-llama2
15
+ results: []
16
+ ---
17
+
18
+ <div style="width: auto; margin-left: auto; margin-right: auto">
19
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
20
+ </div>
21
+ <div style="display: flex; justify-content: space-between; width: 100%;">
22
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
23
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
24
+ 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>
25
+ </p>
26
+ </div>
27
+ </div>
28
+
29
+ ## kevin1010607/llama2-7b-sft-full-llama2 - GGUF
30
+
31
+ This repo contains GGUF format model files for [kevin1010607/llama2-7b-sft-full-llama2](https://huggingface.co/kevin1010607/llama2-7b-sft-full-llama2).
32
+
33
+ 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).
34
+
35
+ ## Prompt template
36
+
37
+ ```
38
+ <s>[INST] <<SYS>>
39
+ {system_prompt}
40
+ <</SYS>>
41
+
42
+ {prompt} [/INST]
43
+ ```
44
+
45
+ ## Model file specification
46
+
47
+ | Filename | Quant type | File Size | Description |
48
+ | -------- | ---------- | --------- | ----------- |
49
+ | [llama2-7b-sft-full-llama2-Q2_K.gguf](https://huggingface.co/tensorblock/llama2-7b-sft-full-llama2-GGUF/tree/main/llama2-7b-sft-full-llama2-Q2_K.gguf) | Q2_K | 2.359 GB | smallest, significant quality loss - not recommended for most purposes |
50
+ | [llama2-7b-sft-full-llama2-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama2-7b-sft-full-llama2-GGUF/tree/main/llama2-7b-sft-full-llama2-Q3_K_S.gguf) | Q3_K_S | 2.746 GB | very small, high quality loss |
51
+ | [llama2-7b-sft-full-llama2-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama2-7b-sft-full-llama2-GGUF/tree/main/llama2-7b-sft-full-llama2-Q3_K_M.gguf) | Q3_K_M | 3.072 GB | very small, high quality loss |
52
+ | [llama2-7b-sft-full-llama2-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama2-7b-sft-full-llama2-GGUF/tree/main/llama2-7b-sft-full-llama2-Q3_K_L.gguf) | Q3_K_L | 3.350 GB | small, substantial quality loss |
53
+ | [llama2-7b-sft-full-llama2-Q4_0.gguf](https://huggingface.co/tensorblock/llama2-7b-sft-full-llama2-GGUF/tree/main/llama2-7b-sft-full-llama2-Q4_0.gguf) | Q4_0 | 3.563 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
54
+ | [llama2-7b-sft-full-llama2-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama2-7b-sft-full-llama2-GGUF/tree/main/llama2-7b-sft-full-llama2-Q4_K_S.gguf) | Q4_K_S | 3.592 GB | small, greater quality loss |
55
+ | [llama2-7b-sft-full-llama2-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama2-7b-sft-full-llama2-GGUF/tree/main/llama2-7b-sft-full-llama2-Q4_K_M.gguf) | Q4_K_M | 3.801 GB | medium, balanced quality - recommended |
56
+ | [llama2-7b-sft-full-llama2-Q5_0.gguf](https://huggingface.co/tensorblock/llama2-7b-sft-full-llama2-GGUF/tree/main/llama2-7b-sft-full-llama2-Q5_0.gguf) | Q5_0 | 4.332 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
57
+ | [llama2-7b-sft-full-llama2-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama2-7b-sft-full-llama2-GGUF/tree/main/llama2-7b-sft-full-llama2-Q5_K_S.gguf) | Q5_K_S | 4.332 GB | large, low quality loss - recommended |
58
+ | [llama2-7b-sft-full-llama2-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama2-7b-sft-full-llama2-GGUF/tree/main/llama2-7b-sft-full-llama2-Q5_K_M.gguf) | Q5_K_M | 4.455 GB | large, very low quality loss - recommended |
59
+ | [llama2-7b-sft-full-llama2-Q6_K.gguf](https://huggingface.co/tensorblock/llama2-7b-sft-full-llama2-GGUF/tree/main/llama2-7b-sft-full-llama2-Q6_K.gguf) | Q6_K | 5.149 GB | very large, extremely low quality loss |
60
+ | [llama2-7b-sft-full-llama2-Q8_0.gguf](https://huggingface.co/tensorblock/llama2-7b-sft-full-llama2-GGUF/tree/main/llama2-7b-sft-full-llama2-Q8_0.gguf) | Q8_0 | 6.669 GB | very large, extremely low quality loss - not recommended |
61
+
62
+
63
+ ## Downloading instruction
64
+
65
+ ### Command line
66
+
67
+ Firstly, install Huggingface Client
68
+
69
+ ```shell
70
+ pip install -U "huggingface_hub[cli]"
71
+ ```
72
+
73
+ Then, downoad the individual model file the a local directory
74
+
75
+ ```shell
76
+ huggingface-cli download tensorblock/llama2-7b-sft-full-llama2-GGUF --include "llama2-7b-sft-full-llama2-Q2_K.gguf" --local-dir MY_LOCAL_DIR
77
+ ```
78
+
79
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
80
+
81
+ ```shell
82
+ huggingface-cli download tensorblock/llama2-7b-sft-full-llama2-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
83
+ ```
llama2-7b-sft-full-llama2-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4a10221f61d75d5628e88f73279df9e3b5b00b6a86a36299ae71313cc9649b4
3
+ size 2532865536
llama2-7b-sft-full-llama2-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02cd8a4cf316e65c9263a769ec4d461709b7509d9111384811cd950d53a5d3a5
3
+ size 3597112832
llama2-7b-sft-full-llama2-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82cf9741093732b065a399d2ac1a00203a4747fc0243e4bc82b2e4f240ca865a
3
+ size 3298006528
llama2-7b-sft-full-llama2-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4556f3cb080393b89241936282e9cb1685c895e1fb90c642699736d5f6db1229
3
+ size 2948306432
llama2-7b-sft-full-llama2-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1ce43f07dd9561b8c95238ea86341158bb7bcf2b9ea8e7e6ddef08e6213baf3
3
+ size 3825808896
llama2-7b-sft-full-llama2-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7b8adbdef0521fa4afe0f0c1d820c3d7b29c32b20a3de610e5e764d3b35ce9a
3
+ size 4081006080
llama2-7b-sft-full-llama2-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56137b558665e533479d68b0f67b82f69382e2794365af237df9c473fabe6e26
3
+ size 3856741888
llama2-7b-sft-full-llama2-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db9707f5155760c99dfbc6cc1b6daa3c0d86ae2b7ad06d128782852e97f36023
3
+ size 4651693568
llama2-7b-sft-full-llama2-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96b4e11204fb5bcd9fff60e448993f4236496ff3f2ac9bc71587debeef0d2667
3
+ size 4783158784
llama2-7b-sft-full-llama2-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19a05cf4fd4bcb02f7126c919cfbf5cbd3a15326f36e8e87502eb39515de0a1c
3
+ size 4651693568
llama2-7b-sft-full-llama2-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e73e1002860d86f8d4bab19dfc867bf56129721832efeeb80fecb559e294a77
3
+ size 5529196032
llama2-7b-sft-full-llama2-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ca184dbb6a57a98646dfb447351abb2c82d879455192ede87b75be37d5b9625
3
+ size 7161091584