morriszms commited on
Commit
8f780d3
·
verified ·
1 Parent(s): c48be39

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
+ gpt2-conversational-or-qa-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ gpt2-conversational-or-qa-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ gpt2-conversational-or-qa-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ gpt2-conversational-or-qa-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ gpt2-conversational-or-qa-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ gpt2-conversational-or-qa-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ gpt2-conversational-or-qa-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ gpt2-conversational-or-qa-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ gpt2-conversational-or-qa-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ gpt2-conversational-or-qa-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ gpt2-conversational-or-qa-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ gpt2-conversational-or-qa-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: openrail
3
+ datasets:
4
+ - Locutusque/ColumnedChatCombined
5
+ language:
6
+ - en
7
+ metrics:
8
+ - bleu
9
+ - perplexity
10
+ - loss
11
+ - reward
12
+ - penalty
13
+ widget:
14
+ - text: '<|USER|> Hello! <|ASSISTANT|> '
15
+ pipeline_tag: conversational
16
+ inference:
17
+ parameters:
18
+ temperature: 0.5
19
+ do_sample: true
20
+ top_p: 0.5
21
+ top_k: 30
22
+ max_new_tokens: 250
23
+ repetition_penalty: 1.15
24
+ base_model: Locutusque/gpt2-conversational-or-qa
25
+ tags:
26
+ - TensorBlock
27
+ - GGUF
28
+ ---
29
+
30
+ <div style="width: auto; margin-left: auto; margin-right: auto">
31
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
32
+ </div>
33
+ <div style="display: flex; justify-content: space-between; width: 100%;">
34
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
35
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
36
+ 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>
37
+ </p>
38
+ </div>
39
+ </div>
40
+
41
+ ## Locutusque/gpt2-conversational-or-qa - GGUF
42
+
43
+ This repo contains GGUF format model files for [Locutusque/gpt2-conversational-or-qa](https://huggingface.co/Locutusque/gpt2-conversational-or-qa).
44
+
45
+ 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).
46
+
47
+ ## Prompt template
48
+
49
+ ```
50
+
51
+ ```
52
+
53
+ ## Model file specification
54
+
55
+ | Filename | Quant type | File Size | Description |
56
+ | -------- | ---------- | --------- | ----------- |
57
+ | [gpt2-conversational-or-qa-Q2_K.gguf](https://huggingface.co/tensorblock/gpt2-conversational-or-qa-GGUF/tree/main/gpt2-conversational-or-qa-Q2_K.gguf) | Q2_K | 0.076 GB | smallest, significant quality loss - not recommended for most purposes |
58
+ | [gpt2-conversational-or-qa-Q3_K_S.gguf](https://huggingface.co/tensorblock/gpt2-conversational-or-qa-GGUF/tree/main/gpt2-conversational-or-qa-Q3_K_S.gguf) | Q3_K_S | 0.084 GB | very small, high quality loss |
59
+ | [gpt2-conversational-or-qa-Q3_K_M.gguf](https://huggingface.co/tensorblock/gpt2-conversational-or-qa-GGUF/tree/main/gpt2-conversational-or-qa-Q3_K_M.gguf) | Q3_K_M | 0.091 GB | very small, high quality loss |
60
+ | [gpt2-conversational-or-qa-Q3_K_L.gguf](https://huggingface.co/tensorblock/gpt2-conversational-or-qa-GGUF/tree/main/gpt2-conversational-or-qa-Q3_K_L.gguf) | Q3_K_L | 0.095 GB | small, substantial quality loss |
61
+ | [gpt2-conversational-or-qa-Q4_0.gguf](https://huggingface.co/tensorblock/gpt2-conversational-or-qa-GGUF/tree/main/gpt2-conversational-or-qa-Q4_0.gguf) | Q4_0 | 0.099 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
62
+ | [gpt2-conversational-or-qa-Q4_K_S.gguf](https://huggingface.co/tensorblock/gpt2-conversational-or-qa-GGUF/tree/main/gpt2-conversational-or-qa-Q4_K_S.gguf) | Q4_K_S | 0.100 GB | small, greater quality loss |
63
+ | [gpt2-conversational-or-qa-Q4_K_M.gguf](https://huggingface.co/tensorblock/gpt2-conversational-or-qa-GGUF/tree/main/gpt2-conversational-or-qa-Q4_K_M.gguf) | Q4_K_M | 0.105 GB | medium, balanced quality - recommended |
64
+ | [gpt2-conversational-or-qa-Q5_0.gguf](https://huggingface.co/tensorblock/gpt2-conversational-or-qa-GGUF/tree/main/gpt2-conversational-or-qa-Q5_0.gguf) | Q5_0 | 0.114 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
65
+ | [gpt2-conversational-or-qa-Q5_K_S.gguf](https://huggingface.co/tensorblock/gpt2-conversational-or-qa-GGUF/tree/main/gpt2-conversational-or-qa-Q5_K_S.gguf) | Q5_K_S | 0.114 GB | large, low quality loss - recommended |
66
+ | [gpt2-conversational-or-qa-Q5_K_M.gguf](https://huggingface.co/tensorblock/gpt2-conversational-or-qa-GGUF/tree/main/gpt2-conversational-or-qa-Q5_K_M.gguf) | Q5_K_M | 0.118 GB | large, very low quality loss - recommended |
67
+ | [gpt2-conversational-or-qa-Q6_K.gguf](https://huggingface.co/tensorblock/gpt2-conversational-or-qa-GGUF/tree/main/gpt2-conversational-or-qa-Q6_K.gguf) | Q6_K | 0.129 GB | very large, extremely low quality loss |
68
+ | [gpt2-conversational-or-qa-Q8_0.gguf](https://huggingface.co/tensorblock/gpt2-conversational-or-qa-GGUF/tree/main/gpt2-conversational-or-qa-Q8_0.gguf) | Q8_0 | 0.165 GB | very large, extremely low quality loss - not recommended |
69
+
70
+
71
+ ## Downloading instruction
72
+
73
+ ### Command line
74
+
75
+ Firstly, install Huggingface Client
76
+
77
+ ```shell
78
+ pip install -U "huggingface_hub[cli]"
79
+ ```
80
+
81
+ Then, downoad the individual model file the a local directory
82
+
83
+ ```shell
84
+ huggingface-cli download tensorblock/gpt2-conversational-or-qa-GGUF --include "gpt2-conversational-or-qa-Q2_K.gguf" --local-dir MY_LOCAL_DIR
85
+ ```
86
+
87
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
88
+
89
+ ```shell
90
+ huggingface-cli download tensorblock/gpt2-conversational-or-qa-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
91
+ ```
gpt2-conversational-or-qa-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a45f0a514e202c8f08540e0076f233e552f0f0c407b4ced67d88db813e829f5
3
+ size 81201184
gpt2-conversational-or-qa-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cff7da31db8cdee93842b767edea628a646b78da20dea3526e6b53aae5d1831f
3
+ size 102097472
gpt2-conversational-or-qa-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b71258216d1aa56c75a31dcce2568fa72ca643c9d9b93a7c02b89e37a96499b
3
+ size 97673792
gpt2-conversational-or-qa-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfef65d4aae4da142a38913f986084c7a711015a629e5031fb18d6c315e2d889
3
+ size 90153536
gpt2-conversational-or-qa-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc6de04dec5a6f5978ee07daf4a0e312a381d87c60a34f5c9cb53841ff1559eb
3
+ size 106560640
gpt2-conversational-or-qa-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8704eed367b54f062ad417b2a27f39b1bb24d7a67cce4f29d8af22621d0fa49d
3
+ size 112864384
gpt2-conversational-or-qa-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01fc41ce1be0e4f0380a08cb82aac9ad52908b32d5f56916a9ce4105f9e63e2d
3
+ size 106855552
gpt2-conversational-or-qa-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:282cfa1188cec99cfab8c9a2a86ed58a565af5992e50fb851a6f8ed3d4b2b78e
3
+ size 122002624
gpt2-conversational-or-qa-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0f9b55377043b097b4cca6ec57903fc5759f81bd1a776ae356b0749735b6362
3
+ size 126702784
gpt2-conversational-or-qa-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03e19953f201ed5966e9bda86de9f15760739e125585962e281c7c760b272044
3
+ size 122002624
gpt2-conversational-or-qa-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20510f74c2231ae96307c78738cc800b1cafc76db1ab95f273ac8485db802e66
3
+ size 138409760
gpt2-conversational-or-qa-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:580aee9636c15598158faa448f6e005086c5cef4fece0eb709102b43ad91c487
3
+ size 177677280