GGUF
TensorBlock
GGUF
Inference Endpoints
morriszms commited on
Commit
48fdcc5
·
verified ·
1 Parent(s): 247e88c

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-exams-orca-sharegpt-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama2-exams-orca-sharegpt-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama2-exams-orca-sharegpt-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama2-exams-orca-sharegpt-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama2-exams-orca-sharegpt-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama2-exams-orca-sharegpt-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama2-exams-orca-sharegpt-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama2-exams-orca-sharegpt-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama2-exams-orca-sharegpt-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama2-exams-orca-sharegpt-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama2-exams-orca-sharegpt-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama2-exams-orca-sharegpt-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - CaterinaLac/sharegpt-deduplicated
5
+ - exams
6
+ - Open-Orca/OpenOrca
7
+ language:
8
+ - en
9
+ - zh
10
+ - ko
11
+ - ja
12
+ - fr
13
+ base_model: HWERI/llama2-exams-orca-sharegpt
14
+ tags:
15
+ - TensorBlock
16
+ - GGUF
17
+ ---
18
+
19
+ <div style="width: auto; margin-left: auto; margin-right: auto">
20
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
21
+ </div>
22
+ <div style="display: flex; justify-content: space-between; width: 100%;">
23
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
24
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
25
+ 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>
26
+ </p>
27
+ </div>
28
+ </div>
29
+
30
+ ## HWERI/llama2-exams-orca-sharegpt - GGUF
31
+
32
+ This repo contains GGUF format model files for [HWERI/llama2-exams-orca-sharegpt](https://huggingface.co/HWERI/llama2-exams-orca-sharegpt).
33
+
34
+ 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).
35
+
36
+ <div style="text-align: left; margin: 20px 0;">
37
+ <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;">
38
+ Run them on the TensorBlock client using your local machine ↗
39
+ </a>
40
+ </div>
41
+
42
+ ## Prompt template
43
+
44
+ ```
45
+
46
+ ```
47
+
48
+ ## Model file specification
49
+
50
+ | Filename | Quant type | File Size | Description |
51
+ | -------- | ---------- | --------- | ----------- |
52
+ | [llama2-exams-orca-sharegpt-Q2_K.gguf](https://huggingface.co/tensorblock/llama2-exams-orca-sharegpt-GGUF/blob/main/llama2-exams-orca-sharegpt-Q2_K.gguf) | Q2_K | 2.533 GB | smallest, significant quality loss - not recommended for most purposes |
53
+ | [llama2-exams-orca-sharegpt-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama2-exams-orca-sharegpt-GGUF/blob/main/llama2-exams-orca-sharegpt-Q3_K_S.gguf) | Q3_K_S | 2.948 GB | very small, high quality loss |
54
+ | [llama2-exams-orca-sharegpt-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama2-exams-orca-sharegpt-GGUF/blob/main/llama2-exams-orca-sharegpt-Q3_K_M.gguf) | Q3_K_M | 3.298 GB | very small, high quality loss |
55
+ | [llama2-exams-orca-sharegpt-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama2-exams-orca-sharegpt-GGUF/blob/main/llama2-exams-orca-sharegpt-Q3_K_L.gguf) | Q3_K_L | 3.597 GB | small, substantial quality loss |
56
+ | [llama2-exams-orca-sharegpt-Q4_0.gguf](https://huggingface.co/tensorblock/llama2-exams-orca-sharegpt-GGUF/blob/main/llama2-exams-orca-sharegpt-Q4_0.gguf) | Q4_0 | 3.826 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
57
+ | [llama2-exams-orca-sharegpt-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama2-exams-orca-sharegpt-GGUF/blob/main/llama2-exams-orca-sharegpt-Q4_K_S.gguf) | Q4_K_S | 3.857 GB | small, greater quality loss |
58
+ | [llama2-exams-orca-sharegpt-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama2-exams-orca-sharegpt-GGUF/blob/main/llama2-exams-orca-sharegpt-Q4_K_M.gguf) | Q4_K_M | 4.081 GB | medium, balanced quality - recommended |
59
+ | [llama2-exams-orca-sharegpt-Q5_0.gguf](https://huggingface.co/tensorblock/llama2-exams-orca-sharegpt-GGUF/blob/main/llama2-exams-orca-sharegpt-Q5_0.gguf) | Q5_0 | 4.652 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
60
+ | [llama2-exams-orca-sharegpt-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama2-exams-orca-sharegpt-GGUF/blob/main/llama2-exams-orca-sharegpt-Q5_K_S.gguf) | Q5_K_S | 4.652 GB | large, low quality loss - recommended |
61
+ | [llama2-exams-orca-sharegpt-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama2-exams-orca-sharegpt-GGUF/blob/main/llama2-exams-orca-sharegpt-Q5_K_M.gguf) | Q5_K_M | 4.783 GB | large, very low quality loss - recommended |
62
+ | [llama2-exams-orca-sharegpt-Q6_K.gguf](https://huggingface.co/tensorblock/llama2-exams-orca-sharegpt-GGUF/blob/main/llama2-exams-orca-sharegpt-Q6_K.gguf) | Q6_K | 5.529 GB | very large, extremely low quality loss |
63
+ | [llama2-exams-orca-sharegpt-Q8_0.gguf](https://huggingface.co/tensorblock/llama2-exams-orca-sharegpt-GGUF/blob/main/llama2-exams-orca-sharegpt-Q8_0.gguf) | Q8_0 | 7.161 GB | very large, extremely low quality loss - not recommended |
64
+
65
+
66
+ ## Downloading instruction
67
+
68
+ ### Command line
69
+
70
+ Firstly, install Huggingface Client
71
+
72
+ ```shell
73
+ pip install -U "huggingface_hub[cli]"
74
+ ```
75
+
76
+ Then, downoad the individual model file the a local directory
77
+
78
+ ```shell
79
+ huggingface-cli download tensorblock/llama2-exams-orca-sharegpt-GGUF --include "llama2-exams-orca-sharegpt-Q2_K.gguf" --local-dir MY_LOCAL_DIR
80
+ ```
81
+
82
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
83
+
84
+ ```shell
85
+ huggingface-cli download tensorblock/llama2-exams-orca-sharegpt-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
86
+ ```
llama2-exams-orca-sharegpt-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e50e213ac31f84c040a7861791da38a5f9a30341c4d70db89693ff6a72c106ce
3
+ size 2532864576
llama2-exams-orca-sharegpt-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c9cd59db94ff8aa4da5de7b421100fd463353e0d378728c3001528cae0e2673
3
+ size 3597111872
llama2-exams-orca-sharegpt-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ced299dddf6add7f333018a5f6e0ae970f636b76da6e3a424ffe42d82805f58
3
+ size 3298005568
llama2-exams-orca-sharegpt-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81e410df4c254f38afd3ac57d8c1e965413cc7748ddb37f61310c8d65accffd6
3
+ size 2948305472
llama2-exams-orca-sharegpt-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30f20975c365b7ce3469848c56f5b17472cb1a8857ee059c58fe22d66baeef4f
3
+ size 3825807936
llama2-exams-orca-sharegpt-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70e6ffd6b7663a23a5948a4d8659e77d0b6f0566a78d0b82e9d8b1e89337c03d
3
+ size 4081005120
llama2-exams-orca-sharegpt-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bec564698d369eac3598a5a77a50aff4ae9af481cab23c926c3a5376af14998
3
+ size 3856740928
llama2-exams-orca-sharegpt-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4945dffa3467b0baa325ead0e57f4817552aba8fb30ce8b989c27950c3230827
3
+ size 4651692608
llama2-exams-orca-sharegpt-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:519a12db038680103bd9b929d5b64a2d0e12091f7ad033a8c2a79ecb8150389b
3
+ size 4783157824
llama2-exams-orca-sharegpt-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e62847ef8a2a4565f15f64cb524058d5e5f5ae82497bb7a13cb9e979852b247
3
+ size 4651692608
llama2-exams-orca-sharegpt-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36324503a6403ed4eeb01744700b88a3cdec248be17ab80dce10c89b72ff0071
3
+ size 5529195072
llama2-exams-orca-sharegpt-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfdc00befa4ec1070ec28177fcd2618db873fecb35d9d385ff3d6d72fcc8826e
3
+ size 7161090624