morriszms commited on
Commit
72ebd1f
·
verified ·
1 Parent(s): 8c6907e

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
+ rank1-7b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ rank1-7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ rank1-7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ rank1-7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ rank1-7b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ rank1-7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ rank1-7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ rank1-7b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ rank1-7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ rank1-7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ rank1-7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ rank1-7b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - jhu-clsp/rank1-training-data
5
+ base_model: jhu-clsp/rank1-7b
6
+ pipeline_tag: text-generation
7
+ tags:
8
+ - reranker
9
+ - retrieval
10
+ - TensorBlock
11
+ - GGUF
12
+ language:
13
+ - en
14
+ ---
15
+
16
+ <div style="width: auto; margin-left: auto; margin-right: auto">
17
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
18
+ </div>
19
+ <div style="display: flex; justify-content: space-between; width: 100%;">
20
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
21
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
22
+ 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>
23
+ </p>
24
+ </div>
25
+ </div>
26
+
27
+ ## jhu-clsp/rank1-7b - GGUF
28
+
29
+ This repo contains GGUF format model files for [jhu-clsp/rank1-7b](https://huggingface.co/jhu-clsp/rank1-7b).
30
+
31
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4882](https://github.com/ggml-org/llama.cpp/commit/be7c3034108473beda214fd1d7c98fd6a7a3bdf5).
32
+
33
+ <div style="text-align: left; margin: 20px 0;">
34
+ <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;">
35
+ Run them on the TensorBlock client using your local machine ↗
36
+ </a>
37
+ </div>
38
+
39
+ ## Prompt template
40
+
41
+ ```
42
+ <|im_start|>system
43
+ {system_prompt}<|im_end|>
44
+ <|im_start|>user
45
+ {prompt}<|im_end|>
46
+ <|im_start|>assistant
47
+ ```
48
+
49
+ ## Model file specification
50
+
51
+ | Filename | Quant type | File Size | Description |
52
+ | -------- | ---------- | --------- | ----------- |
53
+ | [rank1-7b-Q2_K.gguf](https://huggingface.co/tensorblock/rank1-7b-GGUF/blob/main/rank1-7b-Q2_K.gguf) | Q2_K | 3.016 GB | smallest, significant quality loss - not recommended for most purposes |
54
+ | [rank1-7b-Q3_K_S.gguf](https://huggingface.co/tensorblock/rank1-7b-GGUF/blob/main/rank1-7b-Q3_K_S.gguf) | Q3_K_S | 3.492 GB | very small, high quality loss |
55
+ | [rank1-7b-Q3_K_M.gguf](https://huggingface.co/tensorblock/rank1-7b-GGUF/blob/main/rank1-7b-Q3_K_M.gguf) | Q3_K_M | 3.808 GB | very small, high quality loss |
56
+ | [rank1-7b-Q3_K_L.gguf](https://huggingface.co/tensorblock/rank1-7b-GGUF/blob/main/rank1-7b-Q3_K_L.gguf) | Q3_K_L | 4.088 GB | small, substantial quality loss |
57
+ | [rank1-7b-Q4_0.gguf](https://huggingface.co/tensorblock/rank1-7b-GGUF/blob/main/rank1-7b-Q4_0.gguf) | Q4_0 | 4.431 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
58
+ | [rank1-7b-Q4_K_S.gguf](https://huggingface.co/tensorblock/rank1-7b-GGUF/blob/main/rank1-7b-Q4_K_S.gguf) | Q4_K_S | 4.458 GB | small, greater quality loss |
59
+ | [rank1-7b-Q4_K_M.gguf](https://huggingface.co/tensorblock/rank1-7b-GGUF/blob/main/rank1-7b-Q4_K_M.gguf) | Q4_K_M | 4.683 GB | medium, balanced quality - recommended |
60
+ | [rank1-7b-Q5_0.gguf](https://huggingface.co/tensorblock/rank1-7b-GGUF/blob/main/rank1-7b-Q5_0.gguf) | Q5_0 | 5.315 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
61
+ | [rank1-7b-Q5_K_S.gguf](https://huggingface.co/tensorblock/rank1-7b-GGUF/blob/main/rank1-7b-Q5_K_S.gguf) | Q5_K_S | 5.315 GB | large, low quality loss - recommended |
62
+ | [rank1-7b-Q5_K_M.gguf](https://huggingface.co/tensorblock/rank1-7b-GGUF/blob/main/rank1-7b-Q5_K_M.gguf) | Q5_K_M | 5.445 GB | large, very low quality loss - recommended |
63
+ | [rank1-7b-Q6_K.gguf](https://huggingface.co/tensorblock/rank1-7b-GGUF/blob/main/rank1-7b-Q6_K.gguf) | Q6_K | 6.254 GB | very large, extremely low quality loss |
64
+ | [rank1-7b-Q8_0.gguf](https://huggingface.co/tensorblock/rank1-7b-GGUF/blob/main/rank1-7b-Q8_0.gguf) | Q8_0 | 8.099 GB | very large, extremely low quality loss - not recommended |
65
+
66
+
67
+ ## Downloading instruction
68
+
69
+ ### Command line
70
+
71
+ Firstly, install Huggingface Client
72
+
73
+ ```shell
74
+ pip install -U "huggingface_hub[cli]"
75
+ ```
76
+
77
+ Then, downoad the individual model file the a local directory
78
+
79
+ ```shell
80
+ huggingface-cli download tensorblock/rank1-7b-GGUF --include "rank1-7b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
81
+ ```
82
+
83
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
84
+
85
+ ```shell
86
+ huggingface-cli download tensorblock/rank1-7b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
87
+ ```
rank1-7b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30cd85be31f2818b5313f151785c53700f19e5f06dac75178a2448f9844600e5
3
+ size 3015940576
rank1-7b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edd414f77ee4a0645809d54265657fb06f00a5f685c3e26d11fba494e29bc16b
3
+ size 4088459744
rank1-7b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:648756f4141d8142546ab5f2076715b1a36e1766883ce5d7ca4b8ff883d0e9f8
3
+ size 3808391648
rank1-7b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09f1a08fb02c5915ee6e514e7b5bbe1c3fb5776b30e461961e5c7e472d7dadca
3
+ size 3492368864
rank1-7b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16327b2c5fd6a48e85b577648170b550209c6bd3f7766ef7c2d062dd9bf55a75
3
+ size 4431391200
rank1-7b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:212a38c578f02be9a1d632b2f970700d4d5fe67b1f9ba2a7971e325bc6cb54d4
3
+ size 4683074016
rank1-7b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ea781c2a2ac50d3e275e26fc4dec9ad0fdbc373ef7e8334dff630ccc2dbbb80
3
+ size 4457769440
rank1-7b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fb4af3ddb74bdbc0108175f523e93cb1432da8a088884e3a53fd079da518233
3
+ size 5315176928
rank1-7b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23b4ce0f19e486ec5329468682b1bd1ce61e02221d4eea1167667826e7dea645
3
+ size 5444831712
rank1-7b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5690cddd8f8fa5692f4626c38438d68855da3dd819a5858c6b690ae23352e99a
3
+ size 5315176928
rank1-7b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99754c5971a00311d70d50e27106e3c0c1f0b3bb0cefcb3e58f93bc25a5c577c
3
+ size 6254199264
rank1-7b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f234fd001cfb33bb6ba2c7de008d78eaf85ef1f7bb285366969ad9ba924249af
3
+ size 8098525664