初始化项目,由ModelHub XC社区提供模型

Model: bartowski/Sparse-Llama-3.1-8B-2of4-GGUF
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-08-06 00:47:13 +08:00
commit c02e1487fa
28 changed files with 299 additions and 0 deletions

60
.gitattributes vendored Normal file
View File

@@ -0,0 +1,60 @@
*.7z filter=lfs diff=lfs merge=lfs -text
*.arrow filter=lfs diff=lfs merge=lfs -text
*.bin filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.ckpt 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
*.mlmodel filter=lfs diff=lfs merge=lfs -text
*.model filter=lfs diff=lfs merge=lfs -text
*.msgpack filter=lfs diff=lfs merge=lfs -text
*.npy filter=lfs diff=lfs merge=lfs -text
*.npz 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
*.pickle filter=lfs diff=lfs merge=lfs -text
*.pkl 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
*.safetensors filter=lfs diff=lfs merge=lfs -text
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
*.tar.* 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
*.wasm filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text
*tfevents* filter=lfs diff=lfs merge=lfs -text
Sparse-Llama-3.1-8B-2of4-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
Sparse-Llama-3.1-8B-2of4-Q6_K_L.gguf filter=lfs diff=lfs merge=lfs -text
Sparse-Llama-3.1-8B-2of4-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
Sparse-Llama-3.1-8B-2of4-Q5_K_L.gguf filter=lfs diff=lfs merge=lfs -text
Sparse-Llama-3.1-8B-2of4-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
Sparse-Llama-3.1-8B-2of4-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
Sparse-Llama-3.1-8B-2of4-Q4_K_L.gguf filter=lfs diff=lfs merge=lfs -text
Sparse-Llama-3.1-8B-2of4-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
Sparse-Llama-3.1-8B-2of4-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
Sparse-Llama-3.1-8B-2of4-Q4_0_8_8.gguf filter=lfs diff=lfs merge=lfs -text
Sparse-Llama-3.1-8B-2of4-Q4_0_4_8.gguf filter=lfs diff=lfs merge=lfs -text
Sparse-Llama-3.1-8B-2of4-Q4_0_4_4.gguf filter=lfs diff=lfs merge=lfs -text
Sparse-Llama-3.1-8B-2of4-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
Sparse-Llama-3.1-8B-2of4-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
Sparse-Llama-3.1-8B-2of4-Q3_K_XL.gguf filter=lfs diff=lfs merge=lfs -text
Sparse-Llama-3.1-8B-2of4-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
Sparse-Llama-3.1-8B-2of4-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
Sparse-Llama-3.1-8B-2of4-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
Sparse-Llama-3.1-8B-2of4-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
Sparse-Llama-3.1-8B-2of4-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
Sparse-Llama-3.1-8B-2of4-Q2_K_L.gguf filter=lfs diff=lfs merge=lfs -text
Sparse-Llama-3.1-8B-2of4-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
Sparse-Llama-3.1-8B-2of4-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
Sparse-Llama-3.1-8B-2of4-f16.gguf filter=lfs diff=lfs merge=lfs -text
Sparse-Llama-3.1-8B-2of4.imatrix filter=lfs diff=lfs merge=lfs -text

163
README.md Normal file
View File

