morriszms commited on
Commit
e8a63eb
·
verified ·
1 Parent(s): 1b65c4e

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
+ pythia-160m-dolphin-extended-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ pythia-160m-dolphin-extended-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ pythia-160m-dolphin-extended-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ pythia-160m-dolphin-extended-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ pythia-160m-dolphin-extended-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ pythia-160m-dolphin-extended-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ pythia-160m-dolphin-extended-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ pythia-160m-dolphin-extended-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ pythia-160m-dolphin-extended-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ pythia-160m-dolphin-extended-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ pythia-160m-dolphin-extended-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ pythia-160m-dolphin-extended-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: jtatman/pythia-160m-dolphin-extended
3
+ library_name: transformers
4
+ license: apache-2.0
5
+ tags:
6
+ - axolotl
7
+ - relora
8
+ - generated_from_trainer
9
+ - TensorBlock
10
+ - GGUF
11
+ datasets:
12
+ - cognitivecomputations/dolphin
13
+ - llamafactory/alpaca_gpt4_en
14
+ language:
15
+ - en
16
+ metrics:
17
+ - accuracy
18
+ - bleu
19
+ - rouge
20
+ model-index:
21
+ - name: pythia-160m-dolphin-extended
22
+ results: []
23
+ ---
24
+
25
+ <div style="width: auto; margin-left: auto; margin-right: auto">
26
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
27
+ </div>
28
+ <div style="display: flex; justify-content: space-between; width: 100%;">
29
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
30
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
31
+ 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>
32
+ </p>
33
+ </div>
34
+ </div>
35
+
36
+ ## jtatman/pythia-160m-dolphin-extended - GGUF
37
+
38
+ This repo contains GGUF format model files for [jtatman/pythia-160m-dolphin-extended](https://huggingface.co/jtatman/pythia-160m-dolphin-extended).
39
+
40
+ 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).
41
+
42
+ <div style="text-align: left; margin: 20px 0;">
43
+ <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;">
44
+ Run them on the TensorBlock client using your local machine ↗
45
+ </a>
46
+ </div>
47
+
48
+ ## Prompt template
49
+
50
+ ```
51
+ <|endoftext|>[INST] {prompt} [/INST]
52
+ ```
53
+
54
+ ## Model file specification
55
+
56
+ | Filename | Quant type | File Size | Description |
57
+ | -------- | ---------- | --------- | ----------- |
58
+ | [pythia-160m-dolphin-extended-Q2_K.gguf](https://huggingface.co/tensorblock/pythia-160m-dolphin-extended-GGUF/blob/main/pythia-160m-dolphin-extended-Q2_K.gguf) | Q2_K | 0.078 GB | smallest, significant quality loss - not recommended for most purposes |
59
+ | [pythia-160m-dolphin-extended-Q3_K_S.gguf](https://huggingface.co/tensorblock/pythia-160m-dolphin-extended-GGUF/blob/main/pythia-160m-dolphin-extended-Q3_K_S.gguf) | Q3_K_S | 0.087 GB | very small, high quality loss |
60
+ | [pythia-160m-dolphin-extended-Q3_K_M.gguf](https://huggingface.co/tensorblock/pythia-160m-dolphin-extended-GGUF/blob/main/pythia-160m-dolphin-extended-Q3_K_M.gguf) | Q3_K_M | 0.095 GB | very small, high quality loss |
61
+ | [pythia-160m-dolphin-extended-Q3_K_L.gguf](https://huggingface.co/tensorblock/pythia-160m-dolphin-extended-GGUF/blob/main/pythia-160m-dolphin-extended-Q3_K_L.gguf) | Q3_K_L | 0.099 GB | small, substantial quality loss |
62
+ | [pythia-160m-dolphin-extended-Q4_0.gguf](https://huggingface.co/tensorblock/pythia-160m-dolphin-extended-GGUF/blob/main/pythia-160m-dolphin-extended-Q4_0.gguf) | Q4_0 | 0.103 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
63
+ | [pythia-160m-dolphin-extended-Q4_K_S.gguf](https://huggingface.co/tensorblock/pythia-160m-dolphin-extended-GGUF/blob/main/pythia-160m-dolphin-extended-Q4_K_S.gguf) | Q4_K_S | 0.104 GB | small, greater quality loss |
64
+ | [pythia-160m-dolphin-extended-Q4_K_M.gguf](https://huggingface.co/tensorblock/pythia-160m-dolphin-extended-GGUF/blob/main/pythia-160m-dolphin-extended-Q4_K_M.gguf) | Q4_K_M | 0.110 GB | medium, balanced quality - recommended |
65
+ | [pythia-160m-dolphin-extended-Q5_0.gguf](https://huggingface.co/tensorblock/pythia-160m-dolphin-extended-GGUF/blob/main/pythia-160m-dolphin-extended-Q5_0.gguf) | Q5_0 | 0.119 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
66
+ | [pythia-160m-dolphin-extended-Q5_K_S.gguf](https://huggingface.co/tensorblock/pythia-160m-dolphin-extended-GGUF/blob/main/pythia-160m-dolphin-extended-Q5_K_S.gguf) | Q5_K_S | 0.119 GB | large, low quality loss - recommended |
67
+ | [pythia-160m-dolphin-extended-Q5_K_M.gguf](https://huggingface.co/tensorblock/pythia-160m-dolphin-extended-GGUF/blob/main/pythia-160m-dolphin-extended-Q5_K_M.gguf) | Q5_K_M | 0.124 GB | large, very low quality loss - recommended |
68
+ | [pythia-160m-dolphin-extended-Q6_K.gguf](https://huggingface.co/tensorblock/pythia-160m-dolphin-extended-GGUF/blob/main/pythia-160m-dolphin-extended-Q6_K.gguf) | Q6_K | 0.135 GB | very large, extremely low quality loss |
69
+ | [pythia-160m-dolphin-extended-Q8_0.gguf](https://huggingface.co/tensorblock/pythia-160m-dolphin-extended-GGUF/blob/main/pythia-160m-dolphin-extended-Q8_0.gguf) | Q8_0 | 0.175 GB | very large, extremely low quality loss - not recommended |
70
+
71
+
72
+ ## Downloading instruction
73
+
74
+ ### Command line
75
+
76
+ Firstly, install Huggingface Client
77
+
78
+ ```shell
79
+ pip install -U "huggingface_hub[cli]"
80
+ ```
81
+
82
+ Then, downoad the individual model file the a local directory
83
+
84
+ ```shell
85
+ huggingface-cli download tensorblock/pythia-160m-dolphin-extended-GGUF --include "pythia-160m-dolphin-extended-Q2_K.gguf" --local-dir MY_LOCAL_DIR
86
+ ```
87
+
88
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
89
+
90
+ ```shell
91
+ huggingface-cli download tensorblock/pythia-160m-dolphin-extended-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
92
+ ```
pythia-160m-dolphin-extended-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac76737f3e308ebf27348f3547ba411d792a361f6a7fb19d78d3fd8d9b87f41e
3
+ size 78095264
pythia-160m-dolphin-extended-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:def66fff16c9434ef1c11c296c552b4b2256b3a8b6777584187c0e97dc4ff9df
3
+ size 98994848
pythia-160m-dolphin-extended-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb1a6edbddf3f61ac136021c19fa73603da0ddd4a3e988eb554a1548606b2750
3
+ size 94571168
pythia-160m-dolphin-extended-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03ffe78f31739f1827fe332113e39e1c3534946ae05446f4138ee129561a2ff1
3
+ size 87050912
pythia-160m-dolphin-extended-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dccac483c6e3d86a4ce27b61ca32789e503ada3ae3ec2e8a9caed0667f29cc1f
3
+ size 103462304
pythia-160m-dolphin-extended-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:682b078a5e65465db2f5c490cc1b672c840dd565d123153379750480e32e651f
3
+ size 109766048
pythia-160m-dolphin-extended-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:404af3a3e95db3ac91d2bec314e6b2af80409b92ecd407ecd47009041d7bed95
3
+ size 103757216
pythia-160m-dolphin-extended-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:067fd424314cbe58537e0847158780953f649893fb1a1a10093da513636d1860
3
+ size 118908320
pythia-160m-dolphin-extended-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:625704e43ebbdbeed62a6f71d8d8663b64241deece4118d64ee28abcc87fd4d3
3
+ size 123608480
pythia-160m-dolphin-extended-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:354838e810a7413f1a4555793015c14996ab109c2e0d2d04deeb5690846436ae
3
+ size 118908320
pythia-160m-dolphin-extended-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdf8890c1c86301ef73d539c856c1d44d1c17048cd6469cb4be2316efb254f28
3
+ size 135319712
pythia-160m-dolphin-extended-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee183e69b396bec6bfb8b853f0a994c88f8389114f2259d3e9ee08ad0f4480ad
3
+ size 174602912