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

Model: mradermacher/oh-dcft-v3.1-llama-3.1-70b-i1-GGUF
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-04-22 04:17:55 +08:00
commit d82a954fb2
25 changed files with 205 additions and 0 deletions

58
.gitattributes vendored Normal file
View File

@@ -0,0 +1,58 @@
*.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
imatrix.dat filter=lfs diff=lfs merge=lfs -text
oh-dcft-v3.1-llama-3.1-70b.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text
oh-dcft-v3.1-llama-3.1-70b.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text
oh-dcft-v3.1-llama-3.1-70b.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
oh-dcft-v3.1-llama-3.1-70b.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text
oh-dcft-v3.1-llama-3.1-70b.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
oh-dcft-v3.1-llama-3.1-70b.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text
oh-dcft-v3.1-llama-3.1-70b.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
oh-dcft-v3.1-llama-3.1-70b.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
oh-dcft-v3.1-llama-3.1-70b.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
oh-dcft-v3.1-llama-3.1-70b.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text
oh-dcft-v3.1-llama-3.1-70b.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
oh-dcft-v3.1-llama-3.1-70b.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
oh-dcft-v3.1-llama-3.1-70b.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text
oh-dcft-v3.1-llama-3.1-70b.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
oh-dcft-v3.1-llama-3.1-70b.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
oh-dcft-v3.1-llama-3.1-70b.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
oh-dcft-v3.1-llama-3.1-70b.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
oh-dcft-v3.1-llama-3.1-70b.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
oh-dcft-v3.1-llama-3.1-70b.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
oh-dcft-v3.1-llama-3.1-70b.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
oh-dcft-v3.1-llama-3.1-70b.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
oh-dcft-v3.1-llama-3.1-70b.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text

78
README.md Normal file
View File

