GGUF
Turkish
English
TensorBlock
GGUF
Inference Endpoints
morriszms commited on
Commit
8240f78
1 Parent(s): b3e8a84

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
+ llama-2-7b-ruyallm-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama-2-7b-ruyallm-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama-2-7b-ruyallm-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama-2-7b-ruyallm-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama-2-7b-ruyallm-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama-2-7b-ruyallm-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama-2-7b-ruyallm-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama-2-7b-ruyallm-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama-2-7b-ruyallm-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama-2-7b-ruyallm-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama-2-7b-ruyallm-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama-2-7b-ruyallm-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - tolgadev/ruyatabirleri_instruct
5
+ language:
6
+ - tr
7
+ - en
8
+ base_model: tolgadev/llama-2-7b-ruyallm
9
+ tags:
10
+ - TensorBlock
11
+ - GGUF
12
+ ---
13
+
14
+ <div style="width: auto; margin-left: auto; margin-right: auto">
15
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
16
+ </div>
17
+ <div style="display: flex; justify-content: space-between; width: 100%;">
18
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
19
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
20
+ 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>
21
+ </p>
22
+ </div>
23
+ </div>
24
+
25
+ ## tolgadev/llama-2-7b-ruyallm - GGUF
26
+
27
+ This repo contains GGUF format model files for [tolgadev/llama-2-7b-ruyallm](https://huggingface.co/tolgadev/llama-2-7b-ruyallm).
28
+
29
+ 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).
30
+
31
+ ## Prompt template
32
+
33
+ ```
34
+
35
+ ```
36
+
37
+ ## Model file specification
38
+
39
+ | Filename | Quant type | File Size | Description |
40
+ | -------- | ---------- | --------- | ----------- |
41
+ | [llama-2-7b-ruyallm-Q2_K.gguf](https://huggingface.co/tensorblock/llama-2-7b-ruyallm-GGUF/tree/main/llama-2-7b-ruyallm-Q2_K.gguf) | Q2_K | 2.413 GB | smallest, significant quality loss - not recommended for most purposes |
42
+ | [llama-2-7b-ruyallm-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama-2-7b-ruyallm-GGUF/tree/main/llama-2-7b-ruyallm-Q3_K_S.gguf) | Q3_K_S | 2.804 GB | very small, high quality loss |
43
+ | [llama-2-7b-ruyallm-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama-2-7b-ruyallm-GGUF/tree/main/llama-2-7b-ruyallm-Q3_K_M.gguf) | Q3_K_M | 3.130 GB | very small, high quality loss |
44
+ | [llama-2-7b-ruyallm-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama-2-7b-ruyallm-GGUF/tree/main/llama-2-7b-ruyallm-Q3_K_L.gguf) | Q3_K_L | 3.409 GB | small, substantial quality loss |
45
+ | [llama-2-7b-ruyallm-Q4_0.gguf](https://huggingface.co/tensorblock/llama-2-7b-ruyallm-GGUF/tree/main/llama-2-7b-ruyallm-Q4_0.gguf) | Q4_0 | 3.628 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
46
+ | [llama-2-7b-ruyallm-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama-2-7b-ruyallm-GGUF/tree/main/llama-2-7b-ruyallm-Q4_K_S.gguf) | Q4_K_S | 3.657 GB | small, greater quality loss |
47
+ | [llama-2-7b-ruyallm-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama-2-7b-ruyallm-GGUF/tree/main/llama-2-7b-ruyallm-Q4_K_M.gguf) | Q4_K_M | 3.865 GB | medium, balanced quality - recommended |
48
+ | [llama-2-7b-ruyallm-Q5_0.gguf](https://huggingface.co/tensorblock/llama-2-7b-ruyallm-GGUF/tree/main/llama-2-7b-ruyallm-Q5_0.gguf) | Q5_0 | 4.403 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
49
+ | [llama-2-7b-ruyallm-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama-2-7b-ruyallm-GGUF/tree/main/llama-2-7b-ruyallm-Q5_K_S.gguf) | Q5_K_S | 4.403 GB | large, low quality loss - recommended |
50
+ | [llama-2-7b-ruyallm-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama-2-7b-ruyallm-GGUF/tree/main/llama-2-7b-ruyallm-Q5_K_M.gguf) | Q5_K_M | 4.525 GB | large, very low quality loss - recommended |
51
+ | [llama-2-7b-ruyallm-Q6_K.gguf](https://huggingface.co/tensorblock/llama-2-7b-ruyallm-GGUF/tree/main/llama-2-7b-ruyallm-Q6_K.gguf) | Q6_K | 5.226 GB | very large, extremely low quality loss |
52
+ | [llama-2-7b-ruyallm-Q8_0.gguf](https://huggingface.co/tensorblock/llama-2-7b-ruyallm-GGUF/tree/main/llama-2-7b-ruyallm-Q8_0.gguf) | Q8_0 | 6.769 GB | very large, extremely low quality loss - not recommended |
53
+
54
+
55
+ ## Downloading instruction
56
+
57
+ ### Command line
58
+
59
+ Firstly, install Huggingface Client
60
+
61
+ ```shell
62
+ pip install -U "huggingface_hub[cli]"
63
+ ```
64
+
65
+ Then, downoad the individual model file the a local directory
66
+
67
+ ```shell
68
+ huggingface-cli download tensorblock/llama-2-7b-ruyallm-GGUF --include "llama-2-7b-ruyallm-Q2_K.gguf" --local-dir MY_LOCAL_DIR
69
+ ```
70
+
71
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
72
+
73
+ ```shell
74
+ huggingface-cli download tensorblock/llama-2-7b-ruyallm-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
75
+ ```
llama-2-7b-ruyallm-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80e4dfec0e4e5bc49e20c52d67683a834614b92e2ec8e9241715ab8574bd2f50
3
+ size 2590660000
llama-2-7b-ruyallm-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eacf0eff5bd23407c01693ea6864ab530cd16155c22709dadb04664c323b6813
3
+ size 3659991648
llama-2-7b-ruyallm-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea817d106294036fe0dc09e9db67e8514f52afe824b33830aacb45803c777627
3
+ size 3360885344
llama-2-7b-ruyallm-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6854c21806d10055531323a9fc3a3de7a71a341ddb1f9ac7c0155b3b07b9a726
3
+ size 3011185248
llama-2-7b-ruyallm-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6539ab3dc094e968d00f291b2d3ee2de7ac8afccfafde18f94431d58e2108c5a
3
+ size 3895336480
llama-2-7b-ruyallm-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d447dd68a14c43cb57b1c4f96a44b8076ac4712e0371b98f331b0ecf1ccde236
3
+ size 4150533664
llama-2-7b-ruyallm-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aad4fc3ad1c6dc20297e2371d2720226db5ab40d6f6976744a78ab2b5508b55e
3
+ size 3926269472
llama-2-7b-ruyallm-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92fed7ef76e203aeb28d9698a85440a24da1dd2941d68046764e0ae15acd6a11
3
+ size 4727478816
llama-2-7b-ruyallm-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12f1b5e6bc46b9bccbec461b300b891fb6689f204457e9474e8979ab1797cc07
3
+ size 4858944032
llama-2-7b-ruyallm-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82c82c2afb396922c6f8eb81e0494938891a651ac03baa412d793073c89af8c7
3
+ size 4727478816
llama-2-7b-ruyallm-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f97f55f04ee4abcba8b54286f5761bfc242c19408e1140aee6177e82c90b1c0
3
+ size 5611630048
llama-2-7b-ruyallm-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:426547e02502eb89e7fa6cb890735b21bf5739998a1e61fa2647dc13a7344e87
3
+ size 7267774048