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

Model: mradermacher/LLaMA2-7B-DPO-i1-GGUF
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-13 07:30:37 +08:00
commit 6ef8198e67
27 changed files with 215 additions and 0 deletions

60
.gitattributes vendored Normal file
View File

@@ -0,0 +1,60 @@
*.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
LLaMA2-7B-DPO.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
LLaMA2-7B-DPO.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
LLaMA2-7B-DPO.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
LLaMA2-7B-DPO.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text
LLaMA2-7B-DPO.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
LLaMA2-7B-DPO.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
LLaMA2-7B-DPO.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
LLaMA2-7B-DPO.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
LLaMA2-7B-DPO.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text
LLaMA2-7B-DPO.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
LLaMA2-7B-DPO.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
LLaMA2-7B-DPO.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text
LLaMA2-7B-DPO.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
LLaMA2-7B-DPO.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
LLaMA2-7B-DPO.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
LLaMA2-7B-DPO.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text
LLaMA2-7B-DPO.i1-Q4_0_4_4.gguf filter=lfs diff=lfs merge=lfs -text
LLaMA2-7B-DPO.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text
LLaMA2-7B-DPO.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
LLaMA2-7B-DPO.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
LLaMA2-7B-DPO.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
LLaMA2-7B-DPO.i1-Q4_0_4_8.gguf filter=lfs diff=lfs merge=lfs -text
LLaMA2-7B-DPO.i1-Q4_0_8_8.gguf filter=lfs diff=lfs merge=lfs -text
LLaMA2-7B-DPO.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

80
README.md Normal file
View File

