morriszms commited on
Commit
0c513fb
1 Parent(s): dae16b1

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
+ T-lite-instruct-0.1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ T-lite-instruct-0.1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ T-lite-instruct-0.1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ T-lite-instruct-0.1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ T-lite-instruct-0.1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ T-lite-instruct-0.1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ T-lite-instruct-0.1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ T-lite-instruct-0.1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ T-lite-instruct-0.1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ T-lite-instruct-0.1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ T-lite-instruct-0.1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ T-lite-instruct-0.1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ru
4
+ tags:
5
+ - TensorBlock
6
+ - GGUF
7
+ base_model: AnatoliiPotapov/T-lite-instruct-0.1
8
+ ---
9
+
10
+ <div style="width: auto; margin-left: auto; margin-right: auto">
11
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
12
+ </div>
13
+ <div style="display: flex; justify-content: space-between; width: 100%;">
14
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
15
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
16
+ 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>
17
+ </p>
18
+ </div>
19
+ </div>
20
+
21
+ ## AnatoliiPotapov/T-lite-instruct-0.1 - GGUF
22
+
23
+ This repo contains GGUF format model files for [AnatoliiPotapov/T-lite-instruct-0.1](https://huggingface.co/AnatoliiPotapov/T-lite-instruct-0.1).
24
+
25
+ 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).
26
+
27
+ ## Prompt template
28
+
29
+ ```
30
+ <|begin_of_text|><|start_header_id|>system<|end_header_id|>
31
+
32
+ {system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
33
+
34
+ {prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
35
+ ```
36
+
37
+ ## Model file specification
38
+
39
+ | Filename | Quant type | File Size | Description |
40
+ | -------- | ---------- | --------- | ----------- |
41
+ | [T-lite-instruct-0.1-Q2_K.gguf](https://huggingface.co/tensorblock/T-lite-instruct-0.1-GGUF/tree/main/T-lite-instruct-0.1-Q2_K.gguf) | Q2_K | 2.961 GB | smallest, significant quality loss - not recommended for most purposes |
42
+ | [T-lite-instruct-0.1-Q3_K_S.gguf](https://huggingface.co/tensorblock/T-lite-instruct-0.1-GGUF/tree/main/T-lite-instruct-0.1-Q3_K_S.gguf) | Q3_K_S | 3.413 GB | very small, high quality loss |
43
+ | [T-lite-instruct-0.1-Q3_K_M.gguf](https://huggingface.co/tensorblock/T-lite-instruct-0.1-GGUF/tree/main/T-lite-instruct-0.1-Q3_K_M.gguf) | Q3_K_M | 3.743 GB | very small, high quality loss |
44
+ | [T-lite-instruct-0.1-Q3_K_L.gguf](https://huggingface.co/tensorblock/T-lite-instruct-0.1-GGUF/tree/main/T-lite-instruct-0.1-Q3_K_L.gguf) | Q3_K_L | 4.025 GB | small, substantial quality loss |
45
+ | [T-lite-instruct-0.1-Q4_0.gguf](https://huggingface.co/tensorblock/T-lite-instruct-0.1-GGUF/tree/main/T-lite-instruct-0.1-Q4_0.gguf) | Q4_0 | 4.341 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
46
+ | [T-lite-instruct-0.1-Q4_K_S.gguf](https://huggingface.co/tensorblock/T-lite-instruct-0.1-GGUF/tree/main/T-lite-instruct-0.1-Q4_K_S.gguf) | Q4_K_S | 4.370 GB | small, greater quality loss |
47
+ | [T-lite-instruct-0.1-Q4_K_M.gguf](https://huggingface.co/tensorblock/T-lite-instruct-0.1-GGUF/tree/main/T-lite-instruct-0.1-Q4_K_M.gguf) | Q4_K_M | 4.583 GB | medium, balanced quality - recommended |
48
+ | [T-lite-instruct-0.1-Q5_0.gguf](https://huggingface.co/tensorblock/T-lite-instruct-0.1-GGUF/tree/main/T-lite-instruct-0.1-Q5_0.gguf) | Q5_0 | 5.215 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
49
+ | [T-lite-instruct-0.1-Q5_K_S.gguf](https://huggingface.co/tensorblock/T-lite-instruct-0.1-GGUF/tree/main/T-lite-instruct-0.1-Q5_K_S.gguf) | Q5_K_S | 5.215 GB | large, low quality loss - recommended |
50
+ | [T-lite-instruct-0.1-Q5_K_M.gguf](https://huggingface.co/tensorblock/T-lite-instruct-0.1-GGUF/tree/main/T-lite-instruct-0.1-Q5_K_M.gguf) | Q5_K_M | 5.339 GB | large, very low quality loss - recommended |
51
+ | [T-lite-instruct-0.1-Q6_K.gguf](https://huggingface.co/tensorblock/T-lite-instruct-0.1-GGUF/tree/main/T-lite-instruct-0.1-Q6_K.gguf) | Q6_K | 6.143 GB | very large, extremely low quality loss |
52
+ | [T-lite-instruct-0.1-Q8_0.gguf](https://huggingface.co/tensorblock/T-lite-instruct-0.1-GGUF/tree/main/T-lite-instruct-0.1-Q8_0.gguf) | Q8_0 | 7.954 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/T-lite-instruct-0.1-GGUF --include "T-lite-instruct-0.1-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/T-lite-instruct-0.1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
75
+ ```
T-lite-instruct-0.1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e669b9f1178c479e8d28548c64d638de2c3aff382a34a9145e294b8cc915670e
3
+ size 3179145760
T-lite-instruct-0.1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fad0930e6d483cd525e4bae8ed89bd1b5d0866d3a6480ce5a5d79a27638f65d
3
+ size 4321971968
T-lite-instruct-0.1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7647e49a70d8ea92e0fb56ce1cfa1e66f3c66a0a6b30c6ba744882c14cb9d27e
3
+ size 4018933504
T-lite-instruct-0.1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d6f09e83a52095fabbd69edda4d2e655cd9d218351b28a7a31c26251163ed0d
3
+ size 3664514816
T-lite-instruct-0.1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76fe02f351a83942c4d4406debc868cffef41a7c357ce5841119d51fc299bf58
3
+ size 4661228896
T-lite-instruct-0.1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bafdbf232cac0dee67d6b0f55cbd3c06da06e9b01e4c7d10e240aae553c7c61
3
+ size 4920751456
T-lite-instruct-0.1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22c8b88db0f02352a28d6b5592af52ac4820ab427254710b73b21c2f44f33bda
3
+ size 4692686176
T-lite-instruct-0.1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c172bc00d92935db5eeb4097d5236f41ecfc4bec0448c577e46b7dcce44f34f6
3
+ size 5599312736
T-lite-instruct-0.1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44d5d10d41d346da641b117da6f0ac1bc09597f2c3558ae7ae10a62eaa458380
3
+ size 5733006176
T-lite-instruct-0.1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abd2cd72d829e34bc5c5e70c7be89dd960891fca31825706c5ebcb1a1b2f594b
3
+ size 5599312736
T-lite-instruct-0.1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9d6702defb52ad4912fe8153fe71ecaeb4d8895fa8d02bfffc3d6ad4ad32c79
3
+ size 6596026816
T-lite-instruct-0.1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c612177543d3aae613df348890d19302506690637912e7f53876a155a5aeb878
3
+ size 8540797184