初始化项目,由ModelHub XC社区提供模型
Model: mradermacher/penny-llama3.1-dolphin2.9.4-GGUF Source: Original Platform
This commit is contained in:
49
.gitattributes
vendored
Normal file
49
.gitattributes
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
*.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
|
||||
penny-llama3.1-dolphin2.9.4.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
penny-llama3.1-dolphin2.9.4.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
penny-llama3.1-dolphin2.9.4.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
penny-llama3.1-dolphin2.9.4.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
penny-llama3.1-dolphin2.9.4.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
penny-llama3.1-dolphin2.9.4.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
penny-llama3.1-dolphin2.9.4.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
penny-llama3.1-dolphin2.9.4.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
penny-llama3.1-dolphin2.9.4.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
penny-llama3.1-dolphin2.9.4.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
penny-llama3.1-dolphin2.9.4.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
penny-llama3.1-dolphin2.9.4.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
penny-llama3.1-dolphin2.9.4.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
penny-llama3.1-dolphin2.9.4.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
67
README.md
Normal file
67
README.md
Normal file
@@ -0,0 +1,67 @@
|
||||
---
|
||||
base_model: giannisan/penny-llama3.1-dolphin2.9.4
|
||||
language:
|
||||
- en
|
||||
library_name: transformers
|
||||
quantized_by: mradermacher
|
||||
tags:
|
||||
- llama-factory
|
||||
---
|
||||
## About
|
||||
|
||||
<!-- ### quantize_version: 2 -->
|
||||
<!-- ### output_tensor_quantised: 1 -->
|
||||
<!-- ### convert_type: hf -->
|
||||
<!-- ### vocab_type: -->
|
||||
<!-- ### tags: -->
|
||||
static quants of https://huggingface.co/giannisan/penny-llama3.1-dolphin2.9.4
|
||||
|
||||
<!-- provided-files -->
|
||||
weighted/imatrix quants seem not to be available (by me) at this time. If they do not show up a week or so after the static ones, I have probably not planned for them. Feel free to request them by opening a Community Discussion.
|
||||
## 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/penny-llama3.1-dolphin2.9.4-GGUF/resolve/main/penny-llama3.1-dolphin2.9.4.Q2_K.gguf) | Q2_K | 3.3 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/penny-llama3.1-dolphin2.9.4-GGUF/resolve/main/penny-llama3.1-dolphin2.9.4.IQ3_XS.gguf) | IQ3_XS | 3.6 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/penny-llama3.1-dolphin2.9.4-GGUF/resolve/main/penny-llama3.1-dolphin2.9.4.Q3_K_S.gguf) | Q3_K_S | 3.8 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/penny-llama3.1-dolphin2.9.4-GGUF/resolve/main/penny-llama3.1-dolphin2.9.4.IQ3_S.gguf) | IQ3_S | 3.8 | beats Q3_K* |
|
||||
| [GGUF](https://huggingface.co/mradermacher/penny-llama3.1-dolphin2.9.4-GGUF/resolve/main/penny-llama3.1-dolphin2.9.4.IQ3_M.gguf) | IQ3_M | 3.9 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/penny-llama3.1-dolphin2.9.4-GGUF/resolve/main/penny-llama3.1-dolphin2.9.4.Q3_K_M.gguf) | Q3_K_M | 4.1 | lower quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/penny-llama3.1-dolphin2.9.4-GGUF/resolve/main/penny-llama3.1-dolphin2.9.4.Q3_K_L.gguf) | Q3_K_L | 4.4 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/penny-llama3.1-dolphin2.9.4-GGUF/resolve/main/penny-llama3.1-dolphin2.9.4.IQ4_XS.gguf) | IQ4_XS | 4.6 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/penny-llama3.1-dolphin2.9.4-GGUF/resolve/main/penny-llama3.1-dolphin2.9.4.Q4_K_S.gguf) | Q4_K_S | 4.8 | fast, recommended |
|
||||
| [GGUF](https://huggingface.co/mradermacher/penny-llama3.1-dolphin2.9.4-GGUF/resolve/main/penny-llama3.1-dolphin2.9.4.Q4_K_M.gguf) | Q4_K_M | 5.0 | fast, recommended |
|
||||
| [GGUF](https://huggingface.co/mradermacher/penny-llama3.1-dolphin2.9.4-GGUF/resolve/main/penny-llama3.1-dolphin2.9.4.Q5_K_S.gguf) | Q5_K_S | 5.7 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/penny-llama3.1-dolphin2.9.4-GGUF/resolve/main/penny-llama3.1-dolphin2.9.4.Q5_K_M.gguf) | Q5_K_M | 5.8 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/penny-llama3.1-dolphin2.9.4-GGUF/resolve/main/penny-llama3.1-dolphin2.9.4.Q6_K.gguf) | Q6_K | 6.7 | very good quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/penny-llama3.1-dolphin2.9.4-GGUF/resolve/main/penny-llama3.1-dolphin2.9.4.Q8_0.gguf) | Q8_0 | 8.6 | fast, best quality |
|
||||
|
||||
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
penny-llama3.1-dolphin2.9.4.IQ3_M.gguf
Normal file
3
penny-llama3.1-dolphin2.9.4.IQ3_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fa69819627da8c4e289147ddea5400627cf223539253025d00382b1cb239c8a5
|
||||
size 3784834464
|
||||
3
penny-llama3.1-dolphin2.9.4.IQ3_S.gguf
Normal file
3
penny-llama3.1-dolphin2.9.4.IQ3_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:251b1497cdb893d0e56ca5ed20cf4ca45a36f84029a46df15b71001f00493887
|
||||
size 3682336160
|
||||
3
penny-llama3.1-dolphin2.9.4.IQ3_XS.gguf
Normal file
3
penny-llama3.1-dolphin2.9.4.IQ3_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3cbb3d071bd3f02d0c7fcef56f38c56fb4f78bc16e742f26efdf74fd76528cdb
|
||||
size 3518758304
|
||||
3
penny-llama3.1-dolphin2.9.4.IQ4_XS.gguf
Normal file
3
penny-llama3.1-dolphin2.9.4.IQ4_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:876dce65b725f7213832b11198aacbbfae84e3077b9060b2f7b56190b915153a
|
||||
size 4484374752
|
||||
3
penny-llama3.1-dolphin2.9.4.Q2_K.gguf
Normal file
3
penny-llama3.1-dolphin2.9.4.Q2_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9e6fae7d42afcd4b21a09c8a6b45467f107185ca4c196ddf3dfc53c4264b49f8
|
||||
size 3179141728
|
||||
3
penny-llama3.1-dolphin2.9.4.Q3_K_L.gguf
Normal file
3
penny-llama3.1-dolphin2.9.4.Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bfb0833741edc62d8541899af819d7e5f9fdf943e1a47894abcf259399821c92
|
||||
size 4321967520
|
||||
3
penny-llama3.1-dolphin2.9.4.Q3_K_M.gguf
Normal file
3
penny-llama3.1-dolphin2.9.4.Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9857b0d2986154c051c945307d5a356af1e9e0654b7bfba750c67ca5c9ff7356
|
||||
size 4018929056
|
||||
3
penny-llama3.1-dolphin2.9.4.Q3_K_S.gguf
Normal file
3
penny-llama3.1-dolphin2.9.4.Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b6244a15415e81025e9562e909e6b44d0899d8cdebd859be090a9d9897ec94c1
|
||||
size 3664510368
|
||||
3
penny-llama3.1-dolphin2.9.4.Q4_K_M.gguf
Normal file
3
penny-llama3.1-dolphin2.9.4.Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fc75d69fd45c6a2c9cc9154225ef5519f8f0d776ba6d194a3e10361b0787a424
|
||||
size 4920746464
|
||||
3
penny-llama3.1-dolphin2.9.4.Q4_K_S.gguf
Normal file
3
penny-llama3.1-dolphin2.9.4.Q4_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d0276f053345ea390aa050f70da7c54d929beb7ba42817e3c27f3b57aa46c2b7
|
||||
size 4692681184
|
||||
3
penny-llama3.1-dolphin2.9.4.Q5_K_M.gguf
Normal file
3
penny-llama3.1-dolphin2.9.4.Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:34dbb9e2b14549e5f415fe238cd7799b9bd2835cd86a1f62b4ba275157ab3c21
|
||||
size 5733000672
|
||||
3
penny-llama3.1-dolphin2.9.4.Q5_K_S.gguf
Normal file
3
penny-llama3.1-dolphin2.9.4.Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:06693f3939b6bd9d9b75494f50057ed944a4b5141f375618e57ec9eff35d1738
|
||||
size 5599307232
|
||||
3
penny-llama3.1-dolphin2.9.4.Q6_K.gguf
Normal file
3
penny-llama3.1-dolphin2.9.4.Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d365de54bb33b26ab8cd93490ef6bb988762ead222c078601b79a4674b8701ba
|
||||
size 6596020768
|
||||
3
penny-llama3.1-dolphin2.9.4.Q8_0.gguf
Normal file
3
penny-llama3.1-dolphin2.9.4.Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:63cb0a23d69edc3bd263fcc7c03f4c0531c2a004beeaeae3e3b68fa37b7ab749
|
||||
size 8540789152
|
||||
Reference in New Issue
Block a user