初始化项目,由ModelHub XC社区提供模型
Model: mradermacher/llama-3-8b-chat-companion-assistant-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
|
||||
llama-3-8b-chat-companion-assistant.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
llama-3-8b-chat-companion-assistant.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
llama-3-8b-chat-companion-assistant.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
llama-3-8b-chat-companion-assistant.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
llama-3-8b-chat-companion-assistant.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
llama-3-8b-chat-companion-assistant.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
llama-3-8b-chat-companion-assistant.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
llama-3-8b-chat-companion-assistant.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
llama-3-8b-chat-companion-assistant.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
llama-3-8b-chat-companion-assistant.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
llama-3-8b-chat-companion-assistant.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
llama-3-8b-chat-companion-assistant.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
llama-3-8b-chat-companion-assistant.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
llama-3-8b-chat-companion-assistant.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
llama-3-8b-chat-companion-assistant.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
67
README.md
Normal file
67
README.md
Normal file
@@ -0,0 +1,67 @@
|
||||
---
|
||||
base_model: DarkLegion/llama-3-8b-chat-companion-assistant
|
||||
language:
|
||||
- en
|
||||
library_name: transformers
|
||||
quantized_by: mradermacher
|
||||
tags: []
|
||||
---
|
||||
## About
|
||||
|
||||
<!-- ### quantize_version: 2 -->
|
||||
<!-- ### output_tensor_quantised: 1 -->
|
||||
<!-- ### convert_type: hf -->
|
||||
<!-- ### vocab_type: -->
|
||||
<!-- ### tags: -->
|
||||
static quants of https://huggingface.co/DarkLegion/llama-3-8b-chat-companion-assistant
|
||||
|
||||
<!-- provided-files -->
|
||||
weighted/imatrix quants are available at https://huggingface.co/mradermacher/llama-3-8b-chat-companion-assistant-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/llama-3-8b-chat-companion-assistant-GGUF/resolve/main/llama-3-8b-chat-companion-assistant.Q2_K.gguf) | Q2_K | 3.3 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/llama-3-8b-chat-companion-assistant-GGUF/resolve/main/llama-3-8b-chat-companion-assistant.IQ3_XS.gguf) | IQ3_XS | 3.6 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/llama-3-8b-chat-companion-assistant-GGUF/resolve/main/llama-3-8b-chat-companion-assistant.Q3_K_S.gguf) | Q3_K_S | 3.8 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/llama-3-8b-chat-companion-assistant-GGUF/resolve/main/llama-3-8b-chat-companion-assistant.IQ3_S.gguf) | IQ3_S | 3.8 | beats Q3_K* |
|
||||
| [GGUF](https://huggingface.co/mradermacher/llama-3-8b-chat-companion-assistant-GGUF/resolve/main/llama-3-8b-chat-companion-assistant.IQ3_M.gguf) | IQ3_M | 3.9 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/llama-3-8b-chat-companion-assistant-GGUF/resolve/main/llama-3-8b-chat-companion-assistant.Q3_K_M.gguf) | Q3_K_M | 4.1 | lower quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/llama-3-8b-chat-companion-assistant-GGUF/resolve/main/llama-3-8b-chat-companion-assistant.Q3_K_L.gguf) | Q3_K_L | 4.4 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/llama-3-8b-chat-companion-assistant-GGUF/resolve/main/llama-3-8b-chat-companion-assistant.IQ4_XS.gguf) | IQ4_XS | 4.6 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/llama-3-8b-chat-companion-assistant-GGUF/resolve/main/llama-3-8b-chat-companion-assistant.Q4_K_S.gguf) | Q4_K_S | 4.8 | fast, recommended |
|
||||
| [GGUF](https://huggingface.co/mradermacher/llama-3-8b-chat-companion-assistant-GGUF/resolve/main/llama-3-8b-chat-companion-assistant.Q4_K_M.gguf) | Q4_K_M | 5.0 | fast, recommended |
|
||||
| [GGUF](https://huggingface.co/mradermacher/llama-3-8b-chat-companion-assistant-GGUF/resolve/main/llama-3-8b-chat-companion-assistant.Q5_K_S.gguf) | Q5_K_S | 5.7 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/llama-3-8b-chat-companion-assistant-GGUF/resolve/main/llama-3-8b-chat-companion-assistant.Q5_K_M.gguf) | Q5_K_M | 5.8 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/llama-3-8b-chat-companion-assistant-GGUF/resolve/main/llama-3-8b-chat-companion-assistant.Q6_K.gguf) | Q6_K | 6.7 | very good quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/llama-3-8b-chat-companion-assistant-GGUF/resolve/main/llama-3-8b-chat-companion-assistant.Q8_0.gguf) | Q8_0 | 8.6 | fast, best quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/llama-3-8b-chat-companion-assistant-GGUF/resolve/main/llama-3-8b-chat-companion-assistant.f16.gguf) | f16 | 16.2 | 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-3-8b-chat-companion-assistant.IQ3_M.gguf
Normal file
3
llama-3-8b-chat-companion-assistant.IQ3_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:47e6ce6b5e726d5cb6372d9625f2a10c7f1b1ba6a3631f1b283a067eef5480ba
|
||||
size 3784833920
|
||||
3
llama-3-8b-chat-companion-assistant.IQ3_S.gguf
Normal file
3
llama-3-8b-chat-companion-assistant.IQ3_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:faa2538df35d36f8e05a16f351e6b1560582228df16616a6d9857baf1ab09f87
|
||||
size 3682335616
|
||||
3
llama-3-8b-chat-companion-assistant.IQ3_XS.gguf
Normal file
3
llama-3-8b-chat-companion-assistant.IQ3_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:afa336b34d779ba9633e4ec83f908b1f60f66477ee9f7c59bb79344438a3e934
|
||||
size 3518757760
|
||||
3
llama-3-8b-chat-companion-assistant.IQ4_XS.gguf
Normal file
3
llama-3-8b-chat-companion-assistant.IQ4_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a198b4670742db42187ea35b324a9afbc68fd7d2cb4f045438d6a38a5dae30c9
|
||||
size 4484374208
|
||||
3
llama-3-8b-chat-companion-assistant.Q2_K.gguf
Normal file
3
llama-3-8b-chat-companion-assistant.Q2_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d4c3bfe63dfa9c38386cf689b3edff1beab2033e701ff7129a7194acec203a3b
|
||||
size 3179141184
|
||||
3
llama-3-8b-chat-companion-assistant.Q3_K_L.gguf
Normal file
3
llama-3-8b-chat-companion-assistant.Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:855dc611cde7d3ad5381f4110f64df3e0bb735eb0e0d56d4603397f93f0c8854
|
||||
size 4321966976
|
||||
3
llama-3-8b-chat-companion-assistant.Q3_K_M.gguf
Normal file
3
llama-3-8b-chat-companion-assistant.Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b7d3104ccb74a6f7b49589e2d29193b32ef0ea483330c143dea32a04cf4b1d8f
|
||||
size 4018928512
|
||||
3
llama-3-8b-chat-companion-assistant.Q3_K_S.gguf
Normal file
3
llama-3-8b-chat-companion-assistant.Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fa3abb5867a6311dc68165bdd7e11c8ed15e8a3e03c3011f1bf412055cc917af
|
||||
size 3664509824
|
||||
3
llama-3-8b-chat-companion-assistant.Q4_K_M.gguf
Normal file
3
llama-3-8b-chat-companion-assistant.Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ae6f3f1cf6d8ecf7b71aaf77f444dd50bf66c6f6005391354573f508f6bce2af
|
||||
size 4920745920
|
||||
3
llama-3-8b-chat-companion-assistant.Q4_K_S.gguf
Normal file
3
llama-3-8b-chat-companion-assistant.Q4_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a1b4b603cfefb7fc89c61325ac81e3df1cc11eba0ef5a0d21baf231e051a1e57
|
||||
size 4692680640
|
||||
3
llama-3-8b-chat-companion-assistant.Q5_K_M.gguf
Normal file
3
llama-3-8b-chat-companion-assistant.Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c39ed0f76a0df55b2fcd7115c656edf0ddcc39eb05cba0ed2c0349a920269649
|
||||
size 5733000128
|
||||
3
llama-3-8b-chat-companion-assistant.Q5_K_S.gguf
Normal file
3
llama-3-8b-chat-companion-assistant.Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6005ba39ad70c1c02364285f5f539f86c9236c48beaf1f1c81926c0248e72d8c
|
||||
size 5599306688
|
||||
3
llama-3-8b-chat-companion-assistant.Q6_K.gguf
Normal file
3
llama-3-8b-chat-companion-assistant.Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b9452fdb63f3e0e2f9bf28e388b2990c0c3d13f90a52990fe8e91eafb54c3a47
|
||||
size 6596020224
|
||||
3
llama-3-8b-chat-companion-assistant.Q8_0.gguf
Normal file
3
llama-3-8b-chat-companion-assistant.Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4d02d51d42b91339cd876d2808d6040039af8a4846cc9ea197d2090277940278
|
||||
size 8540788608
|
||||
3
llama-3-8b-chat-companion-assistant.f16.gguf
Normal file
3
llama-3-8b-chat-companion-assistant.f16.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d7d8d21767b5eb32d4a2d9dc56c011b20afe67cfd376198e9ca680ff4e340b01
|
||||
size 16068924288
|
||||
Reference in New Issue
Block a user