初始化项目,由ModelHub XC社区提供模型
Model: mradermacher/openchat_3.5-GGUF Source: Original Platform
This commit is contained in:
50
.gitattributes
vendored
Normal file
50
.gitattributes
vendored
Normal 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
|
||||||
|
openchat_3.5.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
openchat_3.5.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
openchat_3.5.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
openchat_3.5.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
openchat_3.5.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
openchat_3.5.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
openchat_3.5.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
openchat_3.5.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
openchat_3.5.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
openchat_3.5.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
openchat_3.5.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
openchat_3.5.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
openchat_3.5.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
openchat_3.5.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
openchat_3.5.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
82
README.md
Normal file
82
README.md
Normal file
@@ -0,0 +1,82 @@
|
|||||||
|
---
|
||||||
|
base_model: openchat/openchat_3.5
|
||||||
|
datasets:
|
||||||
|
- openchat/openchat_sharegpt4_dataset
|
||||||
|
- imone/OpenOrca_FLAN
|
||||||
|
- LDJnr/LessWrong-Amplify-Instruct
|
||||||
|
- LDJnr/Pure-Dove
|
||||||
|
- LDJnr/Verified-Camel
|
||||||
|
- tiedong/goat
|
||||||
|
- glaiveai/glaive-code-assistant
|
||||||
|
- meta-math/MetaMathQA
|
||||||
|
- OpenAssistant/oasst_top1_2023-08-25
|
||||||
|
- TIGER-Lab/MathInstruct
|
||||||
|
language:
|
||||||
|
- en
|
||||||
|
library_name: transformers
|
||||||
|
license: apache-2.0
|
||||||
|
quantized_by: mradermacher
|
||||||
|
tags:
|
||||||
|
- openchat
|
||||||
|
- mistral
|
||||||
|
- C-RLFT
|
||||||
|
---
|
||||||
|
## About
|
||||||
|
|
||||||
|
<!-- ### quantize_version: 2 -->
|
||||||
|
<!-- ### output_tensor_quantised: 1 -->
|
||||||
|
<!-- ### convert_type: hf -->
|
||||||
|
<!-- ### vocab_type: -->
|
||||||
|
<!-- ### tags: -->
|
||||||
|
static quants of https://huggingface.co/openchat/openchat_3.5
|
||||||
|
|
||||||
|
<!-- provided-files -->
|
||||||
|
weighted/imatrix quants are available at https://huggingface.co/mradermacher/openchat_3.5-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/openchat_3.5-GGUF/resolve/main/openchat_3.5.Q2_K.gguf) | Q2_K | 2.8 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/openchat_3.5-GGUF/resolve/main/openchat_3.5.IQ3_XS.gguf) | IQ3_XS | 3.1 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/openchat_3.5-GGUF/resolve/main/openchat_3.5.Q3_K_S.gguf) | Q3_K_S | 3.3 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/openchat_3.5-GGUF/resolve/main/openchat_3.5.IQ3_S.gguf) | IQ3_S | 3.3 | beats Q3_K* |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/openchat_3.5-GGUF/resolve/main/openchat_3.5.IQ3_M.gguf) | IQ3_M | 3.4 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/openchat_3.5-GGUF/resolve/main/openchat_3.5.Q3_K_M.gguf) | Q3_K_M | 3.6 | lower quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/openchat_3.5-GGUF/resolve/main/openchat_3.5.Q3_K_L.gguf) | Q3_K_L | 3.9 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/openchat_3.5-GGUF/resolve/main/openchat_3.5.IQ4_XS.gguf) | IQ4_XS | 4.0 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/openchat_3.5-GGUF/resolve/main/openchat_3.5.Q4_K_S.gguf) | Q4_K_S | 4.2 | fast, recommended |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/openchat_3.5-GGUF/resolve/main/openchat_3.5.Q4_K_M.gguf) | Q4_K_M | 4.5 | fast, recommended |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/openchat_3.5-GGUF/resolve/main/openchat_3.5.Q5_K_S.gguf) | Q5_K_S | 5.1 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/openchat_3.5-GGUF/resolve/main/openchat_3.5.Q5_K_M.gguf) | Q5_K_M | 5.2 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/openchat_3.5-GGUF/resolve/main/openchat_3.5.Q6_K.gguf) | Q6_K | 6.0 | very good quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/openchat_3.5-GGUF/resolve/main/openchat_3.5.Q8_0.gguf) | Q8_0 | 7.8 | fast, best quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/openchat_3.5-GGUF/resolve/main/openchat_3.5.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
openchat_3.5.IQ3_M.gguf
Normal file
3
openchat_3.5.IQ3_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:64c47ced1131a61a942af35f6952da5c7aff401e0c91375d62315bfbc0f183c7
|
||||||
|
size 3284903072
|
||||||
3
openchat_3.5.IQ3_S.gguf
Normal file
3
openchat_3.5.IQ3_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:395941db98d5b8c465961d7b5c053dd36bfe47c5c7ff869068c3b3826aa37ee2
|
||||||
|
size 3182404768
|
||||||
3
openchat_3.5.IQ3_XS.gguf
Normal file
3
openchat_3.5.IQ3_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:73c3998b44b9dc48dbc875b20666b24f844f751d7b4e77340cc1b83a4acf12cb
|
||||||
|
size 3018826912
|
||||||
3
openchat_3.5.IQ4_XS.gguf
Normal file
3
openchat_3.5.IQ4_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8ad0d87ba26d5eacdac5646dd50f4f0797c5b48a515018de51984b5d387bc178
|
||||||
|
size 3944400864
|
||||||
3
openchat_3.5.Q2_K.gguf
Normal file
3
openchat_3.5.Q2_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:94f8695eff2a571f39d6ee52b9c0d2d555850fb7542380374eac24a16e48f9db
|
||||||
|
size 2719252832
|
||||||
3
openchat_3.5.Q3_K_L.gguf
Normal file
3
openchat_3.5.Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d7ee7c5a9316d97b13ca411666f0cfae1310cdef4ed8167908fc6718ce5cf234
|
||||||
|
size 3822036128
|
||||||
3
openchat_3.5.Q3_K_M.gguf
Normal file
3
openchat_3.5.Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:70f6d489d9a5c5e518d42b06a397fe38dd752ef7d167861833a9ec7bf5687bf0
|
||||||
|
size 3518997664
|
||||||
3
openchat_3.5.Q3_K_S.gguf
Normal file
3
openchat_3.5.Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d5c0fbc19c8b1a63eafa8f532ac209dbed68b63f4c5b24a16a981b5db8bd58c0
|
||||||
|
size 3164578976
|
||||||
3
openchat_3.5.Q4_K_M.gguf
Normal file
3
openchat_3.5.Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9dbef668b2dbfe83cfc3256c1f4b1406d8c3e62dbbcd404aa3b3b53a463b0052
|
||||||
|
size 4368451808
|
||||||
3
openchat_3.5.Q4_K_S.gguf
Normal file
3
openchat_3.5.Q4_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2dca2a03e8f51fbc5de46c2431bee84677522099b3cc75d4f1329483845cc210
|
||||||
|
size 4140386528
|
||||||
3
openchat_3.5.Q5_K_M.gguf
Normal file
3
openchat_3.5.Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:76cf92b3a9e19546547f746b66f88ff603deaee26a666345709d11a84669e1eb
|
||||||
|
size 5131422944
|
||||||
3
openchat_3.5.Q5_K_S.gguf
Normal file
3
openchat_3.5.Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7932ac2d035bcbd52facaec224d2aa0ced54f0f4377ff22a33e9c3c35ba9032d
|
||||||
|
size 4997729504
|
||||||
3
openchat_3.5.Q6_K.gguf
Normal file
3
openchat_3.5.Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:290af7168ecd02cba0b0ff7c27d0b8b9f81f5a567c7a4fe7c1642d6a425444cc
|
||||||
|
size 5942079776
|
||||||
3
openchat_3.5.Q8_0.gguf
Normal file
3
openchat_3.5.Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:22b465c336c796af60e074319352c23df92d86227c313bd60a48f86f9dfc3d6d
|
||||||
|
size 7695876256
|
||||||
3
openchat_3.5.f16.gguf
Normal file
3
openchat_3.5.f16.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:78622826824c03707ffb798a83b3aecd3dc061a9337e7d47433494a85c783e35
|
||||||
|
size 14484765856
|
||||||
Reference in New Issue
Block a user