初始化项目,由ModelHub XC社区提供模型
Model: mradermacher/Swallow-7b-hf-GGUF Source: Original Platform
This commit is contained in:
50
.gitattributes
vendored
Normal file
50
.gitattributes
vendored
Normal file
@@ -0,0 +1,50 @@
|
|||||||
|
*.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
|
||||||
|
Swallow-7b-hf.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Swallow-7b-hf.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Swallow-7b-hf.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Swallow-7b-hf.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Swallow-7b-hf.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Swallow-7b-hf.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Swallow-7b-hf.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Swallow-7b-hf.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Swallow-7b-hf.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Swallow-7b-hf.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Swallow-7b-hf.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Swallow-7b-hf.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Swallow-7b-hf.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Swallow-7b-hf.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Swallow-7b-hf.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
69
README.md
Normal file
69
README.md
Normal file
@@ -0,0 +1,69 @@
|
|||||||
|
---
|
||||||
|
base_model: tokyotech-llm/Swallow-7b-hf
|
||||||
|
language:
|
||||||
|
- en
|
||||||
|
- ja
|
||||||
|
library_name: transformers
|
||||||
|
license: llama2
|
||||||
|
model_type: llama
|
||||||
|
quantized_by: mradermacher
|
||||||
|
---
|
||||||
|
## About
|
||||||
|
|
||||||
|
<!-- ### quantize_version: 2 -->
|
||||||
|
<!-- ### output_tensor_quantised: 1 -->
|
||||||
|
<!-- ### convert_type: hf -->
|
||||||
|
<!-- ### vocab_type: -->
|
||||||
|
<!-- ### tags: -->
|
||||||
|
static quants of https://huggingface.co/tokyotech-llm/Swallow-7b-hf
|
||||||
|
|
||||||
|
<!-- provided-files -->
|
||||||
|
weighted/imatrix quants are available at https://huggingface.co/mradermacher/Swallow-7b-hf-i1-GGUF
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
If you are unsure how to use GGUF files, refer to one of [TheBloke's
|
||||||
|
READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
|
||||||
|
more details, including on how to concatenate multi-part files.
|
||||||
|
|
||||||
|
## Provided Quants
|
||||||
|
|
||||||
|
(sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
|
||||||
|
|
||||||
|
| Link | Type | Size/GB | Notes |
|
||||||
|
|:-----|:-----|--------:|:------|
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Swallow-7b-hf-GGUF/resolve/main/Swallow-7b-hf.Q2_K.gguf) | Q2_K | 2.7 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Swallow-7b-hf-GGUF/resolve/main/Swallow-7b-hf.IQ3_XS.gguf) | IQ3_XS | 3.0 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Swallow-7b-hf-GGUF/resolve/main/Swallow-7b-hf.IQ3_S.gguf) | IQ3_S | 3.1 | beats Q3_K* |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Swallow-7b-hf-GGUF/resolve/main/Swallow-7b-hf.Q3_K_S.gguf) | Q3_K_S | 3.1 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Swallow-7b-hf-GGUF/resolve/main/Swallow-7b-hf.IQ3_M.gguf) | IQ3_M | 3.3 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Swallow-7b-hf-GGUF/resolve/main/Swallow-7b-hf.Q3_K_M.gguf) | Q3_K_M | 3.5 | lower quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Swallow-7b-hf-GGUF/resolve/main/Swallow-7b-hf.Q3_K_L.gguf) | Q3_K_L | 3.8 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Swallow-7b-hf-GGUF/resolve/main/Swallow-7b-hf.IQ4_XS.gguf) | IQ4_XS | 3.8 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Swallow-7b-hf-GGUF/resolve/main/Swallow-7b-hf.Q4_K_S.gguf) | Q4_K_S | 4.0 | fast, recommended |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Swallow-7b-hf-GGUF/resolve/main/Swallow-7b-hf.Q4_K_M.gguf) | Q4_K_M | 4.2 | fast, recommended |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Swallow-7b-hf-GGUF/resolve/main/Swallow-7b-hf.Q5_K_S.gguf) | Q5_K_S | 4.8 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Swallow-7b-hf-GGUF/resolve/main/Swallow-7b-hf.Q5_K_M.gguf) | Q5_K_M | 5.0 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Swallow-7b-hf-GGUF/resolve/main/Swallow-7b-hf.Q6_K.gguf) | Q6_K | 5.7 | very good quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Swallow-7b-hf-GGUF/resolve/main/Swallow-7b-hf.Q8_0.gguf) | Q8_0 | 7.4 | fast, best quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Swallow-7b-hf-GGUF/resolve/main/Swallow-7b-hf.f16.gguf) | f16 | 13.8 | 16 bpw, overkill |
|
||||||
|
|
||||||
|
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
||||||
|
types (lower is better):
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
And here are Artefact2's thoughts on the matter:
|
||||||
|
https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
|
||||||
|
|
||||||
|
## FAQ / Model Request
|
||||||
|
|
||||||
|
See https://huggingface.co/mradermacher/model_requests for some answers to
|
||||||
|
questions you might have and/or if you want some other model quantized.
|
||||||
|
|
||||||
|
## Thanks
|
||||||
|
|
||||||
|
I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
|
||||||
|
me use its servers and providing upgrades to my workstation to enable
|
||||||
|
this work in my free time.
|
||||||
|
|
||||||
|
<!-- end -->
|
||||||
3
Swallow-7b-hf.IQ3_M.gguf
Normal file
3
Swallow-7b-hf.IQ3_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5f34fe3ae3e166dcbb97a4d4660ce06216d9d37c4b2c8c8e2c92917de5dc675e
|
||||||
|
size 3172341024
|
||||||
3
Swallow-7b-hf.IQ3_S.gguf
Normal file
3
Swallow-7b-hf.IQ3_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3975a578dc2a0483107596b0839b0f485dfdf8d31d702e65644c0419ed32ee13
|
||||||
|
size 3005781280
|
||||||
3
Swallow-7b-hf.IQ3_XS.gguf
Normal file
3
Swallow-7b-hf.IQ3_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:67412432ff813895ff6ca139ccdf778928d23242ae1523aa15fd992166c5134b
|
||||||
|
size 2853999904
|
||||||
3
Swallow-7b-hf.IQ4_XS.gguf
Normal file
3
Swallow-7b-hf.IQ4_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cc98d82f9a8373c1cf790e92d73aa0da0dcbe598b597d50736f7fc72a46149f8
|
||||||
|
size 3709642272
|
||||||
3
Swallow-7b-hf.Q2_K.gguf
Normal file
3
Swallow-7b-hf.Q2_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:57bca84e99f6c4a1fff41db683a4462121a970af3135ad9ad5caf279e69ced36
|
||||||
|
size 2585691168
|
||||||
3
Swallow-7b-hf.Q3_K_L.gguf
Normal file
3
Swallow-7b-hf.Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2d1aa1626948351a260c041f44496e64f02864bd28c9ea1c6453ceb9945df474
|
||||||
|
size 3654587680
|
||||||
3
Swallow-7b-hf.Q3_K_M.gguf
Normal file
3
Swallow-7b-hf.Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:967aa5b7acffdf67fafedfa81572ad28c54d0208d16f43c528dec88826730cb7
|
||||||
|
size 3355481376
|
||||||
3
Swallow-7b-hf.Q3_K_S.gguf
Normal file
3
Swallow-7b-hf.Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:58a5949f67d0c49f3eb9613e0c138a0a1ba22632557c1dc89a2be19cbad9cb1b
|
||||||
|
size 3005781280
|
||||||
3
Swallow-7b-hf.Q4_K_M.gguf
Normal file
3
Swallow-7b-hf.Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:87568445618768adc2d46b3735baea5f13a341c43e0ab2ad07e0b8d4d2024cf6
|
||||||
|
size 4144560672
|
||||||
3
Swallow-7b-hf.Q4_K_S.gguf
Normal file
3
Swallow-7b-hf.Q4_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:20c52e3727f2d384ca7e06bfc3e107b3793aa359a21a855c47485c219953c6e7
|
||||||
|
size 3920296480
|
||||||
3
Swallow-7b-hf.Q5_K_M.gguf
Normal file
3
Swallow-7b-hf.Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d7a2d98de59bb70d0b96fa9613bf3f8c082434bd654cc072281d1e1a7a701a2f
|
||||||
|
size 4852435488
|
||||||
3
Swallow-7b-hf.Q5_K_S.gguf
Normal file
3
Swallow-7b-hf.Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d83ae57fddaa05a9426c39826341c7cf9185a94655c2bcbf0691817d4c113d23
|
||||||
|
size 4720970272
|
||||||
3
Swallow-7b-hf.Q6_K.gguf
Normal file
3
Swallow-7b-hf.Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:326909ce19315f19aa1812ea8970267c1ec507f9918b3826fe85b93df7421e73
|
||||||
|
size 5604552480
|
||||||
3
Swallow-7b-hf.Q8_0.gguf
Normal file
3
Swallow-7b-hf.Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:257648f3c2b16bd354b3a47ae1c3aceef6e8cc45e1be8ce6c303ae7dbcd6a121
|
||||||
|
size 7258621216
|
||||||
3
Swallow-7b-hf.f16.gguf
Normal file
3
Swallow-7b-hf.f16.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:503497ab166c12a9e1ab4b4b8f383929491f34da5cdc40d0396e9408a169e882
|
||||||
|
size 13661467936
|
||||||
Reference in New Issue
Block a user