@@ -0,0 +1,80 @@
---
base_model: GraphWiz/LLaMA2-7B-DPO
datasets:
- GraphWiz/GraphInstruct-RFT-72K
language:
- en
library_name: transformers
license: apache-2.0
quantized_by: mradermacher
tags:
- graph problem
---
## About
<!-- ### quantize_version: 2 -->
<!-- ### output_tensor_quantised: 1 -->
<!-- ### convert_type: hf -->
<!-- ### vocab_type: -->
<!-- ### tags: nicoboss -->
weighted/imatrix quants of https://huggingface.co/GraphWiz/LLaMA2-7B-DPO
<!-- provided-files -->
static quants are available at https://huggingface.co/mradermacher/LLaMA2-7B-DPO-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/LLaMA2-7B-DPO-i1-GGUF/resolve/main/LLaMA2-7B-DPO.i1-IQ1_S.gguf) | i1-IQ1_S | 1.6 | for the desperate |
| [GGUF](https://huggingface.co/mradermacher/LLaMA2-7B-DPO-i1-GGUF/resolve/main/LLaMA2-7B-DPO.i1-IQ1_M.gguf) | i1-IQ1_M | 1.8 | mostly desperate |
| [GGUF](https://huggingface.co/mradermacher/LLaMA2-7B-DPO-i1-GGUF/resolve/main/LLaMA2-7B-DPO.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.0 | |
| [GGUF](https://huggingface.co/mradermacher/LLaMA2-7B-DPO-i1-GGUF/resolve/main/LLaMA2-7B-DPO.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.1 | |
| [GGUF](https://huggingface.co/mradermacher/LLaMA2-7B-DPO-i1-GGUF/resolve/main/LLaMA2-7B-DPO.i1-IQ2_S.gguf) | i1-IQ2_S | 2.3 | |
| [GGUF](https://huggingface.co/mradermacher/LLaMA2-7B-DPO-i1-GGUF/resolve/main/LLaMA2-7B-DPO.i1-IQ2_M.gguf) | i1-IQ2_M | 2.5 | |
| [GGUF](https://huggingface.co/mradermacher/LLaMA2-7B-DPO-i1-GGUF/resolve/main/LLaMA2-7B-DPO.i1-Q2_K.gguf) | i1-Q2_K | 2.6 | IQ3_XXS probably better |
| [GGUF](https://huggingface.co/mradermacher/LLaMA2-7B-DPO-i1-GGUF/resolve/main/LLaMA2-7B-DPO.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 2.7 | lower quality |
| [GGUF](https://huggingface.co/mradermacher/LLaMA2-7B-DPO-i1-GGUF/resolve/main/LLaMA2-7B-DPO.i1-IQ3_XS.gguf) | i1-IQ3_XS | 2.9 | |
| [GGUF](https://huggingface.co/mradermacher/LLaMA2-7B-DPO-i1-GGUF/resolve/main/LLaMA2-7B-DPO.i1-IQ3_S.gguf) | i1-IQ3_S | 3.0 | beats Q3_K* |
| [GGUF](https://huggingface.co/mradermacher/LLaMA2-7B-DPO-i1-GGUF/resolve/main/LLaMA2-7B-DPO.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.0 | IQ3_XS probably better |
| [GGUF](https://huggingface.co/mradermacher/LLaMA2-7B-DPO-i1-GGUF/resolve/main/LLaMA2-7B-DPO.i1-IQ3_M.gguf) | i1-IQ3_M | 3.2 | |
| [GGUF](https://huggingface.co/mradermacher/LLaMA2-7B-DPO-i1-GGUF/resolve/main/LLaMA2-7B-DPO.i1-Q3_K_M.gguf) | i1-Q3_K_M | 3.4 | IQ3_S probably better |
| [GGUF](https://huggingface.co/mradermacher/LLaMA2-7B-DPO-i1-GGUF/resolve/main/LLaMA2-7B-DPO.i1-Q3_K_L.gguf) | i1-Q3_K_L | 3.7 | IQ3_M probably better |
| [GGUF](https://huggingface.co/mradermacher/LLaMA2-7B-DPO-i1-GGUF/resolve/main/LLaMA2-7B-DPO.i1-IQ4_XS.gguf) | i1-IQ4_XS | 3.7 | |
| [GGUF](https://huggingface.co/mradermacher/LLaMA2-7B-DPO-i1-GGUF/resolve/main/LLaMA2-7B-DPO.i1-Q4_0_4_4.gguf) | i1-Q4_0_4_4 | 3.9 | fast on arm, low quality |
| [GGUF](https://huggingface.co/mradermacher/LLaMA2-7B-DPO-i1-GGUF/resolve/main/LLaMA2-7B-DPO.i1-Q4_0_4_8.gguf) | i1-Q4_0_4_8 | 3.9 | fast on arm+i8mm, low quality |
| [GGUF](https://huggingface.co/mradermacher/LLaMA2-7B-DPO-i1-GGUF/resolve/main/LLaMA2-7B-DPO.i1-Q4_0_8_8.gguf) | i1-Q4_0_8_8 | 3.9 | fast on arm+sve, low quality |
| [GGUF](https://huggingface.co/mradermacher/LLaMA2-7B-DPO-i1-GGUF/resolve/main/LLaMA2-7B-DPO.i1-Q4_0.gguf) | i1-Q4_0 | 3.9 | fast, low quality |
| [GGUF](https://huggingface.co/mradermacher/LLaMA2-7B-DPO-i1-GGUF/resolve/main/LLaMA2-7B-DPO.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.0 | optimal size/speed/quality |
| [GGUF](https://huggingface.co/mradermacher/LLaMA2-7B-DPO-i1-GGUF/resolve/main/LLaMA2-7B-DPO.i1-Q4_K_M.gguf) | i1-Q4_K_M | 4.2 | fast, recommended |
| [GGUF](https://huggingface.co/mradermacher/LLaMA2-7B-DPO-i1-GGUF/resolve/main/LLaMA2-7B-DPO.i1-Q5_K_S.gguf) | i1-Q5_K_S | 4.8 | |
| [GGUF](https://huggingface.co/mradermacher/LLaMA2-7B-DPO-i1-GGUF/resolve/main/LLaMA2-7B-DPO.i1-Q5_K_M.gguf) | i1-Q5_K_M | 4.9 | |
| [GGUF](https://huggingface.co/mradermacher/LLaMA2-7B-DPO-i1-GGUF/resolve/main/LLaMA2-7B-DPO.i1-Q6_K.gguf) | i1-Q6_K | 5.6 | 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:d5e5d01e26ed1ca048731bb76e601804e6b3d87a262bd61c6115656be552f5a3
size 4562173