morriszms commited on
Commit
b468247
·
verified ·
1 Parent(s): 45e069b

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
+ vicuna-class-tutor-13b-ep3-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ vicuna-class-tutor-13b-ep3-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ vicuna-class-tutor-13b-ep3-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ vicuna-class-tutor-13b-ep3-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ vicuna-class-tutor-13b-ep3-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ vicuna-class-tutor-13b-ep3-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ vicuna-class-tutor-13b-ep3-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ vicuna-class-tutor-13b-ep3-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ vicuna-class-tutor-13b-ep3-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ vicuna-class-tutor-13b-ep3-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ vicuna-class-tutor-13b-ep3-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ vicuna-class-tutor-13b-ep3-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama2
3
+ base_model: luffycodes/vicuna-class-tutor-13b-ep3
4
+ tags:
5
+ - TensorBlock
6
+ - GGUF
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
+ ## luffycodes/vicuna-class-tutor-13b-ep3 - GGUF
21
+
22
+ This repo contains GGUF format model files for [luffycodes/vicuna-class-tutor-13b-ep3](https://huggingface.co/luffycodes/vicuna-class-tutor-13b-ep3).
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
+ | [vicuna-class-tutor-13b-ep3-Q2_K.gguf](https://huggingface.co/tensorblock/vicuna-class-tutor-13b-ep3-GGUF/blob/main/vicuna-class-tutor-13b-ep3-Q2_K.gguf) | Q2_K | 4.854 GB | smallest, significant quality loss - not recommended for most purposes |
43
+ | [vicuna-class-tutor-13b-ep3-Q3_K_S.gguf](https://huggingface.co/tensorblock/vicuna-class-tutor-13b-ep3-GGUF/blob/main/vicuna-class-tutor-13b-ep3-Q3_K_S.gguf) | Q3_K_S | 5.659 GB | very small, high quality loss |
44
+ | [vicuna-class-tutor-13b-ep3-Q3_K_M.gguf](https://huggingface.co/tensorblock/vicuna-class-tutor-13b-ep3-GGUF/blob/main/vicuna-class-tutor-13b-ep3-Q3_K_M.gguf) | Q3_K_M | 6.338 GB | very small, high quality loss |
45
+ | [vicuna-class-tutor-13b-ep3-Q3_K_L.gguf](https://huggingface.co/tensorblock/vicuna-class-tutor-13b-ep3-GGUF/blob/main/vicuna-class-tutor-13b-ep3-Q3_K_L.gguf) | Q3_K_L | 6.930 GB | small, substantial quality loss |
46
+ | [vicuna-class-tutor-13b-ep3-Q4_0.gguf](https://huggingface.co/tensorblock/vicuna-class-tutor-13b-ep3-GGUF/blob/main/vicuna-class-tutor-13b-ep3-Q4_0.gguf) | Q4_0 | 7.366 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
47
+ | [vicuna-class-tutor-13b-ep3-Q4_K_S.gguf](https://huggingface.co/tensorblock/vicuna-class-tutor-13b-ep3-GGUF/blob/main/vicuna-class-tutor-13b-ep3-Q4_K_S.gguf) | Q4_K_S | 7.423 GB | small, greater quality loss |
48
+ | [vicuna-class-tutor-13b-ep3-Q4_K_M.gguf](https://huggingface.co/tensorblock/vicuna-class-tutor-13b-ep3-GGUF/blob/main/vicuna-class-tutor-13b-ep3-Q4_K_M.gguf) | Q4_K_M | 7.866 GB | medium, balanced quality - recommended |
49
+ | [vicuna-class-tutor-13b-ep3-Q5_0.gguf](https://huggingface.co/tensorblock/vicuna-class-tutor-13b-ep3-GGUF/blob/main/vicuna-class-tutor-13b-ep3-Q5_0.gguf) | Q5_0 | 8.972 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
50
+ | [vicuna-class-tutor-13b-ep3-Q5_K_S.gguf](https://huggingface.co/tensorblock/vicuna-class-tutor-13b-ep3-GGUF/blob/main/vicuna-class-tutor-13b-ep3-Q5_K_S.gguf) | Q5_K_S | 8.972 GB | large, low quality loss - recommended |
51
+ | [vicuna-class-tutor-13b-ep3-Q5_K_M.gguf](https://huggingface.co/tensorblock/vicuna-class-tutor-13b-ep3-GGUF/blob/main/vicuna-class-tutor-13b-ep3-Q5_K_M.gguf) | Q5_K_M | 9.230 GB | large, very low quality loss - recommended |
52
+ | [vicuna-class-tutor-13b-ep3-Q6_K.gguf](https://huggingface.co/tensorblock/vicuna-class-tutor-13b-ep3-GGUF/blob/main/vicuna-class-tutor-13b-ep3-Q6_K.gguf) | Q6_K | 10.679 GB | very large, extremely low quality loss |
53
+ | [vicuna-class-tutor-13b-ep3-Q8_0.gguf](https://huggingface.co/tensorblock/vicuna-class-tutor-13b-ep3-GGUF/blob/main/vicuna-class-tutor-13b-ep3-Q8_0.gguf) | Q8_0 | 13.831 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/vicuna-class-tutor-13b-ep3-GGUF --include "vicuna-class-tutor-13b-ep3-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/vicuna-class-tutor-13b-ep3-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
76
+ ```
vicuna-class-tutor-13b-ep3-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b5d8264344f1f064d369816dda2a16a7660417459df8a956859570198db7311
3
+ size 4854270304
vicuna-class-tutor-13b-ep3-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6c094080645d28d9f868bd91405c8625c8469f6980455d0df82df0794a929f4
3
+ size 6929559904
vicuna-class-tutor-13b-ep3-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:260d34c5ab5dbe2955ca8eba08b8ba1784f4961687715e9a18b41b77b962c4e7
3
+ size 6337769824
vicuna-class-tutor-13b-ep3-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01400d41e67adb3e239dee8d71179730214387f639de37663297d2f97ae4ad51
3
+ size 5658980704
vicuna-class-tutor-13b-ep3-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96c574758aac2cf342f1e410344fb555acad100cd4de235b5f082f1bff7a9acb
3
+ size 7365835104
vicuna-class-tutor-13b-ep3-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4c2d2da6622a3706736fbb427e7f83731ce1f5e829f5cadd8cffb24e5470766
3
+ size 7865956704
vicuna-class-tutor-13b-ep3-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28fbead225b36e0619bb16c69e9afa97650d94e51881ee1caa305194bf49ef85
3
+ size 7423179104
vicuna-class-tutor-13b-ep3-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad42d8bba85dd8c32bcab71565b31d430f99435e183e36f24a70cc2aaab177a1
3
+ size 8972286304
vicuna-class-tutor-13b-ep3-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de7761cb96a31b299ef19795e9d25694a11ef8bb95c0c0542af5abd90f02d480
3
+ size 9229924704
vicuna-class-tutor-13b-ep3-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a3193bfdd36e7c70b49f654d621cbfb50c5a1d3bd3cf694f55544d84c6deeac
3
+ size 8972286304
vicuna-class-tutor-13b-ep3-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3df1c4c8598a64c69e4524fa7798ebb00f67eba9623d094157cc88fe5889ea1e
3
+ size 10679140704
vicuna-class-tutor-13b-ep3-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d067b91aeb847cf003dc73cc86fd62112d352ce713ccfa5651b596b707fd04c9
3
+ size 13831319904