morriszms commited on
Commit
5f3da78
1 Parent(s): dcdfa74

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
+ openbuddy-llama3-8b-v21.1-8k-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ openbuddy-llama3-8b-v21.1-8k-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ openbuddy-llama3-8b-v21.1-8k-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ openbuddy-llama3-8b-v21.1-8k-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ openbuddy-llama3-8b-v21.1-8k-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ openbuddy-llama3-8b-v21.1-8k-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ openbuddy-llama3-8b-v21.1-8k-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ openbuddy-llama3-8b-v21.1-8k-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ openbuddy-llama3-8b-v21.1-8k-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ openbuddy-llama3-8b-v21.1-8k-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ openbuddy-llama3-8b-v21.1-8k-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ openbuddy-llama3-8b-v21.1-8k-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - zh
4
+ - en
5
+ - fr
6
+ - de
7
+ - ja
8
+ - ko
9
+ - it
10
+ - fi
11
+ pipeline_tag: text-generation
12
+ tags:
13
+ - llama-3
14
+ - TensorBlock
15
+ - GGUF
16
+ license: other
17
+ license_name: llama3
18
+ license_link: https://llama.meta.com/llama3/license/
19
+ base_model: OpenBuddy/openbuddy-llama3-8b-v21.1-8k
20
+ ---
21
+
22
+ <div style="width: auto; margin-left: auto; margin-right: auto">
23
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
24
+ </div>
25
+ <div style="display: flex; justify-content: space-between; width: 100%;">
26
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
27
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
28
+ 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>
29
+ </p>
30
+ </div>
31
+ </div>
32
+
33
+ ## OpenBuddy/openbuddy-llama3-8b-v21.1-8k - GGUF
34
+
35
+ This repo contains GGUF format model files for [OpenBuddy/openbuddy-llama3-8b-v21.1-8k](https://huggingface.co/OpenBuddy/openbuddy-llama3-8b-v21.1-8k).
36
+
37
+ 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).
38
+
39
+ ## Prompt template
40
+
41
+ ```
42
+ <|role|>system<|says|>{system_prompt}<|end|>
43
+ <|role|>user<|says|>{prompt}<|end|>
44
+ <|role|>assistant<|says|>
45
+ ```
46
+
47
+ ## Model file specification
48
+
49
+ | Filename | Quant type | File Size | Description |
50
+ | -------- | ---------- | --------- | ----------- |
51
+ | [openbuddy-llama3-8b-v21.1-8k-Q2_K.gguf](https://huggingface.co/tensorblock/openbuddy-llama3-8b-v21.1-8k-GGUF/tree/main/openbuddy-llama3-8b-v21.1-8k-Q2_K.gguf) | Q2_K | 2.961 GB | smallest, significant quality loss - not recommended for most purposes |
52
+ | [openbuddy-llama3-8b-v21.1-8k-Q3_K_S.gguf](https://huggingface.co/tensorblock/openbuddy-llama3-8b-v21.1-8k-GGUF/tree/main/openbuddy-llama3-8b-v21.1-8k-Q3_K_S.gguf) | Q3_K_S | 3.413 GB | very small, high quality loss |
53
+ | [openbuddy-llama3-8b-v21.1-8k-Q3_K_M.gguf](https://huggingface.co/tensorblock/openbuddy-llama3-8b-v21.1-8k-GGUF/tree/main/openbuddy-llama3-8b-v21.1-8k-Q3_K_M.gguf) | Q3_K_M | 3.743 GB | very small, high quality loss |
54
+ | [openbuddy-llama3-8b-v21.1-8k-Q3_K_L.gguf](https://huggingface.co/tensorblock/openbuddy-llama3-8b-v21.1-8k-GGUF/tree/main/openbuddy-llama3-8b-v21.1-8k-Q3_K_L.gguf) | Q3_K_L | 4.025 GB | small, substantial quality loss |
55
+ | [openbuddy-llama3-8b-v21.1-8k-Q4_0.gguf](https://huggingface.co/tensorblock/openbuddy-llama3-8b-v21.1-8k-GGUF/tree/main/openbuddy-llama3-8b-v21.1-8k-Q4_0.gguf) | Q4_0 | 4.341 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
56
+ | [openbuddy-llama3-8b-v21.1-8k-Q4_K_S.gguf](https://huggingface.co/tensorblock/openbuddy-llama3-8b-v21.1-8k-GGUF/tree/main/openbuddy-llama3-8b-v21.1-8k-Q4_K_S.gguf) | Q4_K_S | 4.370 GB | small, greater quality loss |
57
+ | [openbuddy-llama3-8b-v21.1-8k-Q4_K_M.gguf](https://huggingface.co/tensorblock/openbuddy-llama3-8b-v21.1-8k-GGUF/tree/main/openbuddy-llama3-8b-v21.1-8k-Q4_K_M.gguf) | Q4_K_M | 4.583 GB | medium, balanced quality - recommended |
58
+ | [openbuddy-llama3-8b-v21.1-8k-Q5_0.gguf](https://huggingface.co/tensorblock/openbuddy-llama3-8b-v21.1-8k-GGUF/tree/main/openbuddy-llama3-8b-v21.1-8k-Q5_0.gguf) | Q5_0 | 5.215 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
59
+ | [openbuddy-llama3-8b-v21.1-8k-Q5_K_S.gguf](https://huggingface.co/tensorblock/openbuddy-llama3-8b-v21.1-8k-GGUF/tree/main/openbuddy-llama3-8b-v21.1-8k-Q5_K_S.gguf) | Q5_K_S | 5.215 GB | large, low quality loss - recommended |
60
+ | [openbuddy-llama3-8b-v21.1-8k-Q5_K_M.gguf](https://huggingface.co/tensorblock/openbuddy-llama3-8b-v21.1-8k-GGUF/tree/main/openbuddy-llama3-8b-v21.1-8k-Q5_K_M.gguf) | Q5_K_M | 5.339 GB | large, very low quality loss - recommended |
61
+ | [openbuddy-llama3-8b-v21.1-8k-Q6_K.gguf](https://huggingface.co/tensorblock/openbuddy-llama3-8b-v21.1-8k-GGUF/tree/main/openbuddy-llama3-8b-v21.1-8k-Q6_K.gguf) | Q6_K | 6.143 GB | very large, extremely low quality loss |
62
+ | [openbuddy-llama3-8b-v21.1-8k-Q8_0.gguf](https://huggingface.co/tensorblock/openbuddy-llama3-8b-v21.1-8k-GGUF/tree/main/openbuddy-llama3-8b-v21.1-8k-Q8_0.gguf) | Q8_0 | 7.954 GB | very large, extremely low quality loss - not recommended |
63
+
64
+
65
+ ## Downloading instruction
66
+
67
+ ### Command line
68
+
69
+ Firstly, install Huggingface Client
70
+
71
+ ```shell
72
+ pip install -U "huggingface_hub[cli]"
73
+ ```
74
+
75
+ Then, downoad the individual model file the a local directory
76
+
77
+ ```shell
78
+ huggingface-cli download tensorblock/openbuddy-llama3-8b-v21.1-8k-GGUF --include "openbuddy-llama3-8b-v21.1-8k-Q2_K.gguf" --local-dir MY_LOCAL_DIR
79
+ ```
80
+
81
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
82
+
83
+ ```shell
84
+ huggingface-cli download tensorblock/openbuddy-llama3-8b-v21.1-8k-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
85
+ ```
openbuddy-llama3-8b-v21.1-8k-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4aff6ff6f6aaa0cf214ee21ad220ac7ca736d016b900d3be898584a3b2302111
3
+ size 3179131456
openbuddy-llama3-8b-v21.1-8k-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba6c95055078ad695a3adb64efbd544b65f27ae028dc45429d92f39965560003
3
+ size 4321956416
openbuddy-llama3-8b-v21.1-8k-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39f3895f4de595c3a4e78a81fcb4a3a5c5d2422c117d59a3437d6db316719466
3
+ size 4018917952
openbuddy-llama3-8b-v21.1-8k-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf938d32169c9ec39392aa483ae314a6c5bef731b7871ec4479d5fe54ca8f887
3
+ size 3664499264
openbuddy-llama3-8b-v21.1-8k-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06c4535dcece23dfff10c3dacfaad46a14049c5693fcdae6c92d97e929892bb5
3
+ size 4661211712
openbuddy-llama3-8b-v21.1-8k-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a3ccf954beedb7429fdb1f2982deec663fd52b8dde3843180fda041429c9b6d
3
+ size 4920734272
openbuddy-llama3-8b-v21.1-8k-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ff5046054ffbe6b1d7d9b590322adb6aaf9827e32dc7146fb4b80b659c3d092
3
+ size 4692668992
openbuddy-llama3-8b-v21.1-8k-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a73632f5f691e7c5b74c1ae65f90498d6aeec60874801250aba4dd4016bffe9a
3
+ size 5599294016
openbuddy-llama3-8b-v21.1-8k-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3edebabcd48d35761a0c574b94d1f0f04d88e3c702f3d54560d6e906346b23d
3
+ size 5732987456
openbuddy-llama3-8b-v21.1-8k-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1e1cf8feb0f4b56331cfbf8fe43f5b2d99296a770a17ea371f8e86738be2bf7
3
+ size 5599294016
openbuddy-llama3-8b-v21.1-8k-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa91ae6c4d8274686ec3ee8647183700ff12031b03b4162f231c40a4ff68581e
3
+ size 6596006464
openbuddy-llama3-8b-v21.1-8k-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66f9568f79b7bb4fe483439b8a58e3fdc8a91a045a8825a97e57fbbd29439ca9
3
+ size 8540770880