morriszms commited on
Commit
5de92d8
·
verified ·
1 Parent(s): dd3c7a0

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-persian-text-1k-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama-2-7b-persian-text-1k-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama-2-7b-persian-text-1k-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama-2-7b-persian-text-1k-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama-2-7b-persian-text-1k-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama-2-7b-persian-text-1k-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama-2-7b-persian-text-1k-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama-2-7b-persian-text-1k-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama-2-7b-persian-text-1k-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama-2-7b-persian-text-1k-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama-2-7b-persian-text-1k-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama-2-7b-persian-text-1k-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,121 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - hdeldar/Persian-Text-llama2-1k
5
+ pipeline_tag: text-generation
6
+ language:
7
+ - en
8
+ - fa
9
+ tags:
10
+ - llama
11
+ - llama2
12
+ - pythorch
13
+ - TensorBlock
14
+ - GGUF
15
+ base_model: hdeldar/llama-2-7b-persian-text-1k
16
+ ---
17
+
18
+ <div style="width: auto; margin-left: auto; margin-right: auto">
19
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
20
+ </div>
21
+ <div style="display: flex; justify-content: space-between; width: 100%;">
22
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
23
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
24
+ 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>
25
+ </p>
26
+ </div>
27
+ </div>
28
+
29
+ ## hdeldar/llama-2-7b-persian-text-1k - GGUF
30
+
31
+ This repo contains GGUF format model files for [hdeldar/llama-2-7b-persian-text-1k](https://huggingface.co/hdeldar/llama-2-7b-persian-text-1k).
32
+
33
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b5165](https://github.com/ggml-org/llama.cpp/commit/1d735c0b4fa0551c51c2f4ac888dd9a01f447985).
34
+
35
+ ## Our projects
36
+ <table border="1" cellspacing="0" cellpadding="10">
37
+ <tr>
38
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
39
+ <th style="font-size: 25px;">TensorBlock Studio</th>
40
+ </tr>
41
+ <tr>
42
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
43
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
44
+ </tr>
45
+ <tr>
46
+ <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
47
+ <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
48
+ </tr>
49
+ <tr>
50
+ <th>
51
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
52
+ display: inline-block;
53
+ padding: 8px 16px;
54
+ background-color: #FF7F50;
55
+ color: white;
56
+ text-decoration: none;
57
+ border-radius: 6px;
58
+ font-weight: bold;
59
+ font-family: sans-serif;
60
+ ">👀 See what we built 👀</a>
61
+ </th>
62
+ <th>
63
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
64
+ display: inline-block;
65
+ padding: 8px 16px;
66
+ background-color: #FF7F50;
67
+ color: white;
68
+ text-decoration: none;
69
+ border-radius: 6px;
70
+ font-weight: bold;
71
+ font-family: sans-serif;
72
+ ">👀 See what we built 👀</a>
73
+ </th>
74
+ </tr>
75
+ </table>
76
+
77
+ ## Prompt template
78
+
79
+ ```
80
+ Unable to determine prompt format automatically. Please check the original model repository for the correct prompt format.
81
+ ```
82
+
83
+ ## Model file specification
84
+
85
+ | Filename | Quant type | File Size | Description |
86
+ | -------- | ---------- | --------- | ----------- |
87
+ | [llama-2-7b-persian-text-1k-Q2_K.gguf](https://huggingface.co/tensorblock/hdeldar_llama-2-7b-persian-text-1k-GGUF/blob/main/llama-2-7b-persian-text-1k-Q2_K.gguf) | Q2_K | 2.533 GB | smallest, significant quality loss - not recommended for most purposes |
88
+ | [llama-2-7b-persian-text-1k-Q3_K_S.gguf](https://huggingface.co/tensorblock/hdeldar_llama-2-7b-persian-text-1k-GGUF/blob/main/llama-2-7b-persian-text-1k-Q3_K_S.gguf) | Q3_K_S | 2.948 GB | very small, high quality loss |
89
+ | [llama-2-7b-persian-text-1k-Q3_K_M.gguf](https://huggingface.co/tensorblock/hdeldar_llama-2-7b-persian-text-1k-GGUF/blob/main/llama-2-7b-persian-text-1k-Q3_K_M.gguf) | Q3_K_M | 3.298 GB | very small, high quality loss |
90
+ | [llama-2-7b-persian-text-1k-Q3_K_L.gguf](https://huggingface.co/tensorblock/hdeldar_llama-2-7b-persian-text-1k-GGUF/blob/main/llama-2-7b-persian-text-1k-Q3_K_L.gguf) | Q3_K_L | 3.597 GB | small, substantial quality loss |
91
+ | [llama-2-7b-persian-text-1k-Q4_0.gguf](https://huggingface.co/tensorblock/hdeldar_llama-2-7b-persian-text-1k-GGUF/blob/main/llama-2-7b-persian-text-1k-Q4_0.gguf) | Q4_0 | 3.826 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
92
+ | [llama-2-7b-persian-text-1k-Q4_K_S.gguf](https://huggingface.co/tensorblock/hdeldar_llama-2-7b-persian-text-1k-GGUF/blob/main/llama-2-7b-persian-text-1k-Q4_K_S.gguf) | Q4_K_S | 3.857 GB | small, greater quality loss |
93
+ | [llama-2-7b-persian-text-1k-Q4_K_M.gguf](https://huggingface.co/tensorblock/hdeldar_llama-2-7b-persian-text-1k-GGUF/blob/main/llama-2-7b-persian-text-1k-Q4_K_M.gguf) | Q4_K_M | 4.081 GB | medium, balanced quality - recommended |
94
+ | [llama-2-7b-persian-text-1k-Q5_0.gguf](https://huggingface.co/tensorblock/hdeldar_llama-2-7b-persian-text-1k-GGUF/blob/main/llama-2-7b-persian-text-1k-Q5_0.gguf) | Q5_0 | 4.652 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
95
+ | [llama-2-7b-persian-text-1k-Q5_K_S.gguf](https://huggingface.co/tensorblock/hdeldar_llama-2-7b-persian-text-1k-GGUF/blob/main/llama-2-7b-persian-text-1k-Q5_K_S.gguf) | Q5_K_S | 4.652 GB | large, low quality loss - recommended |
96
+ | [llama-2-7b-persian-text-1k-Q5_K_M.gguf](https://huggingface.co/tensorblock/hdeldar_llama-2-7b-persian-text-1k-GGUF/blob/main/llama-2-7b-persian-text-1k-Q5_K_M.gguf) | Q5_K_M | 4.783 GB | large, very low quality loss - recommended |
97
+ | [llama-2-7b-persian-text-1k-Q6_K.gguf](https://huggingface.co/tensorblock/hdeldar_llama-2-7b-persian-text-1k-GGUF/blob/main/llama-2-7b-persian-text-1k-Q6_K.gguf) | Q6_K | 5.529 GB | very large, extremely low quality loss |
98
+ | [llama-2-7b-persian-text-1k-Q8_0.gguf](https://huggingface.co/tensorblock/hdeldar_llama-2-7b-persian-text-1k-GGUF/blob/main/llama-2-7b-persian-text-1k-Q8_0.gguf) | Q8_0 | 7.161 GB | very large, extremely low quality loss - not recommended |
99
+
100
+
101
+ ## Downloading instruction
102
+
103
+ ### Command line
104
+
105
+ Firstly, install Huggingface Client
106
+
107
+ ```shell
108
+ pip install -U "huggingface_hub[cli]"
109
+ ```
110
+
111
+ Then, downoad the individual model file the a local directory
112
+
113
+ ```shell
114
+ huggingface-cli download tensorblock/hdeldar_llama-2-7b-persian-text-1k-GGUF --include "llama-2-7b-persian-text-1k-Q2_K.gguf" --local-dir MY_LOCAL_DIR
115
+ ```
116
+
117
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
118
+
119
+ ```shell
120
+ huggingface-cli download tensorblock/hdeldar_llama-2-7b-persian-text-1k-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
121
+ ```
llama-2-7b-persian-text-1k-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a028f1c4858c7516fbf2c0db8230224ed5e46705da3fced02f841ed292e89df1
3
+ size 2532864512
llama-2-7b-persian-text-1k-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:296c25b8fd0b069c5d46b45b9bdf79be31066c3eae6429779f31f97d345bd628
3
+ size 3597111808
llama-2-7b-persian-text-1k-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f7d33ed9c8b7f9afab3edeac5364ff7c771f12791f9f88f08a1b1e4dc5772d7
3
+ size 3298005504
llama-2-7b-persian-text-1k-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2e4fdf99bf1300167685487b54823ddfad0957e41f83ba71f583ef35b8c51c5
3
+ size 2948305408
llama-2-7b-persian-text-1k-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1253a65ecdea0ccbf6b32d5e216dde68d93086ccf6656f92541b9e614311ce9
3
+ size 3825807872
llama-2-7b-persian-text-1k-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f551bf19368e7dc6a74ab96844685c84954db6bb683568b27096f6b1a651ea86
3
+ size 4081005056
llama-2-7b-persian-text-1k-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10288dbb4c7763451b5cab96d2e5b1d0b4e655ab6946c40450130d69028a224f
3
+ size 3856740864
llama-2-7b-persian-text-1k-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9375478f2052650de522166220ad6deac6115ec24e92a6794f18fefc6ba03ecf
3
+ size 4651692544
llama-2-7b-persian-text-1k-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:713a7bc2bc32853b11ade82f0626b004416f1d519388b6349f8fa46487fe6ff3
3
+ size 4783157760
llama-2-7b-persian-text-1k-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:746c851eefd46bdb3d6a1f91f5d585f7864ad18b4151fbecc71579b02571d30f
3
+ size 4651692544
llama-2-7b-persian-text-1k-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:496751976942d5265aaf21a8ff2cde6023f88c504815b7d6f3bede2d0b05c90d
3
+ size 5529195008
llama-2-7b-persian-text-1k-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9001f51899d2d1f83aae6b02c627476a40730d2dad09e400e9d3043bda792e0f
3
+ size 7161090560