morriszms commited on
Commit
e84a38e
·
verified ·
1 Parent(s): cb62d2f

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
+ SamirGPT-v1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ SamirGPT-v1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ SamirGPT-v1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ SamirGPT-v1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ SamirGPT-v1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ SamirGPT-v1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ SamirGPT-v1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ SamirGPT-v1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ SamirGPT-v1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ SamirGPT-v1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ SamirGPT-v1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ SamirGPT-v1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - merge
7
+ - TensorBlock
8
+ - GGUF
9
+ base_model: samir-fama/SamirGPT-v1
10
+ ---
11
+
12
+ <div style="width: auto; margin-left: auto; margin-right: auto">
13
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
14
+ </div>
15
+ <div style="display: flex; justify-content: space-between; width: 100%;">
16
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
17
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
18
+ 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>
19
+ </p>
20
+ </div>
21
+ </div>
22
+
23
+ ## samir-fama/SamirGPT-v1 - GGUF
24
+
25
+ This repo contains GGUF format model files for [samir-fama/SamirGPT-v1](https://huggingface.co/samir-fama/SamirGPT-v1).
26
+
27
+ 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).
28
+
29
+ <div style="text-align: left; margin: 20px 0;">
30
+ <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;">
31
+ Run them on the TensorBlock client using your local machine ↗
32
+ </a>
33
+ </div>
34
+
35
+ ## Prompt template
36
+
37
+ ```
38
+
39
+ ```
40
+
41
+ ## Model file specification
42
+
43
+ | Filename | Quant type | File Size | Description |
44
+ | -------- | ---------- | --------- | ----------- |
45
+ | [SamirGPT-v1-Q2_K.gguf](https://huggingface.co/tensorblock/SamirGPT-v1-GGUF/blob/main/SamirGPT-v1-Q2_K.gguf) | Q2_K | 2.719 GB | smallest, significant quality loss - not recommended for most purposes |
46
+ | [SamirGPT-v1-Q3_K_S.gguf](https://huggingface.co/tensorblock/SamirGPT-v1-GGUF/blob/main/SamirGPT-v1-Q3_K_S.gguf) | Q3_K_S | 3.165 GB | very small, high quality loss |
47
+ | [SamirGPT-v1-Q3_K_M.gguf](https://huggingface.co/tensorblock/SamirGPT-v1-GGUF/blob/main/SamirGPT-v1-Q3_K_M.gguf) | Q3_K_M | 3.519 GB | very small, high quality loss |
48
+ | [SamirGPT-v1-Q3_K_L.gguf](https://huggingface.co/tensorblock/SamirGPT-v1-GGUF/blob/main/SamirGPT-v1-Q3_K_L.gguf) | Q3_K_L | 3.822 GB | small, substantial quality loss |
49
+ | [SamirGPT-v1-Q4_0.gguf](https://huggingface.co/tensorblock/SamirGPT-v1-GGUF/blob/main/SamirGPT-v1-Q4_0.gguf) | Q4_0 | 4.109 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
50
+ | [SamirGPT-v1-Q4_K_S.gguf](https://huggingface.co/tensorblock/SamirGPT-v1-GGUF/blob/main/SamirGPT-v1-Q4_K_S.gguf) | Q4_K_S | 4.140 GB | small, greater quality loss |
51
+ | [SamirGPT-v1-Q4_K_M.gguf](https://huggingface.co/tensorblock/SamirGPT-v1-GGUF/blob/main/SamirGPT-v1-Q4_K_M.gguf) | Q4_K_M | 4.368 GB | medium, balanced quality - recommended |
52
+ | [SamirGPT-v1-Q5_0.gguf](https://huggingface.co/tensorblock/SamirGPT-v1-GGUF/blob/main/SamirGPT-v1-Q5_0.gguf) | Q5_0 | 4.998 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
53
+ | [SamirGPT-v1-Q5_K_S.gguf](https://huggingface.co/tensorblock/SamirGPT-v1-GGUF/blob/main/SamirGPT-v1-Q5_K_S.gguf) | Q5_K_S | 4.998 GB | large, low quality loss - recommended |
54
+ | [SamirGPT-v1-Q5_K_M.gguf](https://huggingface.co/tensorblock/SamirGPT-v1-GGUF/blob/main/SamirGPT-v1-Q5_K_M.gguf) | Q5_K_M | 5.131 GB | large, very low quality loss - recommended |
55
+ | [SamirGPT-v1-Q6_K.gguf](https://huggingface.co/tensorblock/SamirGPT-v1-GGUF/blob/main/SamirGPT-v1-Q6_K.gguf) | Q6_K | 5.942 GB | very large, extremely low quality loss |
56
+ | [SamirGPT-v1-Q8_0.gguf](https://huggingface.co/tensorblock/SamirGPT-v1-GGUF/blob/main/SamirGPT-v1-Q8_0.gguf) | Q8_0 | 7.696 GB | very large, extremely low quality loss - not recommended |
57
+
58
+
59
+ ## Downloading instruction
60
+
61
+ ### Command line
62
+
63
+ Firstly, install Huggingface Client
64
+
65
+ ```shell
66
+ pip install -U "huggingface_hub[cli]"
67
+ ```
68
+
69
+ Then, downoad the individual model file the a local directory
70
+
71
+ ```shell
72
+ huggingface-cli download tensorblock/SamirGPT-v1-GGUF --include "SamirGPT-v1-Q2_K.gguf" --local-dir MY_LOCAL_DIR
73
+ ```
74
+
75
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
76
+
77
+ ```shell
78
+ huggingface-cli download tensorblock/SamirGPT-v1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
79
+ ```
SamirGPT-v1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8098b9777fb548e7f371ef885742f6cc3c24499bb3bbee8b282d33e7c6c1aad3
3
+ size 2719242272
SamirGPT-v1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0867e4d6a4d5fcaf0f078490a0535c78323a3aff1ee96ad273cdc8f2772ea663
3
+ size 3822024736
SamirGPT-v1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3190f6a0d99f5b0ad842cd59b5ed57b56b44dd38b9fd7a347958536ae447149a
3
+ size 3518986272
SamirGPT-v1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9cfa4fbe628a777f294a4bc7e4e0bafffa5bc1598b81020c8c25858eeff9023b
3
+ size 3164567584
SamirGPT-v1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bea6d99a38ce1bb92435dcfa96d4f6a4396a1e7651486d6cf183cde904e8192
3
+ size 4108916768
SamirGPT-v1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb27d1129e748fa4d56956e4d0b53ee3ab2a03c70cae8e2874a2c21951d014e0
3
+ size 4368439328
SamirGPT-v1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e13d23290afae5141114afb5dc4c6fad28cbc93b86d397956ff9775bb06f8c9e
3
+ size 4140374048
SamirGPT-v1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab10f1a0d108acdf5e0e74d66252966820ea91145125531cf0f01bb5d5c52616
3
+ size 4997716000
SamirGPT-v1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54e75a5dbb1abb6b5f4208fdfe2d2d72090971ab5b5703b8eb5ebeccada71040
3
+ size 5131409440
SamirGPT-v1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c53c7bd4fff3592e081980adb4e6106efd8261c077a7a04fcc977e1a7bb934c
3
+ size 4997716000
SamirGPT-v1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:036a2e2d0bfa2b11127002afe573b494ca95c660a96ce174abb0afd29a4dd6a8
3
+ size 5942065184
SamirGPT-v1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4121e51e1196bd6e810ec77afc3f4c8abcfc6d285e6ab40391696adbd7c9526e
3
+ size 7695857696