@@ -0,0 +1,78 @@
---
base_model: mlfoundations-dev/oh-dcft-v3.1-llama-3.1-70b
language:
- en
library_name: transformers
license: llama3.1
quantized_by: mradermacher
tags:
- llama-factory
- full
- generated_from_trainer
---
## About
<!-- ### quantize_version: 2 -->
<!-- ### output_tensor_quantised: 1 -->
<!-- ### convert_type: hf -->
<!-- ### vocab_type: -->
<!-- ### tags: nicoboss -->
weighted/imatrix quants of https://huggingface.co/mlfoundations-dev/oh-dcft-v3.1-llama-3.1-70b
<!-- provided-files -->
static quants are available at https://huggingface.co/mradermacher/oh-dcft-v3.1-llama-3.1-70b-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/oh-dcft-v3.1-llama-3.1-70b-i1-GGUF/resolve/main/oh-dcft-v3.1-llama-3.1-70b.i1-IQ1_S.gguf) | i1-IQ1_S | 2.1 | for the desperate |
| [GGUF](https://huggingface.co/mradermacher/oh-dcft-v3.1-llama-3.1-70b-i1-GGUF/resolve/main/oh-dcft-v3.1-llama-3.1-70b.i1-IQ1_M.gguf) | i1-IQ1_M | 2.3 | mostly desperate |
| [GGUF](https://huggingface.co/mradermacher/oh-dcft-v3.1-llama-3.1-70b-i1-GGUF/resolve/main/oh-dcft-v3.1-llama-3.1-70b.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.5 | |
| [GGUF](https://huggingface.co/mradermacher/oh-dcft-v3.1-llama-3.1-70b-i1-GGUF/resolve/main/oh-dcft-v3.1-llama-3.1-70b.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.7 | |
| [GGUF](https://huggingface.co/mradermacher/oh-dcft-v3.1-llama-3.1-70b-i1-GGUF/resolve/main/oh-dcft-v3.1-llama-3.1-70b.i1-IQ2_S.gguf) | i1-IQ2_S | 2.9 | |
| [GGUF](https://huggingface.co/mradermacher/oh-dcft-v3.1-llama-3.1-70b-i1-GGUF/resolve/main/oh-dcft-v3.1-llama-3.1-70b.i1-IQ2_M.gguf) | i1-IQ2_M | 3.0 | |
| [GGUF](https://huggingface.co/mradermacher/oh-dcft-v3.1-llama-3.1-70b-i1-GGUF/resolve/main/oh-dcft-v3.1-llama-3.1-70b.i1-Q2_K_S.gguf) | i1-Q2_K_S | 3.1 | very low quality |
| [GGUF](https://huggingface.co/mradermacher/oh-dcft-v3.1-llama-3.1-70b-i1-GGUF/resolve/main/oh-dcft-v3.1-llama-3.1-70b.i1-Q2_K.gguf) | i1-Q2_K | 3.3 | IQ3_XXS probably better |
| [GGUF](https://huggingface.co/mradermacher/oh-dcft-v3.1-llama-3.1-70b-i1-GGUF/resolve/main/oh-dcft-v3.1-llama-3.1-70b.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.4 | lower quality |
| [GGUF](https://huggingface.co/mradermacher/oh-dcft-v3.1-llama-3.1-70b-i1-GGUF/resolve/main/oh-dcft-v3.1-llama-3.1-70b.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.6 | |
| [GGUF](https://huggingface.co/mradermacher/oh-dcft-v3.1-llama-3.1-70b-i1-GGUF/resolve/main/oh-dcft-v3.1-llama-3.1-70b.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.8 | IQ3_XS probably better |
| [GGUF](https://huggingface.co/mradermacher/oh-dcft-v3.1-llama-3.1-70b-i1-GGUF/resolve/main/oh-dcft-v3.1-llama-3.1-70b.i1-IQ3_S.gguf) | i1-IQ3_S | 3.8 | beats Q3_K* |
| [GGUF](https://huggingface.co/mradermacher/oh-dcft-v3.1-llama-3.1-70b-i1-GGUF/resolve/main/oh-dcft-v3.1-llama-3.1-70b.i1-IQ3_M.gguf) | i1-IQ3_M | 3.9 | |
| [GGUF](https://huggingface.co/mradermacher/oh-dcft-v3.1-llama-3.1-70b-i1-GGUF/resolve/main/oh-dcft-v3.1-llama-3.1-70b.i1-Q3_K_M.gguf) | i1-Q3_K_M | 4.1 | IQ3_S probably better |
| [GGUF](https://huggingface.co/mradermacher/oh-dcft-v3.1-llama-3.1-70b-i1-GGUF/resolve/main/oh-dcft-v3.1-llama-3.1-70b.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.4 | IQ3_M probably better |
| [GGUF](https://huggingface.co/mradermacher/oh-dcft-v3.1-llama-3.1-70b-i1-GGUF/resolve/main/oh-dcft-v3.1-llama-3.1-70b.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.5 | |
| [GGUF](https://huggingface.co/mradermacher/oh-dcft-v3.1-llama-3.1-70b-i1-GGUF/resolve/main/oh-dcft-v3.1-llama-3.1-70b.i1-Q4_0.gguf) | i1-Q4_0 | 4.8 | fast, low quality |
| [GGUF](https://huggingface.co/mradermacher/oh-dcft-v3.1-llama-3.1-70b-i1-GGUF/resolve/main/oh-dcft-v3.1-llama-3.1-70b.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.8 | optimal size/speed/quality |
| [GGUF](https://huggingface.co/mradermacher/oh-dcft-v3.1-llama-3.1-70b-i1-GGUF/resolve/main/oh-dcft-v3.1-llama-3.1-70b.i1-Q4_K_M.gguf) | i1-Q4_K_M | 5.0 | fast, recommended |
| [GGUF](https://huggingface.co/mradermacher/oh-dcft-v3.1-llama-3.1-70b-i1-GGUF/resolve/main/oh-dcft-v3.1-llama-3.1-70b.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.7 | |
| [GGUF](https://huggingface.co/mradermacher/oh-dcft-v3.1-llama-3.1-70b-i1-GGUF/resolve/main/oh-dcft-v3.1-llama-3.1-70b.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.8 | |
| [GGUF](https://huggingface.co/mradermacher/oh-dcft-v3.1-llama-3.1-70b-i1-GGUF/resolve/main/oh-dcft-v3.1-llama-3.1-70b.i1-Q6_K.gguf) | i1-Q6_K | 6.7 | practically like static Q6_K |
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. Additional thanks to [@nicoboss](https://huggingface.co/nicoboss) for giving me access to his private supercomputer, enabling me to provide many more imatrix quants, at much higher quality, than I would otherwise be able to.
<!-- end -->

3
imatrix.dat Normal file
View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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