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

Model: mradermacher/uhura-llama-2-7b-instruct-GGUF
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-13 03:12:09 +08:00
commit db65688f94
14 changed files with 159 additions and 0 deletions

47
.gitattributes vendored Normal file
View 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
uhura-llama-2-7b-instruct.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
uhura-llama-2-7b-instruct.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
uhura-llama-2-7b-instruct.f16.gguf filter=lfs diff=lfs merge=lfs -text
uhura-llama-2-7b-instruct.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
uhura-llama-2-7b-instruct.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
uhura-llama-2-7b-instruct.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
uhura-llama-2-7b-instruct.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
uhura-llama-2-7b-instruct.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
uhura-llama-2-7b-instruct.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
uhura-llama-2-7b-instruct.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
uhura-llama-2-7b-instruct.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
uhura-llama-2-7b-instruct.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text

76
README.md Normal file
View File

@@ -0,0 +1,76 @@
---
base_model: ebayes/uhura-llama-2-7b-instruct
language:
- am
- ha
- en
- yo
- zu
- sw
library_name: transformers
license: mit
mradermacher:
readme_rev: 1
quantized_by: mradermacher
tags:
- Multilingual
---
## About
<!-- ### quantize_version: 2 -->
<!-- ### output_tensor_quantised: 1 -->
<!-- ### convert_type: hf -->
<!-- ### vocab_type: -->
<!-- ### tags: -->
static quants of https://huggingface.co/ebayes/uhura-llama-2-7b-instruct
<!-- provided-files -->
***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#uhura-llama-2-7b-instruct-GGUF).***
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/uhura-llama-2-7b-instruct-GGUF/resolve/main/uhura-llama-2-7b-instruct.Q2_K.gguf) | Q2_K | 2.6 | |
| [GGUF](https://huggingface.co/mradermacher/uhura-llama-2-7b-instruct-GGUF/resolve/main/uhura-llama-2-7b-instruct.Q3_K_S.gguf) | Q3_K_S | 3.0 | |
| [GGUF](https://huggingface.co/mradermacher/uhura-llama-2-7b-instruct-GGUF/resolve/main/uhura-llama-2-7b-instruct.Q3_K_M.gguf) | Q3_K_M | 3.4 | lower quality |
| [GGUF](https://huggingface.co/mradermacher/uhura-llama-2-7b-instruct-GGUF/resolve/main/uhura-llama-2-7b-instruct.Q3_K_L.gguf) | Q3_K_L | 3.7 | |
| [GGUF](https://huggingface.co/mradermacher/uhura-llama-2-7b-instruct-GGUF/resolve/main/uhura-llama-2-7b-instruct.IQ4_XS.gguf) | IQ4_XS | 3.7 | |
| [GGUF](https://huggingface.co/mradermacher/uhura-llama-2-7b-instruct-GGUF/resolve/main/uhura-llama-2-7b-instruct.Q4_K_S.gguf) | Q4_K_S | 4.0 | fast, recommended |
| [GGUF](https://huggingface.co/mradermacher/uhura-llama-2-7b-instruct-GGUF/resolve/main/uhura-llama-2-7b-instruct.Q4_K_M.gguf) | Q4_K_M | 4.2 | fast, recommended |
| [GGUF](https://huggingface.co/mradermacher/uhura-llama-2-7b-instruct-GGUF/resolve/main/uhura-llama-2-7b-instruct.Q5_K_S.gguf) | Q5_K_S | 4.8 | |
| [GGUF](https://huggingface.co/mradermacher/uhura-llama-2-7b-instruct-GGUF/resolve/main/uhura-llama-2-7b-instruct.Q5_K_M.gguf) | Q5_K_M | 4.9 | |
| [GGUF](https://huggingface.co/mradermacher/uhura-llama-2-7b-instruct-GGUF/resolve/main/uhura-llama-2-7b-instruct.Q6_K.gguf) | Q6_K | 5.6 | very good quality |
| [GGUF](https://huggingface.co/mradermacher/uhura-llama-2-7b-instruct-GGUF/resolve/main/uhura-llama-2-7b-instruct.Q8_0.gguf) | Q8_0 | 7.3 | fast, best quality |
| [GGUF](https://huggingface.co/mradermacher/uhura-llama-2-7b-instruct-GGUF/resolve/main/uhura-llama-2-7b-instruct.f16.gguf) | f16 | 13.6 | 16 bpw, overkill |
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.
<!-- end -->

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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