morriszms commited on
Commit
81f7b1a
·
verified ·
1 Parent(s): 2f37a77

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
+ stackexchange_gamedev-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ stackexchange_gamedev-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ stackexchange_gamedev-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ stackexchange_gamedev-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ stackexchange_gamedev-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ stackexchange_gamedev-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ stackexchange_gamedev-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ stackexchange_gamedev-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ stackexchange_gamedev-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ stackexchange_gamedev-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ stackexchange_gamedev-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ stackexchange_gamedev-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: llama3.1
4
+ base_model: mlfoundations-dev/stackexchange_gamedev
5
+ tags:
6
+ - llama-factory
7
+ - full
8
+ - generated_from_trainer
9
+ - TensorBlock
10
+ - GGUF
11
+ model-index:
12
+ - name: stackexchange_gamedev
13
+ results: []
14
+ ---
15
+
16
+ <div style="width: auto; margin-left: auto; margin-right: auto">
17
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
18
+ </div>
19
+ <div style="display: flex; justify-content: space-between; width: 100%;">
20
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
21
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
22
+ 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>
23
+ </p>
24
+ </div>
25
+ </div>
26
+
27
+ ## mlfoundations-dev/stackexchange_gamedev - GGUF
28
+
29
+ This repo contains GGUF format model files for [mlfoundations-dev/stackexchange_gamedev](https://huggingface.co/mlfoundations-dev/stackexchange_gamedev).
30
+
31
+ 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).
32
+
33
+ <div style="text-align: left; margin: 20px 0;">
34
+ <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;">
35
+ Run them on the TensorBlock client using your local machine ↗
36
+ </a>
37
+ </div>
38
+
39
+ ## Prompt template
40
+
41
+ ```
42
+ <|begin_of_text|><|start_header_id|>system<|end_header_id|>
43
+
44
+ {system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
45
+
46
+ {prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
47
+ ```
48
+
49
+ ## Model file specification
50
+
51
+ | Filename | Quant type | File Size | Description |
52
+ | -------- | ---------- | --------- | ----------- |
53
+ | [stackexchange_gamedev-Q2_K.gguf](https://huggingface.co/tensorblock/stackexchange_gamedev-GGUF/blob/main/stackexchange_gamedev-Q2_K.gguf) | Q2_K | 3.179 GB | smallest, significant quality loss - not recommended for most purposes |
54
+ | [stackexchange_gamedev-Q3_K_S.gguf](https://huggingface.co/tensorblock/stackexchange_gamedev-GGUF/blob/main/stackexchange_gamedev-Q3_K_S.gguf) | Q3_K_S | 3.665 GB | very small, high quality loss |
55
+ | [stackexchange_gamedev-Q3_K_M.gguf](https://huggingface.co/tensorblock/stackexchange_gamedev-GGUF/blob/main/stackexchange_gamedev-Q3_K_M.gguf) | Q3_K_M | 4.019 GB | very small, high quality loss |
56
+ | [stackexchange_gamedev-Q3_K_L.gguf](https://huggingface.co/tensorblock/stackexchange_gamedev-GGUF/blob/main/stackexchange_gamedev-Q3_K_L.gguf) | Q3_K_L | 4.322 GB | small, substantial quality loss |
57
+ | [stackexchange_gamedev-Q4_0.gguf](https://huggingface.co/tensorblock/stackexchange_gamedev-GGUF/blob/main/stackexchange_gamedev-Q4_0.gguf) | Q4_0 | 4.661 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
58
+ | [stackexchange_gamedev-Q4_K_S.gguf](https://huggingface.co/tensorblock/stackexchange_gamedev-GGUF/blob/main/stackexchange_gamedev-Q4_K_S.gguf) | Q4_K_S | 4.693 GB | small, greater quality loss |
59
+ | [stackexchange_gamedev-Q4_K_M.gguf](https://huggingface.co/tensorblock/stackexchange_gamedev-GGUF/blob/main/stackexchange_gamedev-Q4_K_M.gguf) | Q4_K_M | 4.921 GB | medium, balanced quality - recommended |
60
+ | [stackexchange_gamedev-Q5_0.gguf](https://huggingface.co/tensorblock/stackexchange_gamedev-GGUF/blob/main/stackexchange_gamedev-Q5_0.gguf) | Q5_0 | 5.599 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
61
+ | [stackexchange_gamedev-Q5_K_S.gguf](https://huggingface.co/tensorblock/stackexchange_gamedev-GGUF/blob/main/stackexchange_gamedev-Q5_K_S.gguf) | Q5_K_S | 5.599 GB | large, low quality loss - recommended |
62
+ | [stackexchange_gamedev-Q5_K_M.gguf](https://huggingface.co/tensorblock/stackexchange_gamedev-GGUF/blob/main/stackexchange_gamedev-Q5_K_M.gguf) | Q5_K_M | 5.733 GB | large, very low quality loss - recommended |
63
+ | [stackexchange_gamedev-Q6_K.gguf](https://huggingface.co/tensorblock/stackexchange_gamedev-GGUF/blob/main/stackexchange_gamedev-Q6_K.gguf) | Q6_K | 6.596 GB | very large, extremely low quality loss |
64
+ | [stackexchange_gamedev-Q8_0.gguf](https://huggingface.co/tensorblock/stackexchange_gamedev-GGUF/blob/main/stackexchange_gamedev-Q8_0.gguf) | Q8_0 | 8.541 GB | very large, extremely low quality loss - not recommended |
65
+
66
+
67
+ ## Downloading instruction
68
+
69
+ ### Command line
70
+
71
+ Firstly, install Huggingface Client
72
+
73
+ ```shell
74
+ pip install -U "huggingface_hub[cli]"
75
+ ```
76
+
77
+ Then, downoad the individual model file the a local directory
78
+
79
+ ```shell
80
+ huggingface-cli download tensorblock/stackexchange_gamedev-GGUF --include "stackexchange_gamedev-Q2_K.gguf" --local-dir MY_LOCAL_DIR
81
+ ```
82
+
83
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
84
+
85
+ ```shell
86
+ huggingface-cli download tensorblock/stackexchange_gamedev-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
87
+ ```
stackexchange_gamedev-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1026756fc1a92384c2bd4e19f8af69b5898ccd29801219affcb424b328ccda0
3
+ size 3179132416
stackexchange_gamedev-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4b988594ffd4bd8ffb1b05532af70461c778abf24b774afbec33716c0c2d7a5
3
+ size 4321957376
stackexchange_gamedev-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d68e8c0c1d0eef235d86385cb885b31532345bfd36db6704822516017ad6889
3
+ size 4018918912
stackexchange_gamedev-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3a7063b5dcb06f18fa82a599aed7f0137269102d1c919d1aceab60ba9e0dd4d
3
+ size 3664500224
stackexchange_gamedev-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e2f4ab39c23a85e0a8af1ff7f348ec32a7f7b2c10c4ac82dd75f683175524be
3
+ size 4661212672
stackexchange_gamedev-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ecfb145622d104d711faba049e9bfad03f780f41795cbab77dbd9ac216d3b6f
3
+ size 4920735232
stackexchange_gamedev-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc5ef2e1d846981964f1a66546f2d2db4c6a4fceee10ee6f335c962e31c25155
3
+ size 4692669952
stackexchange_gamedev-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:805e05c8db03e55eee0166b7c2c49030d32da6044a3773f259639bdfc6ef628c
3
+ size 5599294976
stackexchange_gamedev-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2387106b00ab21ee8ea6c4489f52d02bef5f5631128d48fe9dec62815b09006a
3
+ size 5732988416
stackexchange_gamedev-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6ebdd0bbe4b78b96d952d72850b5b5967c2b311369f80ae3c836b9e5780fe78
3
+ size 5599294976
stackexchange_gamedev-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1eff0b9fb31f4f51b4b4ba2fd55a5aa523b882cbffea1496f47cfb617dfd7a69
3
+ size 6596007424
stackexchange_gamedev-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fe88373c289aa775f21417d00f7146a1e1de8fc178ebd6805131e38c87a55aa
3
+ size 8540771840