@@ -0,0 +1,163 @@
---
quantized_by: bartowski
pipeline_tag: text-generation
base_model: neuralmagic/Sparse-Llama-3.1-8B-2of4
tags:
- vllm
- sparsity
license: llama3.1
---
## Llamacpp imatrix Quantizations of Sparse-Llama-3.1-8B-2of4
Using <a href="https://github.com/ggerganov/llama.cpp/">llama.cpp</a> release <a href="https://github.com/ggerganov/llama.cpp/releases/tag/b4132">b4132</a> for quantization.
Original model: https://huggingface.co/neuralmagic/Sparse-Llama-3.1-8B-2of4
All quants made using imatrix option with dataset from [here](https://gist.github.com/bartowski1182/eb213dccb3571f863da82e99418f81e8)
Run them in [LM Studio](https://lmstudio.ai/)
## Prompt format
No prompt format found, check original model page
## Download a file (not the whole branch) from below:
| Filename | Quant type | File Size | Split | Description |
| -------- | ---------- | --------- | ----- | ----------- |
| [Sparse-Llama-3.1-8B-2of4-f16.gguf](https://huggingface.co/bartowski/Sparse-Llama-3.1-8B-2of4-GGUF/blob/main/Sparse-Llama-3.1-8B-2of4-f16.gguf) | f16 | 16.07GB | false | Full F16 weights. |
| [Sparse-Llama-3.1-8B-2of4-Q8_0.gguf](https://huggingface.co/bartowski/Sparse-Llama-3.1-8B-2of4-GGUF/blob/main/Sparse-Llama-3.1-8B-2of4-Q8_0.gguf) | Q8_0 | 8.54GB | false | Extremely high quality, generally unneeded but max available quant. |
| [Sparse-Llama-3.1-8B-2of4-Q6_K_L.gguf](https://huggingface.co/bartowski/Sparse-Llama-3.1-8B-2of4-GGUF/blob/main/Sparse-Llama-3.1-8B-2of4-Q6_K_L.gguf) | Q6_K_L | 6.85GB | false | Uses Q8_0 for embed and output weights. Very high quality, near perfect, *recommended*. |
| [Sparse-Llama-3.1-8B-2of4-Q6_K.gguf](https://huggingface.co/bartowski/Sparse-Llama-3.1-8B-2of4-GGUF/blob/main/Sparse-Llama-3.1-8B-2of4-Q6_K.gguf) | Q6_K | 6.60GB | false | Very high quality, near perfect, *recommended*. |
| [Sparse-Llama-3.1-8B-2of4-Q5_K_L.gguf](https://huggingface.co/bartowski/Sparse-Llama-3.1-8B-2of4-GGUF/blob/main/Sparse-Llama-3.1-8B-2of4-Q5_K_L.gguf) | Q5_K_L | 6.06GB | false | Uses Q8_0 for embed and output weights. High quality, *recommended*. |
| [Sparse-Llama-3.1-8B-2of4-Q5_K_M.gguf](https://huggingface.co/bartowski/Sparse-Llama-3.1-8B-2of4-GGUF/blob/main/Sparse-Llama-3.1-8B-2of4-Q5_K_M.gguf) | Q5_K_M | 5.73GB | false | High quality, *recommended*. |
| [Sparse-Llama-3.1-8B-2of4-Q5_K_S.gguf](https://huggingface.co/bartowski/Sparse-Llama-3.1-8B-2of4-GGUF/blob/main/Sparse-Llama-3.1-8B-2of4-Q5_K_S.gguf) | Q5_K_S | 5.60GB | false | High quality, *recommended*. |
| [Sparse-Llama-3.1-8B-2of4-Q4_K_L.gguf](https://huggingface.co/bartowski/Sparse-Llama-3.1-8B-2of4-GGUF/blob/main/Sparse-Llama-3.1-8B-2of4-Q4_K_L.gguf) | Q4_K_L | 5.31GB | false | Uses Q8_0 for embed and output weights. Good quality, *recommended*. |
| [Sparse-Llama-3.1-8B-2of4-Q4_K_M.gguf](https://huggingface.co/bartowski/Sparse-Llama-3.1-8B-2of4-GGUF/blob/main/Sparse-Llama-3.1-8B-2of4-Q4_K_M.gguf) | Q4_K_M | 4.92GB | false | Good quality, default size for most use cases, *recommended*. |
| [Sparse-Llama-3.1-8B-2of4-Q3_K_XL.gguf](https://huggingface.co/bartowski/Sparse-Llama-3.1-8B-2of4-GGUF/blob/main/Sparse-Llama-3.1-8B-2of4-Q3_K_XL.gguf) | Q3_K_XL | 4.78GB | false | Uses Q8_0 for embed and output weights. Lower quality but usable, good for low RAM availability. |
| [Sparse-Llama-3.1-8B-2of4-Q4_K_S.gguf](https://huggingface.co/bartowski/Sparse-Llama-3.1-8B-2of4-GGUF/blob/main/Sparse-Llama-3.1-8B-2of4-Q4_K_S.gguf) | Q4_K_S | 4.69GB | false | Slightly lower quality with more space savings, *recommended*. |
| [Sparse-Llama-3.1-8B-2of4-Q4_0.gguf](https://huggingface.co/bartowski/Sparse-Llama-3.1-8B-2of4-GGUF/blob/main/Sparse-Llama-3.1-8B-2of4-Q4_0.gguf) | Q4_0 | 4.68GB | false | Legacy format, generally not worth using over similarly sized formats |
| [Sparse-Llama-3.1-8B-2of4-Q4_0_8_8.gguf](https://huggingface.co/bartowski/Sparse-Llama-3.1-8B-2of4-GGUF/blob/main/Sparse-Llama-3.1-8B-2of4-Q4_0_8_8.gguf) | Q4_0_8_8 | 4.66GB | false | Optimized for ARM and AVX inference. Requires 'sve' support for ARM (see details below). *Don't use on Mac*. |
| [Sparse-Llama-3.1-8B-2of4-Q4_0_4_8.gguf](https://huggingface.co/bartowski/Sparse-Llama-3.1-8B-2of4-GGUF/blob/main/Sparse-Llama-3.1-8B-2of4-Q4_0_4_8.gguf) | Q4_0_4_8 | 4.66GB | false | Optimized for ARM inference. Requires 'i8mm' support (see details below). *Don't use on Mac*. |
| [Sparse-Llama-3.1-8B-2of4-Q4_0_4_4.gguf](https://huggingface.co/bartowski/Sparse-Llama-3.1-8B-2of4-GGUF/blob/main/Sparse-Llama-3.1-8B-2of4-Q4_0_4_4.gguf) | Q4_0_4_4 | 4.66GB | false | Optimized for ARM inference. Should work well on all ARM chips, not for use with GPUs. *Don't use on Mac*. |
| [Sparse-Llama-3.1-8B-2of4-IQ4_XS.gguf](https://huggingface.co/bartowski/Sparse-Llama-3.1-8B-2of4-GGUF/blob/main/Sparse-Llama-3.1-8B-2of4-IQ4_XS.gguf) | IQ4_XS | 4.45GB | false | Decent quality, smaller than Q4_K_S with similar performance, *recommended*. |
| [Sparse-Llama-3.1-8B-2of4-Q3_K_L.gguf](https://huggingface.co/bartowski/Sparse-Llama-3.1-8B-2of4-GGUF/blob/main/Sparse-Llama-3.1-8B-2of4-Q3_K_L.gguf) | Q3_K_L | 4.32GB | false | Lower quality but usable, good for low RAM availability. |
| [Sparse-Llama-3.1-8B-2of4-Q3_K_M.gguf](https://huggingface.co/bartowski/Sparse-Llama-3.1-8B-2of4-GGUF/blob/main/Sparse-Llama-3.1-8B-2of4-Q3_K_M.gguf) | Q3_K_M | 4.02GB | false | Low quality. |
| [Sparse-Llama-3.1-8B-2of4-IQ3_M.gguf](https://huggingface.co/bartowski/Sparse-Llama-3.1-8B-2of4-GGUF/blob/main/Sparse-Llama-3.1-8B-2of4-IQ3_M.gguf) | IQ3_M | 3.78GB | false | Medium-low quality, new method with decent performance comparable to Q3_K_M. |
| [Sparse-Llama-3.1-8B-2of4-Q2_K_L.gguf](https://huggingface.co/bartowski/Sparse-Llama-3.1-8B-2of4-GGUF/blob/main/Sparse-Llama-3.1-8B-2of4-Q2_K_L.gguf) | Q2_K_L | 3.69GB | false | Uses Q8_0 for embed and output weights. Very low quality but surprisingly usable. |
| [Sparse-Llama-3.1-8B-2of4-Q3_K_S.gguf](https://huggingface.co/bartowski/Sparse-Llama-3.1-8B-2of4-GGUF/blob/main/Sparse-Llama-3.1-8B-2of4-Q3_K_S.gguf) | Q3_K_S | 3.66GB | false | Low quality, not recommended. |
| [Sparse-Llama-3.1-8B-2of4-IQ3_XS.gguf](https://huggingface.co/bartowski/Sparse-Llama-3.1-8B-2of4-GGUF/blob/main/Sparse-Llama-3.1-8B-2of4-IQ3_XS.gguf) | IQ3_XS | 3.52GB | false | Lower quality, new method with decent performance, slightly better than Q3_K_S. |
| [Sparse-Llama-3.1-8B-2of4-Q2_K.gguf](https://huggingface.co/bartowski/Sparse-Llama-3.1-8B-2of4-GGUF/blob/main/Sparse-Llama-3.1-8B-2of4-Q2_K.gguf) | Q2_K | 3.18GB | false | Very low quality but surprisingly usable. |
| [Sparse-Llama-3.1-8B-2of4-IQ2_M.gguf](https://huggingface.co/bartowski/Sparse-Llama-3.1-8B-2of4-GGUF/blob/main/Sparse-Llama-3.1-8B-2of4-IQ2_M.gguf) | IQ2_M | 2.95GB | 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/Sparse-Llama-3.1-8B-2of4-GGUF --include "Sparse-Llama-3.1-8B-2of4-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/Sparse-Llama-3.1-8B-2of4-GGUF --include "Sparse-Llama-3.1-8B-2of4-Q8_0/*" --local-dir ./
```
You can either specify a new local-dir (Sparse-Llama-3.1-8B-2of4-Q8_0) or download them all in place (./)
</details>
## Q4_0_X_X information
<details>
<summary>Click to view Q4_0_X_X information</summary>
These are *NOT* for Metal (Apple) or GPU (nvidia/AMD/intel) offloading, only ARM chips (and certain AVX2/AVX512 CPUs).
If you're using an ARM chip, the Q4_0_X_X quants will have a substantial speedup. Check out Q4_0_4_4 speed comparisons [on the original pull request](https://github.com/ggerganov/llama.cpp/pull/5780#pullrequestreview-21657544660)
To check which one would work best for your ARM chip, you can check [AArch64 SoC features](https://gpages.juszkiewicz.com.pl/arm-socs-table/arm-socs.html) (thanks EloyOn!).
If you're using a CPU that supports AVX2 or AVX512 (typically server CPUs and AMD's latest Zen5 CPUs) and are not offloading to a GPU, the Q4_0_8_8 may offer a nice speed as well:
<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 and Apple Metal, but will be slower than their K-quant equivalent, so speed vs performance is a tradeoff you'll have to decide.
The I-quants are *not* compatible with Vulcan, which is also AMD, so if you have an AMD card double check if you're using the rocBLAS build or the Vulcan build. At the time of writing this, LM Studio has a preview with ROCm support, and other inference engines have specific builds for ROCm.
</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.
Want to support my work? Visit my ko-fi page here: https://ko-fi.com/bartowski

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:27a79997c2999b99fa454cc35db40186fa83a32d4e0dbbe58ce3c4c3bed020d5
size 2948281376

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3552f8c10c0d3787558fbf3f5a890a7d7e48132c814160e0071416db66e228ab
size 3784823840

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3fd704be5e3d66429a21e2c80e60c38cc8d843d5c4ce8528550f3d13c00a8aa1
size 3518747680

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:993af1143df9bcb44b59bb992d45b25ad63caa625c4f980bc13a6ae97c3694a4
size 4447663136

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aed66b57b36de8cd94ea3800dc78efbaa49f8bdcf73c33fbef66ce0385ef788b
size 3179131936

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:48ac6d75cd3d6077a32f40ebf64bee45b23cf87c6298ae238873c7fbfd6c3a4f
size 3692155936

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a79e5843edeee36d124fd9e751fe0382fafeab0fc274af59285a88ebdb462086
size 4321956896

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e66003a5952f1de341fad09da20211325717af86ff360ddd54111ece3c695530
size 4018918432

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:50bd8ae1af554a8fee805db665af498e1a2d943edebee26cdf028cf2db8ace96
size 3664499744

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:433d8d26c4e06336f3205c008689eb4f82bd68d26b4a1bd343013e6c6b144263
size 4781626400

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:935b2841d837c011b179de08d0487fc6a5416f275b4116f1b49c88e08235fb09
size 4675892256

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7d3fa758a6c9dddf35b12f039532f67347ed87d06b9743e3da60bad453306bb8
size 4661212192

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:47ea2d034398a2f88dadc28300bd72959d46f884c43cdbc54f644ff1a87bc96f
size 4661212192

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4d818b934196b3a450fea23b0caeb59e5814834a8430b2a67dac1b21a81f0490
size 4661212192

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6dfeffb157f616a61b594aa89bb271532251680690a93c7b7370ed6ed591d47c
size 5310632992

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f118ce2e20f064505baa26f52163f1a9ffa5d6f033c0ce739eb3580938b37317
size 4920734752

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cd38fd850c8b1d3a3bb51e072ab533dd262a3d69268ab0821cfa2c3665217ae8
size 4692669472

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a154e84d485314e5c511befb19189eb75fd11f34c49ad001afe73a1d494b6c68
size 6057219104

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1ff5a2bb8e751d1d84befd6969712d611f5297096aca1dbed12429a0925b6fbf
size 5732987936

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3605ffa734f6eef2472bd8db1cff899033eed7bac56ba71519e1e1ee9f268c2f
size 5599294496

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7da4be5ab5c45b1851274bb89a0d150ab21e702b6a3458d1f7a3d8c980946cdb
size 6596006944

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d635306679bbe128dbe7a8b078e43002fe9efd6920d6182edaaad8d51242d246
size 6850466848

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:15d91fdfe452fbb0e5dba3736be0692f4742d8c9b03f59af64e5dbc77755531b
size 8540771360

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fac4449bf332768b47030d8ed51e775b65900368b3e701717a7e2da09f731fe9
size 16068891392

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6f107804bf8bbd56e882ff092fe700037d58127603b541fbc37d66423c7798bf
size 4988170

1
configuration.json Normal file
View File

@@ -0,0 +1 @@
{"framework": "pytorch", "task": "text-generation", "allow_remote": true}