morriszms commited on
Commit
48060b5
·
verified ·
1 Parent(s): 5ac6c1d

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
+ araLLama2-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ araLLama2-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ araLLama2-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ araLLama2-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ araLLama2-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ araLLama2-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ araLLama2-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ araLLama2-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ araLLama2-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ araLLama2-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ araLLama2-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ araLLama2-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Talo88/araLLama2
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ ---
7
+
8
+ <div style="width: auto; margin-left: auto; margin-right: auto">
9
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
10
+ </div>
11
+ <div style="display: flex; justify-content: space-between; width: 100%;">
12
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
13
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
14
+ 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>
15
+ </p>
16
+ </div>
17
+ </div>
18
+
19
+ ## Talo88/araLLama2 - GGUF
20
+
21
+ This repo contains GGUF format model files for [Talo88/araLLama2](https://huggingface.co/Talo88/araLLama2).
22
+
23
+ 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).
24
+
25
+ <div style="text-align: left; margin: 20px 0;">
26
+ <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;">
27
+ Run them on the TensorBlock client using your local machine ↗
28
+ </a>
29
+ </div>
30
+
31
+ ## Prompt template
32
+
33
+ ```
34
+
35
+ ```
36
+
37
+ ## Model file specification
38
+
39
+ | Filename | Quant type | File Size | Description |
40
+ | -------- | ---------- | --------- | ----------- |
41
+ | [araLLama2-Q2_K.gguf](https://huggingface.co/tensorblock/araLLama2-GGUF/blob/main/araLLama2-Q2_K.gguf) | Q2_K | 2.533 GB | smallest, significant quality loss - not recommended for most purposes |
42
+ | [araLLama2-Q3_K_S.gguf](https://huggingface.co/tensorblock/araLLama2-GGUF/blob/main/araLLama2-Q3_K_S.gguf) | Q3_K_S | 2.948 GB | very small, high quality loss |
43
+ | [araLLama2-Q3_K_M.gguf](https://huggingface.co/tensorblock/araLLama2-GGUF/blob/main/araLLama2-Q3_K_M.gguf) | Q3_K_M | 3.298 GB | very small, high quality loss |
44
+ | [araLLama2-Q3_K_L.gguf](https://huggingface.co/tensorblock/araLLama2-GGUF/blob/main/araLLama2-Q3_K_L.gguf) | Q3_K_L | 3.597 GB | small, substantial quality loss |
45
+ | [araLLama2-Q4_0.gguf](https://huggingface.co/tensorblock/araLLama2-GGUF/blob/main/araLLama2-Q4_0.gguf) | Q4_0 | 3.826 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
46
+ | [araLLama2-Q4_K_S.gguf](https://huggingface.co/tensorblock/araLLama2-GGUF/blob/main/araLLama2-Q4_K_S.gguf) | Q4_K_S | 3.857 GB | small, greater quality loss |
47
+ | [araLLama2-Q4_K_M.gguf](https://huggingface.co/tensorblock/araLLama2-GGUF/blob/main/araLLama2-Q4_K_M.gguf) | Q4_K_M | 4.081 GB | medium, balanced quality - recommended |
48
+ | [araLLama2-Q5_0.gguf](https://huggingface.co/tensorblock/araLLama2-GGUF/blob/main/araLLama2-Q5_0.gguf) | Q5_0 | 4.652 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
49
+ | [araLLama2-Q5_K_S.gguf](https://huggingface.co/tensorblock/araLLama2-GGUF/blob/main/araLLama2-Q5_K_S.gguf) | Q5_K_S | 4.652 GB | large, low quality loss - recommended |
50
+ | [araLLama2-Q5_K_M.gguf](https://huggingface.co/tensorblock/araLLama2-GGUF/blob/main/araLLama2-Q5_K_M.gguf) | Q5_K_M | 4.783 GB | large, very low quality loss - recommended |
51
+ | [araLLama2-Q6_K.gguf](https://huggingface.co/tensorblock/araLLama2-GGUF/blob/main/araLLama2-Q6_K.gguf) | Q6_K | 5.529 GB | very large, extremely low quality loss |
52
+ | [araLLama2-Q8_0.gguf](https://huggingface.co/tensorblock/araLLama2-GGUF/blob/main/araLLama2-Q8_0.gguf) | Q8_0 | 7.161 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/araLLama2-GGUF --include "araLLama2-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/araLLama2-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
75
+ ```
araLLama2-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9f6a6ecc29a9d5237c306e0408ecd30aa52154a310a04d8d868c94c30dc0320
3
+ size 2532864032
araLLama2-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:718ae4f270187db28bcdaaa6203b30f1036e09a14f49c7b3e29c45cade18247e
3
+ size 3597111328
araLLama2-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9ec2c86840e9cc37e203c3d0cf476b953fb03ddebb9b2caee8bcf6a3768c7af
3
+ size 3298005024
araLLama2-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79eaa6d66937f92845db2ba79d720340fc771d7f07415c3edc75c195830ea090
3
+ size 2948304928
araLLama2-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:799d5c0cbec51fe2762427f7a3931ec98be2b19fd5f48cf11afdd2762838a509
3
+ size 3825807392
araLLama2-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e3cc8b8b155046d390f577728717afebd9b10c83bbdf09672f5faf447b513f0
3
+ size 4081004576
araLLama2-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1dfd73bf85a89610f0f0917afdf5310bfc05340443c0b8b9a8aef49b1eba2ad7
3
+ size 3856740384
araLLama2-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33fdbf8ffae88388b091a6a482c2af5a54ec10d09128d53252628e029e519153
3
+ size 4651692064
araLLama2-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1aa576046a21fad58b1ba8a71090d002c7cc5d2337be5c07fb930a0eb5b96e67
3
+ size 4783157280
araLLama2-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f044f45bda0c6da1845c78f91d24f6a8ec8c23ba83c4242013bb9adeb38373c9
3
+ size 4651692064
araLLama2-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15dc88f28a4304903389b32336057f9fccae7c7e61a6c53c667289b67994cd3b
3
+ size 5529194528
araLLama2-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eee365cc11e6ed29f5a8c9108b034a4d742cf5f0bdf0f8bacf4933ee751573e1
3
+ size 7161090080