morriszms commited on
Commit
fe1b5eb
·
verified ·
1 Parent(s): 9c1ac68

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-Arabic-medical-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama-2-7b-Arabic-medical-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama-2-7b-Arabic-medical-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama-2-7b-Arabic-medical-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama-2-7b-Arabic-medical-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama-2-7b-Arabic-medical-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama-2-7b-Arabic-medical-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama-2-7b-Arabic-medical-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama-2-7b-Arabic-medical-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama-2-7b-Arabic-medical-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama-2-7b-Arabic-medical-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama-2-7b-Arabic-medical-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ar
4
+ - en
5
+ metrics:
6
+ - accuracy
7
+ pipeline_tag: text-generation
8
+ tags:
9
+ - TensorBlock
10
+ - GGUF
11
+ base_model: EngTig/llama-2-7b-Arabic-medical
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
+ ## EngTig/llama-2-7b-Arabic-medical - GGUF
26
+
27
+ This repo contains GGUF format model files for [EngTig/llama-2-7b-Arabic-medical](https://huggingface.co/EngTig/llama-2-7b-Arabic-medical).
28
+
29
+ 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).
30
+
31
+ <div style="text-align: left; margin: 20px 0;">
32
+ <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;">
33
+ Run them on the TensorBlock client using your local machine ↗
34
+ </a>
35
+ </div>
36
+
37
+ ## Prompt template
38
+
39
+ ```
40
+
41
+ ```
42
+
43
+ ## Model file specification
44
+
45
+ | Filename | Quant type | File Size | Description |
46
+ | -------- | ---------- | --------- | ----------- |
47
+ | [llama-2-7b-Arabic-medical-Q2_K.gguf](https://huggingface.co/tensorblock/llama-2-7b-Arabic-medical-GGUF/blob/main/llama-2-7b-Arabic-medical-Q2_K.gguf) | Q2_K | 2.533 GB | smallest, significant quality loss - not recommended for most purposes |
48
+ | [llama-2-7b-Arabic-medical-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama-2-7b-Arabic-medical-GGUF/blob/main/llama-2-7b-Arabic-medical-Q3_K_S.gguf) | Q3_K_S | 2.948 GB | very small, high quality loss |
49
+ | [llama-2-7b-Arabic-medical-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama-2-7b-Arabic-medical-GGUF/blob/main/llama-2-7b-Arabic-medical-Q3_K_M.gguf) | Q3_K_M | 3.298 GB | very small, high quality loss |
50
+ | [llama-2-7b-Arabic-medical-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama-2-7b-Arabic-medical-GGUF/blob/main/llama-2-7b-Arabic-medical-Q3_K_L.gguf) | Q3_K_L | 3.597 GB | small, substantial quality loss |
51
+ | [llama-2-7b-Arabic-medical-Q4_0.gguf](https://huggingface.co/tensorblock/llama-2-7b-Arabic-medical-GGUF/blob/main/llama-2-7b-Arabic-medical-Q4_0.gguf) | Q4_0 | 3.826 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
52
+ | [llama-2-7b-Arabic-medical-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama-2-7b-Arabic-medical-GGUF/blob/main/llama-2-7b-Arabic-medical-Q4_K_S.gguf) | Q4_K_S | 3.857 GB | small, greater quality loss |
53
+ | [llama-2-7b-Arabic-medical-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama-2-7b-Arabic-medical-GGUF/blob/main/llama-2-7b-Arabic-medical-Q4_K_M.gguf) | Q4_K_M | 4.081 GB | medium, balanced quality - recommended |
54
+ | [llama-2-7b-Arabic-medical-Q5_0.gguf](https://huggingface.co/tensorblock/llama-2-7b-Arabic-medical-GGUF/blob/main/llama-2-7b-Arabic-medical-Q5_0.gguf) | Q5_0 | 4.652 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
55
+ | [llama-2-7b-Arabic-medical-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama-2-7b-Arabic-medical-GGUF/blob/main/llama-2-7b-Arabic-medical-Q5_K_S.gguf) | Q5_K_S | 4.652 GB | large, low quality loss - recommended |
56
+ | [llama-2-7b-Arabic-medical-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama-2-7b-Arabic-medical-GGUF/blob/main/llama-2-7b-Arabic-medical-Q5_K_M.gguf) | Q5_K_M | 4.783 GB | large, very low quality loss - recommended |
57
+ | [llama-2-7b-Arabic-medical-Q6_K.gguf](https://huggingface.co/tensorblock/llama-2-7b-Arabic-medical-GGUF/blob/main/llama-2-7b-Arabic-medical-Q6_K.gguf) | Q6_K | 5.529 GB | very large, extremely low quality loss |
58
+ | [llama-2-7b-Arabic-medical-Q8_0.gguf](https://huggingface.co/tensorblock/llama-2-7b-Arabic-medical-GGUF/blob/main/llama-2-7b-Arabic-medical-Q8_0.gguf) | Q8_0 | 7.161 GB | very large, extremely low quality loss - not recommended |
59
+
60
+
61
+ ## Downloading instruction
62
+
63
+ ### Command line
64
+
65
+ Firstly, install Huggingface Client
66
+
67
+ ```shell
68
+ pip install -U "huggingface_hub[cli]"
69
+ ```
70
+
71
+ Then, downoad the individual model file the a local directory
72
+
73
+ ```shell
74
+ huggingface-cli download tensorblock/llama-2-7b-Arabic-medical-GGUF --include "llama-2-7b-Arabic-medical-Q2_K.gguf" --local-dir MY_LOCAL_DIR
75
+ ```
76
+
77
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
78
+
79
+ ```shell
80
+ huggingface-cli download tensorblock/llama-2-7b-Arabic-medical-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
81
+ ```
llama-2-7b-Arabic-medical-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae3c4ad6b29bee75c52236a58215c7adfc150ee26ec2ce3ce3b95d2ecf63045e
3
+ size 2532864160
llama-2-7b-Arabic-medical-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b13eba4522abeeeb161645fd0b864951c81f6c2e87b283910a0d7187d9d12b32
3
+ size 3597111456
llama-2-7b-Arabic-medical-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9de3c6ccf3da0bdf5cf2834c71dbdd0336f92aae87ec56d6214d665a0c142ef5
3
+ size 3298005152
llama-2-7b-Arabic-medical-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ffed9b1e394e0afb953b9b65660287d0d04441b3c3b7f3ee4b71b7d63a06394
3
+ size 2948305056
llama-2-7b-Arabic-medical-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23516f250f187ea0aadb38aadf2b7fb689f3af087e60315af785ae4311afc20e
3
+ size 3825807520
llama-2-7b-Arabic-medical-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acb68058d291cf63871e5e9d2a87630f52f1e477fa5c4394702791b06d7de221
3
+ size 4081004704
llama-2-7b-Arabic-medical-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d7408f7357e3570cd495ce78efb7522fc1891ca16a5711e9a864707848a9965
3
+ size 3856740512
llama-2-7b-Arabic-medical-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:578248538546ec306a49db17341ad5523a1852d54498a8a177080e1c510aa2d8
3
+ size 4651692192
llama-2-7b-Arabic-medical-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57046e6d1f43cdab4885b4fd8b91ede60d6f9b90429192b1b9fc17dde6b9e477
3
+ size 4783157408
llama-2-7b-Arabic-medical-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:970f4f1ec416d9ca30874a4b5330d2a65e88d0789509ce9c5f219a708725173c
3
+ size 4651692192
llama-2-7b-Arabic-medical-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:003b4cc19a84b693d7ef3008de227fdf47f3722d3c2e5e5356874258d313b870
3
+ size 5529194656
llama-2-7b-Arabic-medical-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:501208427fb9cc8459a904c9ae3ec6894f549133111ccc581663c69cadecfb37
3
+ size 7161090208