初始化项目,由ModelHub XC社区提供模型
Model: mradermacher/Vecteus-v1-GGUF Source: Original Platform
This commit is contained in:
48
.gitattributes
vendored
Normal file
48
.gitattributes
vendored
Normal file
@@ -0,0 +1,48 @@
|
|||||||
|
*.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
|
||||||
|
Vecteus-v1.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Vecteus-v1.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Vecteus-v1.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Vecteus-v1.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Vecteus-v1.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Vecteus-v1.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Vecteus-v1.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Vecteus-v1.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Vecteus-v1.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Vecteus-v1.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Vecteus-v1.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Vecteus-v1.Q4_0_4_4.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Vecteus-v1.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
73
README.md
Normal file
73
README.md
Normal file
@@ -0,0 +1,73 @@
|
|||||||
|
---
|
||||||
|
base_model: Local-Novel-LLM-project/Vecteus-v1
|
||||||
|
language:
|
||||||
|
- en
|
||||||
|
- ja
|
||||||
|
library_name: transformers
|
||||||
|
license: apache-2.0
|
||||||
|
mradermacher:
|
||||||
|
readme_rev: 1
|
||||||
|
quantized_by: mradermacher
|
||||||
|
tags:
|
||||||
|
- finetuned
|
||||||
|
---
|
||||||
|
## About
|
||||||
|
|
||||||
|
<!-- ### quantize_version: 2 -->
|
||||||
|
<!-- ### output_tensor_quantised: 1 -->
|
||||||
|
<!-- ### convert_type: hf -->
|
||||||
|
<!-- ### vocab_type: -->
|
||||||
|
<!-- ### tags: -->
|
||||||
|
static quants of https://huggingface.co/Local-Novel-LLM-project/Vecteus-v1
|
||||||
|
|
||||||
|
<!-- provided-files -->
|
||||||
|
|
||||||
|
***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Vecteus-v1-GGUF).***
|
||||||
|
|
||||||
|
weighted/imatrix quants are available at https://huggingface.co/mradermacher/Vecteus-v1-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/Vecteus-v1-GGUF/resolve/main/Vecteus-v1.Q2_K.gguf) | Q2_K | 2.8 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Vecteus-v1-GGUF/resolve/main/Vecteus-v1.Q3_K_S.gguf) | Q3_K_S | 3.3 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Vecteus-v1-GGUF/resolve/main/Vecteus-v1.Q3_K_M.gguf) | Q3_K_M | 3.6 | lower quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Vecteus-v1-GGUF/resolve/main/Vecteus-v1.Q3_K_L.gguf) | Q3_K_L | 3.9 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Vecteus-v1-GGUF/resolve/main/Vecteus-v1.IQ4_XS.gguf) | IQ4_XS | 4.0 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Vecteus-v1-GGUF/resolve/main/Vecteus-v1.Q4_0_4_4.gguf) | Q4_0_4_4 | 4.2 | fast on arm, low quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Vecteus-v1-GGUF/resolve/main/Vecteus-v1.Q4_K_S.gguf) | Q4_K_S | 4.2 | fast, recommended |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Vecteus-v1-GGUF/resolve/main/Vecteus-v1.Q4_K_M.gguf) | Q4_K_M | 4.5 | fast, recommended |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Vecteus-v1-GGUF/resolve/main/Vecteus-v1.Q5_K_S.gguf) | Q5_K_S | 5.1 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Vecteus-v1-GGUF/resolve/main/Vecteus-v1.Q5_K_M.gguf) | Q5_K_M | 5.2 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Vecteus-v1-GGUF/resolve/main/Vecteus-v1.Q6_K.gguf) | Q6_K | 6.0 | very good quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Vecteus-v1-GGUF/resolve/main/Vecteus-v1.Q8_0.gguf) | Q8_0 | 7.8 | fast, best quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Vecteus-v1-GGUF/resolve/main/Vecteus-v1.f16.gguf) | f16 | 14.6 | 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
Vecteus-v1.IQ4_XS.gguf
Normal file
3
Vecteus-v1.IQ4_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fa1f2ba91f588cb8c9fda3eef9298aea0808a12c5ce3034504fb9a516e7e7135
|
||||||
|
size 3944389632
|
||||||
3
Vecteus-v1.Q2_K.gguf
Normal file
3
Vecteus-v1.Q2_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:70d5589850a441dc0431faaed1f9caa20c4d1b33a6beb594dc91e45198eeddd8
|
||||||
|
size 2719243264
|
||||||
3
Vecteus-v1.Q3_K_L.gguf
Normal file
3
Vecteus-v1.Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:78afc3a4092736467e74fcf3f7d1a7fc385e44fa6f60b69222a82c8d1f37c436
|
||||||
|
size 3822025728
|
||||||
3
Vecteus-v1.Q3_K_M.gguf
Normal file
3
Vecteus-v1.Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e396a4fcd4962efb0106c67db29cae9429ed86ed55b5d901eefa3b9dd5bebbd5
|
||||||
|
size 3518987264
|
||||||
3
Vecteus-v1.Q3_K_S.gguf
Normal file
3
Vecteus-v1.Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ca21694be20a1fb966f3a6c2b361b1fbb8051ba470e06027e8e50172d71dc744
|
||||||
|
size 3164568576
|
||||||
3
Vecteus-v1.Q4_0_4_4.gguf
Normal file
3
Vecteus-v1.Q4_0_4_4.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:53dc66aca9175148db97bb5ca9e76ee9042e7a24d54050ea187065eb67976aed
|
||||||
|
size 4108917760
|
||||||
3
Vecteus-v1.Q4_K_M.gguf
Normal file
3
Vecteus-v1.Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ebda83a9644b11caeb4d3d441dddcb2488c79b0fd99a25b4320fc5862591cfe9
|
||||||
|
size 4368440320
|
||||||
3
Vecteus-v1.Q4_K_S.gguf
Normal file
3
Vecteus-v1.Q4_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6b0efbef57c831b4aa25ec4f43f1ed0d452264bfbe73a2260b5576f757acac25
|
||||||
|
size 4140375040
|
||||||
3
Vecteus-v1.Q5_K_M.gguf
Normal file
3
Vecteus-v1.Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:03d6feb22fb74930f313c923d1f83234c5c6ed287f5636f5722f5a8dc25dbd3e
|
||||||
|
size 5131410432
|
||||||
3
Vecteus-v1.Q5_K_S.gguf
Normal file
3
Vecteus-v1.Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f11889be1c95551c671579ace1df2b5ee63bfd247779d832b3ed46f65b0a3f39
|
||||||
|
size 4997716992
|
||||||
3
Vecteus-v1.Q6_K.gguf
Normal file
3
Vecteus-v1.Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:48fe62490cb39e9241957b5cd9f86d3c988b1a2e84b1add9af7dea83add2ebe2
|
||||||
|
size 5942066176
|
||||||
3
Vecteus-v1.Q8_0.gguf
Normal file
3
Vecteus-v1.Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:905e78dc8287683073f76bbfdc977b35398f41b9c8c853ffb6ae89e69687b3a9
|
||||||
|
size 7695858688
|
||||||
3
Vecteus-v1.f16.gguf
Normal file
3
Vecteus-v1.f16.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e0054e300f2f468e90e0de99796fcfb85d5ae2d40f46650cebe927c21bdd0fb4
|
||||||
|
size 14484732928
|
||||||
Reference in New Issue
Block a user