初始化项目,由ModelHub XC社区提供模型
Model: mradermacher/llama-2-7b-chat-bible-2-NIV-GGUF Source: Original Platform
This commit is contained in:
47
.gitattributes
vendored
Normal file
47
.gitattributes
vendored
Normal file
@@ -0,0 +1,47 @@
|
|||||||
|
*.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
|
||||||
|
llama-2-7b-chat-bible-2-NIV.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
llama-2-7b-chat-bible-2-NIV.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
llama-2-7b-chat-bible-2-NIV.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
llama-2-7b-chat-bible-2-NIV.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
llama-2-7b-chat-bible-2-NIV.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
llama-2-7b-chat-bible-2-NIV.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
llama-2-7b-chat-bible-2-NIV.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
llama-2-7b-chat-bible-2-NIV.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
llama-2-7b-chat-bible-2-NIV.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
llama-2-7b-chat-bible-2-NIV.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
llama-2-7b-chat-bible-2-NIV.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
llama-2-7b-chat-bible-2-NIV.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
63
README.md
Normal file
63
README.md
Normal file
@@ -0,0 +1,63 @@
|
|||||||
|
---
|
||||||
|
base_model: rumeshwrkn/llama-2-7b-chat-bible-2-NIV
|
||||||
|
language:
|
||||||
|
- en
|
||||||
|
library_name: transformers
|
||||||
|
quantized_by: mradermacher
|
||||||
|
---
|
||||||
|
## About
|
||||||
|
|
||||||
|
<!-- ### quantize_version: 2 -->
|
||||||
|
<!-- ### output_tensor_quantised: 1 -->
|
||||||
|
<!-- ### convert_type: hf -->
|
||||||
|
<!-- ### vocab_type: -->
|
||||||
|
<!-- ### tags: -->
|
||||||
|
static quants of https://huggingface.co/rumeshwrkn/llama-2-7b-chat-bible-2-NIV
|
||||||
|
|
||||||
|
<!-- 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/llama-2-7b-chat-bible-2-NIV-GGUF/resolve/main/llama-2-7b-chat-bible-2-NIV.Q2_K.gguf) | Q2_K | 2.6 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/llama-2-7b-chat-bible-2-NIV-GGUF/resolve/main/llama-2-7b-chat-bible-2-NIV.Q3_K_S.gguf) | Q3_K_S | 3.0 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/llama-2-7b-chat-bible-2-NIV-GGUF/resolve/main/llama-2-7b-chat-bible-2-NIV.Q3_K_M.gguf) | Q3_K_M | 3.4 | lower quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/llama-2-7b-chat-bible-2-NIV-GGUF/resolve/main/llama-2-7b-chat-bible-2-NIV.Q3_K_L.gguf) | Q3_K_L | 3.7 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/llama-2-7b-chat-bible-2-NIV-GGUF/resolve/main/llama-2-7b-chat-bible-2-NIV.IQ4_XS.gguf) | IQ4_XS | 3.7 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/llama-2-7b-chat-bible-2-NIV-GGUF/resolve/main/llama-2-7b-chat-bible-2-NIV.Q4_K_S.gguf) | Q4_K_S | 4.0 | fast, recommended |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/llama-2-7b-chat-bible-2-NIV-GGUF/resolve/main/llama-2-7b-chat-bible-2-NIV.Q4_K_M.gguf) | Q4_K_M | 4.2 | fast, recommended |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/llama-2-7b-chat-bible-2-NIV-GGUF/resolve/main/llama-2-7b-chat-bible-2-NIV.Q5_K_S.gguf) | Q5_K_S | 4.8 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/llama-2-7b-chat-bible-2-NIV-GGUF/resolve/main/llama-2-7b-chat-bible-2-NIV.Q5_K_M.gguf) | Q5_K_M | 4.9 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/llama-2-7b-chat-bible-2-NIV-GGUF/resolve/main/llama-2-7b-chat-bible-2-NIV.Q6_K.gguf) | Q6_K | 5.6 | very good quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/llama-2-7b-chat-bible-2-NIV-GGUF/resolve/main/llama-2-7b-chat-bible-2-NIV.Q8_0.gguf) | Q8_0 | 7.3 | fast, best quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/llama-2-7b-chat-bible-2-NIV-GGUF/resolve/main/llama-2-7b-chat-bible-2-NIV.f16.gguf) | f16 | 13.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
llama-2-7b-chat-bible-2-NIV.IQ4_XS.gguf
Normal file
3
llama-2-7b-chat-bible-2-NIV.IQ4_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:026a4f4a55fc0fa71ed53bdd50c8e5f283a59cf5b391d835be32e456b8e866c2
|
||||||
|
size 3647518016
|
||||||
3
llama-2-7b-chat-bible-2-NIV.Q2_K.gguf
Normal file
3
llama-2-7b-chat-bible-2-NIV.Q2_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:010405ac488fd86623b3a6caee667461a30659696adcb0967db61e046935d3b5
|
||||||
|
size 2532865344
|
||||||
3
llama-2-7b-chat-bible-2-NIV.Q3_K_L.gguf
Normal file
3
llama-2-7b-chat-bible-2-NIV.Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f1f410b0aa9a8b25562a44f5d4fbba75941c5a4ed071b7cdc2a8b7c81343d8ba
|
||||||
|
size 3597112640
|
||||||
3
llama-2-7b-chat-bible-2-NIV.Q3_K_M.gguf
Normal file
3
llama-2-7b-chat-bible-2-NIV.Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ae3e2fe9feda422d1205ba9ba8cfd070b967ea82950e989490747256f6fdd11e
|
||||||
|
size 3298006336
|
||||||
3
llama-2-7b-chat-bible-2-NIV.Q3_K_S.gguf
Normal file
3
llama-2-7b-chat-bible-2-NIV.Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5ec30831f101e6698187216980dd293582706710f2ea8448407f0beefea7c822
|
||||||
|
size 2948306240
|
||||||
3
llama-2-7b-chat-bible-2-NIV.Q4_K_M.gguf
Normal file
3
llama-2-7b-chat-bible-2-NIV.Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:420aa1a9fe14b152c890ee2f5a9354960165ec8714fdd948fe882b43d388b9fb
|
||||||
|
size 4081005888
|
||||||
3
llama-2-7b-chat-bible-2-NIV.Q4_K_S.gguf
Normal file
3
llama-2-7b-chat-bible-2-NIV.Q4_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:48491ef3d233bb9381d0d938795adb0545b42ec104a0f1d9d1274500c8c31ab2
|
||||||
|
size 3856741696
|
||||||
3
llama-2-7b-chat-bible-2-NIV.Q5_K_M.gguf
Normal file
3
llama-2-7b-chat-bible-2-NIV.Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d6f1c7af36f01365b75e8957ff9b0db93bbd54bb84ddf182ad4aca35d895b129
|
||||||
|
size 4783158592
|
||||||
3
llama-2-7b-chat-bible-2-NIV.Q5_K_S.gguf
Normal file
3
llama-2-7b-chat-bible-2-NIV.Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:39eef2cbb08600de4ce55a042e319c8099b659bb32a3da748e1c13426b723cca
|
||||||
|
size 4651693376
|
||||||
3
llama-2-7b-chat-bible-2-NIV.Q6_K.gguf
Normal file
3
llama-2-7b-chat-bible-2-NIV.Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:444fd6b7d1607c4d8ee9d737faf4453daff199668faa6994d74b305eaad3f303
|
||||||
|
size 5529195840
|
||||||
3
llama-2-7b-chat-bible-2-NIV.Q8_0.gguf
Normal file
3
llama-2-7b-chat-bible-2-NIV.Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6d6eba21941828f11891c24e961fd67021d9ea849eb13dd6beee872e33b6db28
|
||||||
|
size 7161091392
|
||||||
3
llama-2-7b-chat-bible-2-NIV.f16.gguf
Normal file
3
llama-2-7b-chat-bible-2-NIV.f16.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bafa4527b2e34e90fcf0c75753261f5910b88841d6072420bb6e57995732778e
|
||||||
|
size 13478106432
|
||||||
Reference in New Issue
Block a user