morriszms commited on
Commit
208720c
·
verified ·
1 Parent(s): 89e2836

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
+ tamil-llama-13b-instruct-v0.1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ tamil-llama-13b-instruct-v0.1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ tamil-llama-13b-instruct-v0.1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ tamil-llama-13b-instruct-v0.1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ tamil-llama-13b-instruct-v0.1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ tamil-llama-13b-instruct-v0.1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ tamil-llama-13b-instruct-v0.1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ tamil-llama-13b-instruct-v0.1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ tamil-llama-13b-instruct-v0.1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ tamil-llama-13b-instruct-v0.1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ tamil-llama-13b-instruct-v0.1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ tamil-llama-13b-instruct-v0.1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,182 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ta
4
+ - en
5
+ license: llama2
6
+ tags:
7
+ - TensorBlock
8
+ - GGUF
9
+ base_model: abhinand/tamil-llama-13b-instruct-v0.1
10
+ model-index:
11
+ - name: tamil-llama-13b-instruct-v0.1
12
+ results:
13
+ - task:
14
+ type: text-generation
15
+ name: Text Generation
16
+ dataset:
17
+ name: AI2 Reasoning Challenge (25-Shot)
18
+ type: ai2_arc
19
+ config: ARC-Challenge
20
+ split: test
21
+ args:
22
+ num_few_shot: 25
23
+ metrics:
24
+ - type: acc_norm
25
+ value: 54.52
26
+ name: normalized accuracy
27
+ source:
28
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=abhinand/tamil-llama-13b-instruct-v0.1
29
+ name: Open LLM Leaderboard
30
+ - task:
31
+ type: text-generation
32
+ name: Text Generation
33
+ dataset:
34
+ name: HellaSwag (10-Shot)
35
+ type: hellaswag
36
+ split: validation
37
+ args:
38
+ num_few_shot: 10
39
+ metrics:
40
+ - type: acc_norm
41
+ value: 79.35
42
+ name: normalized accuracy
43
+ source:
44
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=abhinand/tamil-llama-13b-instruct-v0.1
45
+ name: Open LLM Leaderboard
46
+ - task:
47
+ type: text-generation
48
+ name: Text Generation
49
+ dataset:
50
+ name: MMLU (5-Shot)
51
+ type: cais/mmlu
52
+ config: all
53
+ split: test
54
+ args:
55
+ num_few_shot: 5
56
+ metrics:
57
+ - type: acc
58
+ value: 50.37
59
+ name: accuracy
60
+ source:
61
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=abhinand/tamil-llama-13b-instruct-v0.1
62
+ name: Open LLM Leaderboard
63
+ - task:
64
+ type: text-generation
65
+ name: Text Generation
66
+ dataset:
67
+ name: TruthfulQA (0-shot)
68
+ type: truthful_qa
69
+ config: multiple_choice
70
+ split: validation
71
+ args:
72
+ num_few_shot: 0
73
+ metrics:
74
+ - type: mc2
75
+ value: 41.22
76
+ source:
77
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=abhinand/tamil-llama-13b-instruct-v0.1
78
+ name: Open LLM Leaderboard
79
+ - task:
80
+ type: text-generation
81
+ name: Text Generation
82
+ dataset:
83
+ name: Winogrande (5-shot)
84
+ type: winogrande
85
+ config: winogrande_xl
86
+ split: validation
87
+ args:
88
+ num_few_shot: 5
89
+ metrics:
90
+ - type: acc
91
+ value: 76.56
92
+ name: accuracy
93
+ source:
94
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=abhinand/tamil-llama-13b-instruct-v0.1
95
+ name: Open LLM Leaderboard
96
+ - task:
97
+ type: text-generation
98
+ name: Text Generation
99
+ dataset:
100
+ name: GSM8k (5-shot)
101
+ type: gsm8k
102
+ config: main
103
+ split: test
104
+ args:
105
+ num_few_shot: 5
106
+ metrics:
107
+ - type: acc
108
+ value: 7.51
109
+ name: accuracy
110
+ source:
111
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=abhinand/tamil-llama-13b-instruct-v0.1
112
+ name: Open LLM Leaderboard
113
+ ---
114
+
115
+ <div style="width: auto; margin-left: auto; margin-right: auto">
116
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
117
+ </div>
118
+ <div style="display: flex; justify-content: space-between; width: 100%;">
119
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
120
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
121
+ 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>
122
+ </p>
123
+ </div>
124
+ </div>
125
+
126
+ ## abhinand/tamil-llama-13b-instruct-v0.1 - GGUF
127
+
128
+ This repo contains GGUF format model files for [abhinand/tamil-llama-13b-instruct-v0.1](https://huggingface.co/abhinand/tamil-llama-13b-instruct-v0.1).
129
+
130
+ 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).
131
+
132
+ <div style="text-align: left; margin: 20px 0;">
133
+ <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;">
134
+ Run them on the TensorBlock client using your local machine ↗
135
+ </a>
136
+ </div>
137
+
138
+ ## Prompt template
139
+
140
+ ```
141
+
142
+ ```
143
+
144
+ ## Model file specification
145
+
146
+ | Filename | Quant type | File Size | Description |
147
+ | -------- | ---------- | --------- | ----------- |
148
+ | [tamil-llama-13b-instruct-v0.1-Q2_K.gguf](https://huggingface.co/tensorblock/tamil-llama-13b-instruct-v0.1-GGUF/blob/main/tamil-llama-13b-instruct-v0.1-Q2_K.gguf) | Q2_K | 4.949 GB | smallest, significant quality loss - not recommended for most purposes |
149
+ | [tamil-llama-13b-instruct-v0.1-Q3_K_S.gguf](https://huggingface.co/tensorblock/tamil-llama-13b-instruct-v0.1-GGUF/blob/main/tamil-llama-13b-instruct-v0.1-Q3_K_S.gguf) | Q3_K_S | 5.762 GB | very small, high quality loss |
150
+ | [tamil-llama-13b-instruct-v0.1-Q3_K_M.gguf](https://huggingface.co/tensorblock/tamil-llama-13b-instruct-v0.1-GGUF/blob/main/tamil-llama-13b-instruct-v0.1-Q3_K_M.gguf) | Q3_K_M | 6.441 GB | very small, high quality loss |
151
+ | [tamil-llama-13b-instruct-v0.1-Q3_K_L.gguf](https://huggingface.co/tensorblock/tamil-llama-13b-instruct-v0.1-GGUF/blob/main/tamil-llama-13b-instruct-v0.1-Q3_K_L.gguf) | Q3_K_L | 7.032 GB | small, substantial quality loss |
152
+ | [tamil-llama-13b-instruct-v0.1-Q4_0.gguf](https://huggingface.co/tensorblock/tamil-llama-13b-instruct-v0.1-GGUF/blob/main/tamil-llama-13b-instruct-v0.1-Q4_0.gguf) | Q4_0 | 7.479 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
153
+ | [tamil-llama-13b-instruct-v0.1-Q4_K_S.gguf](https://huggingface.co/tensorblock/tamil-llama-13b-instruct-v0.1-GGUF/blob/main/tamil-llama-13b-instruct-v0.1-Q4_K_S.gguf) | Q4_K_S | 7.537 GB | small, greater quality loss |
154
+ | [tamil-llama-13b-instruct-v0.1-Q4_K_M.gguf](https://huggingface.co/tensorblock/tamil-llama-13b-instruct-v0.1-GGUF/blob/main/tamil-llama-13b-instruct-v0.1-Q4_K_M.gguf) | Q4_K_M | 7.980 GB | medium, balanced quality - recommended |
155
+ | [tamil-llama-13b-instruct-v0.1-Q5_0.gguf](https://huggingface.co/tensorblock/tamil-llama-13b-instruct-v0.1-GGUF/blob/main/tamil-llama-13b-instruct-v0.1-Q5_0.gguf) | Q5_0 | 9.096 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
156
+ | [tamil-llama-13b-instruct-v0.1-Q5_K_S.gguf](https://huggingface.co/tensorblock/tamil-llama-13b-instruct-v0.1-GGUF/blob/main/tamil-llama-13b-instruct-v0.1-Q5_K_S.gguf) | Q5_K_S | 9.096 GB | large, low quality loss - recommended |
157
+ | [tamil-llama-13b-instruct-v0.1-Q5_K_M.gguf](https://huggingface.co/tensorblock/tamil-llama-13b-instruct-v0.1-GGUF/blob/main/tamil-llama-13b-instruct-v0.1-Q5_K_M.gguf) | Q5_K_M | 9.354 GB | large, very low quality loss - recommended |
158
+ | [tamil-llama-13b-instruct-v0.1-Q6_K.gguf](https://huggingface.co/tensorblock/tamil-llama-13b-instruct-v0.1-GGUF/blob/main/tamil-llama-13b-instruct-v0.1-Q6_K.gguf) | Q6_K | 10.814 GB | very large, extremely low quality loss |
159
+ | [tamil-llama-13b-instruct-v0.1-Q8_0.gguf](https://huggingface.co/tensorblock/tamil-llama-13b-instruct-v0.1-GGUF/blob/main/tamil-llama-13b-instruct-v0.1-Q8_0.gguf) | Q8_0 | 14.006 GB | very large, extremely low quality loss - not recommended |
160
+
161
+
162
+ ## Downloading instruction
163
+
164
+ ### Command line
165
+
166
+ Firstly, install Huggingface Client
167
+
168
+ ```shell
169
+ pip install -U "huggingface_hub[cli]"
170
+ ```
171
+
172
+ Then, downoad the individual model file the a local directory
173
+
174
+ ```shell
175
+ huggingface-cli download tensorblock/tamil-llama-13b-instruct-v0.1-GGUF --include "tamil-llama-13b-instruct-v0.1-Q2_K.gguf" --local-dir MY_LOCAL_DIR
176
+ ```
177
+
178
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
179
+
180
+ ```shell
181
+ huggingface-cli download tensorblock/tamil-llama-13b-instruct-v0.1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
182
+ ```
tamil-llama-13b-instruct-v0.1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e851547d939f8057002a200a1cd1efb30a4bdb54cdaa4fdeaf4577e1bffd234
3
+ size 4948713792
tamil-llama-13b-instruct-v0.1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13277b8f83eb1eab8ca91d2e3aac822120ff88ce6dcd680d0ac6be5e24618c69
3
+ size 7032301024
tamil-llama-13b-instruct-v0.1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bb2d275c8d0661077623f72a4eb14f39505b53f6aada613aa9e1e3023011ebf
3
+ size 6440510944
tamil-llama-13b-instruct-v0.1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10c65101f1917222bbc06e89b07d9bb47acaafa716e1a78e79803c981d0329f3
3
+ size 5761721824
tamil-llama-13b-instruct-v0.1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa36500c4e1e9d3ba60f2a3048a53e1a6ff794ec9dff8dacd8d5510e2361be18
3
+ size 7479426976
tamil-llama-13b-instruct-v0.1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7348ff31192cf4aba47d051dfb5dcf27f331f407f32bbd8e0ef16b0a97f7b52b
3
+ size 7979548576
tamil-llama-13b-instruct-v0.1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a84198303fdb859ea828fc3551f476801acb05f95dd02315b30f1590014e9e3c
3
+ size 7536770976
tamil-llama-13b-instruct-v0.1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31d953f769b1f9e33559048461d192ce90846beb0b2028100ae72fc7949adc68
3
+ size 9096090656
tamil-llama-13b-instruct-v0.1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2fc210bf89c4f7b53ec6f06daed295e65505e2e84910ace4172e30c88951422
3
+ size 9353729056
tamil-llama-13b-instruct-v0.1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4b2eba2496276fda6e31c70bd19fac33e617cbd98268feda84caccb6e41e42d
3
+ size 9096090656
tamil-llama-13b-instruct-v0.1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b0bbe73c3f0bc6d2f4cc83f9e6aad44deff3d0b5deab0f84cbf57b1c2ade0d1
3
+ size 10813795840
tamil-llama-13b-instruct-v0.1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a13e5fb582821f156502c2374d853ee5bd7c76c58d4fb6f88ade6ee3c1f5d9e7
3
+ size 14005548352