初始化项目,由ModelHub XC社区提供模型
Model: bartowski/Tesslate_Tessa-T1-7B-GGUF Source: Original Platform
This commit is contained in:
47
.gitattributes
vendored
Normal file
47
.gitattributes
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.arrow filter=lfs diff=lfs merge=lfs -text
|
||||
*.bin filter=lfs diff=lfs merge=lfs -text
|
||||
*.bin.* filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.ftz filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.h5 filter=lfs diff=lfs merge=lfs -text
|
||||
*.joblib filter=lfs diff=lfs merge=lfs -text
|
||||
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
||||
*.model filter=lfs diff=lfs merge=lfs -text
|
||||
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
||||
*.onnx filter=lfs diff=lfs merge=lfs -text
|
||||
*.ot filter=lfs diff=lfs merge=lfs -text
|
||||
*.parquet filter=lfs diff=lfs merge=lfs -text
|
||||
*.pb filter=lfs diff=lfs merge=lfs -text
|
||||
*.pt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pth filter=lfs diff=lfs merge=lfs -text
|
||||
*.rar filter=lfs diff=lfs merge=lfs -text
|
||||
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
||||
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
||||
*.tflite filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
||||
*.tfevents* filter=lfs diff=lfs merge=lfs -text
|
||||
*.db* filter=lfs diff=lfs merge=lfs -text
|
||||
*.ark* filter=lfs diff=lfs merge=lfs -text
|
||||
**/*ckpt*data* filter=lfs diff=lfs merge=lfs -text
|
||||
**/*ckpt*.meta filter=lfs diff=lfs merge=lfs -text
|
||||
**/*ckpt*.index filter=lfs diff=lfs merge=lfs -text
|
||||
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
||||
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
||||
*.gguf* filter=lfs diff=lfs merge=lfs -text
|
||||
*.ggml filter=lfs diff=lfs merge=lfs -text
|
||||
*.llamafile* filter=lfs diff=lfs merge=lfs -text
|
||||
*.pt2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
||||
*.npy filter=lfs diff=lfs merge=lfs -text
|
||||
*.npz filter=lfs diff=lfs merge=lfs -text
|
||||
*.pickle filter=lfs diff=lfs merge=lfs -text
|
||||
*.pkl filter=lfs diff=lfs merge=lfs -text
|
||||
*.tar filter=lfs diff=lfs merge=lfs -text
|
||||
*.wasm filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
||||
180
README.md
Normal file
180
README.md
Normal file
@@ -0,0 +1,180 @@
|
||||
---
|
||||
quantized_by: bartowski
|
||||
pipeline_tag: text-generation
|
||||
tags:
|
||||
- text-generation-inference
|
||||
- transformers
|
||||
- qwen2
|
||||
- trl
|
||||
base_model_relation: quantized
|
||||
language:
|
||||
- en
|
||||
base_model: Tesslate/Tessa-T1-7B
|
||||
license: apache-2.0
|
||||
datasets:
|
||||
- Tesslate/Tessa-T1-Dataset
|
||||
---
|
||||
|
||||
## Llamacpp imatrix Quantizations of Tessa-T1-7B by Tesslate
|
||||
|
||||
Using <a href="https://github.com/ggerganov/llama.cpp/">llama.cpp</a> release <a href="https://github.com/ggerganov/llama.cpp/releases/tag/b4978">b4978</a> for quantization.
|
||||
|
||||
Original model: https://huggingface.co/Tesslate/Tessa-T1-7B
|
||||
|
||||
All quants made using imatrix option with dataset from [here](https://gist.github.com/bartowski1182/eb213dccb3571f863da82e99418f81e8)
|
||||
|
||||
Run them in [LM Studio](https://lmstudio.ai/)
|
||||
|
||||
Run them directly with [llama.cpp](https://github.com/ggerganov/llama.cpp), or any other llama.cpp based project
|
||||
|
||||
## Prompt format
|
||||
|
||||
```
|
||||
<|im_start|>system
|
||||
{system_prompt}<|im_end|>
|
||||
<|im_start|>user
|
||||
{prompt}<|im_end|>
|
||||
<|im_start|>assistant
|
||||
```
|
||||
|
||||
## Download a file (not the whole branch) from below:
|
||||
|
||||
| Filename | Quant type | File Size | Split | Description |
|
||||
| -------- | ---------- | --------- | ----- | ----------- |
|
||||
| [Tessa-T1-7B-bf16.gguf](https://huggingface.co/bartowski/Tesslate_Tessa-T1-7B-GGUF/blob/main/Tesslate_Tessa-T1-7B-bf16.gguf) | bf16 | 15.24GB | false | Full BF16 weights. |
|
||||
| [Tessa-T1-7B-Q8_0.gguf](https://huggingface.co/bartowski/Tesslate_Tessa-T1-7B-GGUF/blob/main/Tesslate_Tessa-T1-7B-Q8_0.gguf) | Q8_0 | 8.10GB | false | Extremely high quality, generally unneeded but max available quant. |
|
||||
| [Tessa-T1-7B-Q6_K_L.gguf](https://huggingface.co/bartowski/Tesslate_Tessa-T1-7B-GGUF/blob/main/Tesslate_Tessa-T1-7B-Q6_K_L.gguf) | Q6_K_L | 6.52GB | false | Uses Q8_0 for embed and output weights. Very high quality, near perfect, *recommended*. |
|
||||
| [Tessa-T1-7B-Q6_K.gguf](https://huggingface.co/bartowski/Tesslate_Tessa-T1-7B-GGUF/blob/main/Tesslate_Tessa-T1-7B-Q6_K.gguf) | Q6_K | 6.25GB | false | Very high quality, near perfect, *recommended*. |
|
||||
| [Tessa-T1-7B-Q5_K_L.gguf](https://huggingface.co/bartowski/Tesslate_Tessa-T1-7B-GGUF/blob/main/Tesslate_Tessa-T1-7B-Q5_K_L.gguf) | Q5_K_L | 5.78GB | false | Uses Q8_0 for embed and output weights. High quality, *recommended*. |
|
||||
| [Tessa-T1-7B-Q5_K_M.gguf](https://huggingface.co/bartowski/Tesslate_Tessa-T1-7B-GGUF/blob/main/Tesslate_Tessa-T1-7B-Q5_K_M.gguf) | Q5_K_M | 5.44GB | false | High quality, *recommended*. |
|
||||
| [Tessa-T1-7B-Q5_K_S.gguf](https://huggingface.co/bartowski/Tesslate_Tessa-T1-7B-GGUF/blob/main/Tesslate_Tessa-T1-7B-Q5_K_S.gguf) | Q5_K_S | 5.32GB | false | High quality, *recommended*. |
|
||||
| [Tessa-T1-7B-Q4_K_L.gguf](https://huggingface.co/bartowski/Tesslate_Tessa-T1-7B-GGUF/blob/main/Tesslate_Tessa-T1-7B-Q4_K_L.gguf) | Q4_K_L | 5.09GB | false | Uses Q8_0 for embed and output weights. Good quality, *recommended*. |
|
||||
| [Tessa-T1-7B-Q4_1.gguf](https://huggingface.co/bartowski/Tesslate_Tessa-T1-7B-GGUF/blob/main/Tesslate_Tessa-T1-7B-Q4_1.gguf) | Q4_1 | 4.87GB | false | Legacy format, similar performance to Q4_K_S but with improved tokens/watt on Apple silicon. |
|
||||
| [Tessa-T1-7B-Q4_K_M.gguf](https://huggingface.co/bartowski/Tesslate_Tessa-T1-7B-GGUF/blob/main/Tesslate_Tessa-T1-7B-Q4_K_M.gguf) | Q4_K_M | 4.68GB | false | Good quality, default size for most use cases, *recommended*. |
|
||||
| [Tessa-T1-7B-Q3_K_XL.gguf](https://huggingface.co/bartowski/Tesslate_Tessa-T1-7B-GGUF/blob/main/Tesslate_Tessa-T1-7B-Q3_K_XL.gguf) | Q3_K_XL | 4.57GB | false | Uses Q8_0 for embed and output weights. Lower quality but usable, good for low RAM availability. |
|
||||
| [Tessa-T1-7B-Q4_K_S.gguf](https://huggingface.co/bartowski/Tesslate_Tessa-T1-7B-GGUF/blob/main/Tesslate_Tessa-T1-7B-Q4_K_S.gguf) | Q4_K_S | 4.46GB | false | Slightly lower quality with more space savings, *recommended*. |
|
||||
| [Tessa-T1-7B-Q4_0.gguf](https://huggingface.co/bartowski/Tesslate_Tessa-T1-7B-GGUF/blob/main/Tesslate_Tessa-T1-7B-Q4_0.gguf) | Q4_0 | 4.44GB | false | Legacy format, offers online repacking for ARM and AVX CPU inference. |
|
||||
| [Tessa-T1-7B-IQ4_NL.gguf](https://huggingface.co/bartowski/Tesslate_Tessa-T1-7B-GGUF/blob/main/Tesslate_Tessa-T1-7B-IQ4_NL.gguf) | IQ4_NL | 4.44GB | false | Similar to IQ4_XS, but slightly larger. Offers online repacking for ARM CPU inference. |
|
||||
| [Tessa-T1-7B-IQ4_XS.gguf](https://huggingface.co/bartowski/Tesslate_Tessa-T1-7B-GGUF/blob/main/Tesslate_Tessa-T1-7B-IQ4_XS.gguf) | IQ4_XS | 4.22GB | false | Decent quality, smaller than Q4_K_S with similar performance, *recommended*. |
|
||||
| [Tessa-T1-7B-Q3_K_L.gguf](https://huggingface.co/bartowski/Tesslate_Tessa-T1-7B-GGUF/blob/main/Tesslate_Tessa-T1-7B-Q3_K_L.gguf) | Q3_K_L | 4.09GB | false | Lower quality but usable, good for low RAM availability. |
|
||||
| [Tessa-T1-7B-Q3_K_M.gguf](https://huggingface.co/bartowski/Tesslate_Tessa-T1-7B-GGUF/blob/main/Tesslate_Tessa-T1-7B-Q3_K_M.gguf) | Q3_K_M | 3.81GB | false | Low quality. |
|
||||
| [Tessa-T1-7B-IQ3_M.gguf](https://huggingface.co/bartowski/Tesslate_Tessa-T1-7B-GGUF/blob/main/Tesslate_Tessa-T1-7B-IQ3_M.gguf) | IQ3_M | 3.57GB | false | Medium-low quality, new method with decent performance comparable to Q3_K_M. |
|
||||
| [Tessa-T1-7B-Q2_K_L.gguf](https://huggingface.co/bartowski/Tesslate_Tessa-T1-7B-GGUF/blob/main/Tesslate_Tessa-T1-7B-Q2_K_L.gguf) | Q2_K_L | 3.55GB | false | Uses Q8_0 for embed and output weights. Very low quality but surprisingly usable. |
|
||||
| [Tessa-T1-7B-Q3_K_S.gguf](https://huggingface.co/bartowski/Tesslate_Tessa-T1-7B-GGUF/blob/main/Tesslate_Tessa-T1-7B-Q3_K_S.gguf) | Q3_K_S | 3.49GB | false | Low quality, not recommended. |
|
||||
| [Tessa-T1-7B-IQ3_XS.gguf](https://huggingface.co/bartowski/Tesslate_Tessa-T1-7B-GGUF/blob/main/Tesslate_Tessa-T1-7B-IQ3_XS.gguf) | IQ3_XS | 3.35GB | false | Lower quality, new method with decent performance, slightly better than Q3_K_S. |
|
||||
| [Tessa-T1-7B-IQ3_XXS.gguf](https://huggingface.co/bartowski/Tesslate_Tessa-T1-7B-GGUF/blob/main/Tesslate_Tessa-T1-7B-IQ3_XXS.gguf) | IQ3_XXS | 3.11GB | false | Lower quality, new method with decent performance, comparable to Q3 quants. |
|
||||
| [Tessa-T1-7B-Q2_K.gguf](https://huggingface.co/bartowski/Tesslate_Tessa-T1-7B-GGUF/blob/main/Tesslate_Tessa-T1-7B-Q2_K.gguf) | Q2_K | 3.02GB | false | Very low quality but surprisingly usable. |
|
||||
| [Tessa-T1-7B-IQ2_M.gguf](https://huggingface.co/bartowski/Tesslate_Tessa-T1-7B-GGUF/blob/main/Tesslate_Tessa-T1-7B-IQ2_M.gguf) | IQ2_M | 2.78GB | false | Relatively low quality, uses SOTA techniques to be surprisingly usable. |
|
||||
|
||||
## Embed/output weights
|
||||
|
||||
Some of these quants (Q3_K_XL, Q4_K_L etc) are the standard quantization method with the embeddings and output weights quantized to Q8_0 instead of what they would normally default to.
|
||||
|
||||
## Downloading using huggingface-cli
|
||||
|
||||
<details>
|
||||
<summary>Click to view download instructions</summary>
|
||||
|
||||
First, make sure you have hugginface-cli installed:
|
||||
|
||||
```
|
||||
pip install -U "huggingface_hub[cli]"
|
||||
```
|
||||
|
||||
Then, you can target the specific file you want:
|
||||
|
||||
```
|
||||
huggingface-cli download bartowski/Tesslate_Tessa-T1-7B-GGUF --include "Tesslate_Tessa-T1-7B-Q4_K_M.gguf" --local-dir ./
|
||||
```
|
||||
|
||||
If the model is bigger than 50GB, it will have been split into multiple files. In order to download them all to a local folder, run:
|
||||
|
||||
```
|
||||
huggingface-cli download bartowski/Tesslate_Tessa-T1-7B-GGUF --include "Tesslate_Tessa-T1-7B-Q8_0/*" --local-dir ./
|
||||
```
|
||||
|
||||
You can either specify a new local-dir (Tesslate_Tessa-T1-7B-Q8_0) or download them all in place (./)
|
||||
|
||||
</details>
|
||||
|
||||
## ARM/AVX information
|
||||
|
||||
Previously, you would download Q4_0_4_4/4_8/8_8, and these would have their weights interleaved in memory in order to improve performance on ARM and AVX machines by loading up more data in one pass.
|
||||
|
||||
Now, however, there is something called "online repacking" for weights. details in [this PR](https://github.com/ggerganov/llama.cpp/pull/9921). If you use Q4_0 and your hardware would benefit from repacking weights, it will do it automatically on the fly.
|
||||
|
||||
As of llama.cpp build [b4282](https://github.com/ggerganov/llama.cpp/releases/tag/b4282) you will not be able to run the Q4_0_X_X files and will instead need to use Q4_0.
|
||||
|
||||
Additionally, if you want to get slightly better quality for , you can use IQ4_NL thanks to [this PR](https://github.com/ggerganov/llama.cpp/pull/10541) which will also repack the weights for ARM, though only the 4_4 for now. The loading time may be slower but it will result in an overall speed incrase.
|
||||
|
||||
<details>
|
||||
<summary>Click to view Q4_0_X_X information (deprecated</summary>
|
||||
|
||||
I'm keeping this section to show the potential theoretical uplift in performance from using the Q4_0 with online repacking.
|
||||
|
||||
<details>
|
||||
<summary>Click to view benchmarks on an AVX2 system (EPYC7702)</summary>
|
||||
|
||||
| model | size | params | backend | threads | test | t/s | % (vs Q4_0) |
|
||||
| ------------------------------ | ---------: | ---------: | ---------- | ------: | ------------: | -------------------: |-------------: |
|
||||
| qwen2 3B Q4_0 | 1.70 GiB | 3.09 B | CPU | 64 | pp512 | 204.03 ± 1.03 | 100% |
|
||||
| qwen2 3B Q4_0 | 1.70 GiB | 3.09 B | CPU | 64 | pp1024 | 282.92 ± 0.19 | 100% |
|
||||
| qwen2 3B Q4_0 | 1.70 GiB | 3.09 B | CPU | 64 | pp2048 | 259.49 ± 0.44 | 100% |
|
||||
| qwen2 3B Q4_0 | 1.70 GiB | 3.09 B | CPU | 64 | tg128 | 39.12 ± 0.27 | 100% |
|
||||
| qwen2 3B Q4_0 | 1.70 GiB | 3.09 B | CPU | 64 | tg256 | 39.31 ± 0.69 | 100% |
|
||||
| qwen2 3B Q4_0 | 1.70 GiB | 3.09 B | CPU | 64 | tg512 | 40.52 ± 0.03 | 100% |
|
||||
| qwen2 3B Q4_K_M | 1.79 GiB | 3.09 B | CPU | 64 | pp512 | 301.02 ± 1.74 | 147% |
|
||||
| qwen2 3B Q4_K_M | 1.79 GiB | 3.09 B | CPU | 64 | pp1024 | 287.23 ± 0.20 | 101% |
|
||||
| qwen2 3B Q4_K_M | 1.79 GiB | 3.09 B | CPU | 64 | pp2048 | 262.77 ± 1.81 | 101% |
|
||||
| qwen2 3B Q4_K_M | 1.79 GiB | 3.09 B | CPU | 64 | tg128 | 18.80 ± 0.99 | 48% |
|
||||
| qwen2 3B Q4_K_M | 1.79 GiB | 3.09 B | CPU | 64 | tg256 | 24.46 ± 3.04 | 83% |
|
||||
| qwen2 3B Q4_K_M | 1.79 GiB | 3.09 B | CPU | 64 | tg512 | 36.32 ± 3.59 | 90% |
|
||||
| qwen2 3B Q4_0_8_8 | 1.69 GiB | 3.09 B | CPU | 64 | pp512 | 271.71 ± 3.53 | 133% |
|
||||
| qwen2 3B Q4_0_8_8 | 1.69 GiB | 3.09 B | CPU | 64 | pp1024 | 279.86 ± 45.63 | 100% |
|
||||
| qwen2 3B Q4_0_8_8 | 1.69 GiB | 3.09 B | CPU | 64 | pp2048 | 320.77 ± 5.00 | 124% |
|
||||
| qwen2 3B Q4_0_8_8 | 1.69 GiB | 3.09 B | CPU | 64 | tg128 | 43.51 ± 0.05 | 111% |
|
||||
| qwen2 3B Q4_0_8_8 | 1.69 GiB | 3.09 B | CPU | 64 | tg256 | 43.35 ± 0.09 | 110% |
|
||||
| qwen2 3B Q4_0_8_8 | 1.69 GiB | 3.09 B | CPU | 64 | tg512 | 42.60 ± 0.31 | 105% |
|
||||
|
||||
Q4_0_8_8 offers a nice bump to prompt processing and a small bump to text generation
|
||||
|
||||
</details>
|
||||
|
||||
</details>
|
||||
|
||||
## Which file should I choose?
|
||||
|
||||
<details>
|
||||
<summary>Click here for details</summary>
|
||||
|
||||
A great write up with charts showing various performances is provided by Artefact2 [here](https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9)
|
||||
|
||||
The first thing to figure out is how big a model you can run. To do this, you'll need to figure out how much RAM and/or VRAM you have.
|
||||
|
||||
If you want your model running as FAST as possible, you'll want to fit the whole thing on your GPU's VRAM. Aim for a quant with a file size 1-2GB smaller than your GPU's total VRAM.
|
||||
|
||||
If you want the absolute maximum quality, add both your system RAM and your GPU's VRAM together, then similarly grab a quant with a file size 1-2GB Smaller than that total.
|
||||
|
||||
Next, you'll need to decide if you want to use an 'I-quant' or a 'K-quant'.
|
||||
|
||||
If you don't want to think too much, grab one of the K-quants. These are in format 'QX_K_X', like Q5_K_M.
|
||||
|
||||
If you want to get more into the weeds, you can check out this extremely useful feature chart:
|
||||
|
||||
[llama.cpp feature matrix](https://github.com/ggerganov/llama.cpp/wiki/Feature-matrix)
|
||||
|
||||
But basically, if you're aiming for below Q4, and you're running cuBLAS (Nvidia) or rocBLAS (AMD), you should look towards the I-quants. These are in format IQX_X, like IQ3_M. These are newer and offer better performance for their size.
|
||||
|
||||
These I-quants can also be used on CPU, but will be slower than their K-quant equivalent, so speed vs performance is a tradeoff you'll have to decide.
|
||||
|
||||
</details>
|
||||
|
||||
## Credits
|
||||
|
||||
Thank you kalomaze and Dampf for assistance in creating the imatrix calibration dataset.
|
||||
|
||||
Thank you ZeroWw for the inspiration to experiment with embed/output.
|
||||
|
||||
Thank you to LM Studio for sponsoring my work.
|
||||
|
||||
Want to support my work? Visit my ko-fi page here: https://ko-fi.com/bartowski
|
||||
3
Tesslate_Tessa-T1-7B-IQ2_M.gguf
Normal file
3
Tesslate_Tessa-T1-7B-IQ2_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4eafc90ced0e79171ee5e092ec1c2faaddbad316993d7872c4c70fb244a98c32
|
||||
size 2780343104
|
||||
3
Tesslate_Tessa-T1-7B-IQ3_M.gguf
Normal file
3
Tesslate_Tessa-T1-7B-IQ3_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4feb0770f679d58ed0328d5388cda20f5100a1d3ee1822d6df922766a82b4ae0
|
||||
size 3574012736
|
||||
3
Tesslate_Tessa-T1-7B-IQ3_XS.gguf
Normal file
3
Tesslate_Tessa-T1-7B-IQ3_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f4ea879757302648162ce80c0368a0331050af32c526c198f5505aa410c35709
|
||||
size 3346256704
|
||||
3
Tesslate_Tessa-T1-7B-IQ3_XXS.gguf
Normal file
3
Tesslate_Tessa-T1-7B-IQ3_XXS.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f6b30b3a61d1b2a824f6cde9b636b87eda1a101754ccd5869044016c2775bf48
|
||||
size 3114515264
|
||||
3
Tesslate_Tessa-T1-7B-IQ4_NL.gguf
Normal file
3
Tesslate_Tessa-T1-7B-IQ4_NL.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:65dc694db37a4e31aaef05879b059bbb3dfe14c4e3b0121773e7628e443c3dbd
|
||||
size 4437814080
|
||||
3
Tesslate_Tessa-T1-7B-IQ4_XS.gguf
Normal file
3
Tesslate_Tessa-T1-7B-IQ4_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:722345c7d687349529def992bde37e5ec0eac288cb72242bbc2f4f8839b180fb
|
||||
size 4218473280
|
||||
3
Tesslate_Tessa-T1-7B-Q2_K.gguf
Normal file
3
Tesslate_Tessa-T1-7B-Q2_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3ce606d286a8ab0c2941125f600628913b2c53da873fef9c6d18553455b694e7
|
||||
size 3015940928
|
||||
3
Tesslate_Tessa-T1-7B-Q2_K_L.gguf
Normal file
3
Tesslate_Tessa-T1-7B-Q2_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d8898a8237000ee70875f1f27182d4e8078f0fc88dade185124e4fb1c1b105f
|
||||
size 3548164928
|
||||
3
Tesslate_Tessa-T1-7B-Q3_K_L.gguf
Normal file
3
Tesslate_Tessa-T1-7B-Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7166a61b22ee3484fd52349ff2c758a9cdcfe6ec5bd33d8e0a4a2bfab69aec8d
|
||||
size 4088460096
|
||||
3
Tesslate_Tessa-T1-7B-Q3_K_M.gguf
Normal file
3
Tesslate_Tessa-T1-7B-Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e85bab858a7207122bcf67bb3791eea45d16d3ba5c9d2c55dfff6fd60a74533f
|
||||
size 3808392000
|
||||
3
Tesslate_Tessa-T1-7B-Q3_K_S.gguf
Normal file
3
Tesslate_Tessa-T1-7B-Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c9970abfb1db8616518b835ed4c9738c47d0fb2de8e43e35bbdcd2291454400c
|
||||
size 3492369216
|
||||
3
Tesslate_Tessa-T1-7B-Q3_K_XL.gguf
Normal file
3
Tesslate_Tessa-T1-7B-Q3_K_XL.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:19dcde0ffda1fa295f1be070b5f5cef097e599a4ca08b922626f6de82610d3a7
|
||||
size 4565332800
|
||||
3
Tesslate_Tessa-T1-7B-Q4_0.gguf
Normal file
3
Tesslate_Tessa-T1-7B-Q4_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6167dd19a102ff05c3417a7eb07c64608d5cfeda17d89ba888526ef69126c034
|
||||
size 4444121920
|
||||
3
Tesslate_Tessa-T1-7B-Q4_1.gguf
Normal file
3
Tesslate_Tessa-T1-7B-Q4_1.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9dc6ecb732d6e9db0379013b3e40a6e6d7d29ac1a5f44c755761c3345a5fd62c
|
||||
size 4873284416
|
||||
3
Tesslate_Tessa-T1-7B-Q4_K_L.gguf
Normal file
3
Tesslate_Tessa-T1-7B-Q4_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2fa1e834c06414f5fa9751c967761259f4c01b5a69fb7f3dfdabef0cbe5cc2c8
|
||||
size 5087564608
|
||||
3
Tesslate_Tessa-T1-7B-Q4_K_M.gguf
Normal file
3
Tesslate_Tessa-T1-7B-Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7968332d01b5479dee99aff7c9764b9e61c2a6d2828c266163596dd783bdee18
|
||||
size 4683074368
|
||||
3
Tesslate_Tessa-T1-7B-Q4_K_S.gguf
Normal file
3
Tesslate_Tessa-T1-7B-Q4_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4b1085757df0aaa249a0fd48cf0cac81b98619231201576c9dcdf9e87ba9765d
|
||||
size 4457769792
|
||||
3
Tesslate_Tessa-T1-7B-Q5_K_L.gguf
Normal file
3
Tesslate_Tessa-T1-7B-Q5_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:40f0429f2ec0c383234cc2c7fa9d89955c89add4f46994d89e90c36a1775585a
|
||||
size 5781197632
|
||||
3
Tesslate_Tessa-T1-7B-Q5_K_M.gguf
Normal file
3
Tesslate_Tessa-T1-7B-Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a627eb24dafae128a238282bf640ef43dacd9b91a4d3ae1331986c9584b92dc3
|
||||
size 5444832064
|
||||
3
Tesslate_Tessa-T1-7B-Q5_K_S.gguf
Normal file
3
Tesslate_Tessa-T1-7B-Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:36200d389b460760e331505e7ca878784afcf47c662f61a5753913e71f02fdf6
|
||||
size 5315177280
|
||||
3
Tesslate_Tessa-T1-7B-Q6_K.gguf
Normal file
3
Tesslate_Tessa-T1-7B-Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:370b7821efaf280399e7e8bd6230c3eef586a245907b44b8c8ec26a17147cea0
|
||||
size 6254199616
|
||||
3
Tesslate_Tessa-T1-7B-Q6_K_L.gguf
Normal file
3
Tesslate_Tessa-T1-7B-Q6_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e48b94f48e65926ee75add9a448490e9d563d6a8336e8d209c4f475bfca63ce1
|
||||
size 6518182720
|
||||
3
Tesslate_Tessa-T1-7B-Q8_0.gguf
Normal file
3
Tesslate_Tessa-T1-7B-Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d4359dfc592efe7d326b812fcf9c6c93aeb1c8cf7b800fe44e26d0a595eeb20f
|
||||
size 8098526016
|
||||
3
Tesslate_Tessa-T1-7B-bf16.gguf
Normal file
3
Tesslate_Tessa-T1-7B-bf16.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2dfc7a75127a17c1b586416f522aa9ceed3008128374c767492b7622a9723cfc
|
||||
size 15237853760
|
||||
BIN
Tesslate_Tessa-T1-7B.imatrix
Normal file
BIN
Tesslate_Tessa-T1-7B.imatrix
Normal file
Binary file not shown.
1
configuration.json
Normal file
1
configuration.json
Normal file
@@ -0,0 +1 @@
|
||||
{"framework": "pytorch", "task": "text-generation", "allow_remote": true}
|
||||
Reference in New Issue
Block a user