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

Model: mradermacher/samantha-dolphin-llama-3-GGUF
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-04-22 12:44:51 +08:00
commit 95be3d8aec
17 changed files with 167 additions and 0 deletions

50
.gitattributes vendored Normal file
View 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
samantha-dolphin-llama-3.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
samantha-dolphin-llama-3.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
samantha-dolphin-llama-3.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
samantha-dolphin-llama-3.f16.gguf filter=lfs diff=lfs merge=lfs -text
samantha-dolphin-llama-3.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
samantha-dolphin-llama-3.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
samantha-dolphin-llama-3.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
samantha-dolphin-llama-3.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
samantha-dolphin-llama-3.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
samantha-dolphin-llama-3.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
samantha-dolphin-llama-3.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
samantha-dolphin-llama-3.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
samantha-dolphin-llama-3.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
samantha-dolphin-llama-3.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
samantha-dolphin-llama-3.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text

72
README.md Normal file
View File

@@ -0,0 +1,72 @@
---
base_model: mbahrsnc/samantha-dolphin-llama-3
language:
- en
library_name: transformers
quantized_by: mradermacher
tags:
- merge
- mergekit
- lazymergekit
- cognitivecomputations/samantha-1.1-westlake-7b-laser
- cognitivecomputations/dolphin-2.9-llama3-8b
---
## About
<!-- ### quantize_version: 2 -->
<!-- ### output_tensor_quantised: 1 -->
<!-- ### convert_type: hf -->
<!-- ### vocab_type: -->
<!-- ### tags: -->
static quants of https://huggingface.co/mbahrsnc/samantha-dolphin-llama-3
<!-- provided-files -->
weighted/imatrix quants are available at https://huggingface.co/mradermacher/samantha-dolphin-llama-3-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/samantha-dolphin-llama-3-GGUF/resolve/main/samantha-dolphin-llama-3.Q2_K.gguf) | Q2_K | 2.8 | |
| [GGUF](https://huggingface.co/mradermacher/samantha-dolphin-llama-3-GGUF/resolve/main/samantha-dolphin-llama-3.IQ3_XS.gguf) | IQ3_XS | 3.1 | |
| [GGUF](https://huggingface.co/mradermacher/samantha-dolphin-llama-3-GGUF/resolve/main/samantha-dolphin-llama-3.Q3_K_S.gguf) | Q3_K_S | 3.3 | |
| [GGUF](https://huggingface.co/mradermacher/samantha-dolphin-llama-3-GGUF/resolve/main/samantha-dolphin-llama-3.IQ3_S.gguf) | IQ3_S | 3.3 | beats Q3_K* |
| [GGUF](https://huggingface.co/mradermacher/samantha-dolphin-llama-3-GGUF/resolve/main/samantha-dolphin-llama-3.IQ3_M.gguf) | IQ3_M | 3.4 | |
| [GGUF](https://huggingface.co/mradermacher/samantha-dolphin-llama-3-GGUF/resolve/main/samantha-dolphin-llama-3.Q3_K_M.gguf) | Q3_K_M | 3.6 | lower quality |
| [GGUF](https://huggingface.co/mradermacher/samantha-dolphin-llama-3-GGUF/resolve/main/samantha-dolphin-llama-3.Q3_K_L.gguf) | Q3_K_L | 3.9 | |
| [GGUF](https://huggingface.co/mradermacher/samantha-dolphin-llama-3-GGUF/resolve/main/samantha-dolphin-llama-3.IQ4_XS.gguf) | IQ4_XS | 4.0 | |
| [GGUF](https://huggingface.co/mradermacher/samantha-dolphin-llama-3-GGUF/resolve/main/samantha-dolphin-llama-3.Q4_K_S.gguf) | Q4_K_S | 4.2 | fast, recommended |
| [GGUF](https://huggingface.co/mradermacher/samantha-dolphin-llama-3-GGUF/resolve/main/samantha-dolphin-llama-3.Q4_K_M.gguf) | Q4_K_M | 4.5 | fast, recommended |
| [GGUF](https://huggingface.co/mradermacher/samantha-dolphin-llama-3-GGUF/resolve/main/samantha-dolphin-llama-3.Q5_K_S.gguf) | Q5_K_S | 5.1 | |
| [GGUF](https://huggingface.co/mradermacher/samantha-dolphin-llama-3-GGUF/resolve/main/samantha-dolphin-llama-3.Q5_K_M.gguf) | Q5_K_M | 5.2 | |
| [GGUF](https://huggingface.co/mradermacher/samantha-dolphin-llama-3-GGUF/resolve/main/samantha-dolphin-llama-3.Q6_K.gguf) | Q6_K | 6.0 | very good quality |
| [GGUF](https://huggingface.co/mradermacher/samantha-dolphin-llama-3-GGUF/resolve/main/samantha-dolphin-llama-3.Q8_0.gguf) | Q8_0 | 7.8 | fast, best quality |
| [GGUF](https://huggingface.co/mradermacher/samantha-dolphin-llama-3-GGUF/resolve/main/samantha-dolphin-llama-3.f16.gguf) | f16 | 14.6 | 16 bpw, overkill |
Here is a handy graph by ikawrakow comparing some lower-quality quant
types (lower is better):
![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
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 -->

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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