初始化项目,由ModelHub XC社区提供模型
Model: mradermacher/TranscriptAnalyzer-Open-7B-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
|
||||
TranscriptAnalyzer-Open-7B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
TranscriptAnalyzer-Open-7B.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
TranscriptAnalyzer-Open-7B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
TranscriptAnalyzer-Open-7B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
TranscriptAnalyzer-Open-7B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
TranscriptAnalyzer-Open-7B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
TranscriptAnalyzer-Open-7B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
TranscriptAnalyzer-Open-7B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
TranscriptAnalyzer-Open-7B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
TranscriptAnalyzer-Open-7B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
TranscriptAnalyzer-Open-7B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
TranscriptAnalyzer-Open-7B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
77
README.md
Normal file
77
README.md
Normal file
@@ -0,0 +1,77 @@
|
||||
---
|
||||
base_model: alantcoding/TranscriptAnalyzer-Open-7B
|
||||
language:
|
||||
- en
|
||||
library_name: transformers
|
||||
mradermacher:
|
||||
readme_rev: 1
|
||||
quantized_by: mradermacher
|
||||
tags:
|
||||
- merge
|
||||
- mergekit
|
||||
- lazymergekit
|
||||
- NousResearch/Hermes-2-Pro-Mistral-7B
|
||||
- teknium/OpenHermes-2.5-Mistral-7B
|
||||
---
|
||||
## About
|
||||
|
||||
<!-- ### quantize_version: 2 -->
|
||||
<!-- ### output_tensor_quantised: 1 -->
|
||||
<!-- ### convert_type: hf -->
|
||||
<!-- ### vocab_type: -->
|
||||
<!-- ### tags: -->
|
||||
<!-- ### quants: x-f16 Q4_K_S Q2_K Q8_0 Q6_K Q3_K_M Q3_K_S Q3_K_L Q4_K_M Q5_K_S Q5_K_M IQ4_XS -->
|
||||
<!-- ### quants_skip: -->
|
||||
<!-- ### skip_mmproj: -->
|
||||
static quants of https://huggingface.co/alantcoding/TranscriptAnalyzer-Open-7B
|
||||
|
||||
<!-- provided-files -->
|
||||
|
||||
***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#TranscriptAnalyzer-Open-7B-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/TranscriptAnalyzer-Open-7B-GGUF/resolve/main/TranscriptAnalyzer-Open-7B.Q2_K.gguf) | Q2_K | 2.8 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/TranscriptAnalyzer-Open-7B-GGUF/resolve/main/TranscriptAnalyzer-Open-7B.Q3_K_S.gguf) | Q3_K_S | 3.3 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/TranscriptAnalyzer-Open-7B-GGUF/resolve/main/TranscriptAnalyzer-Open-7B.Q3_K_M.gguf) | Q3_K_M | 3.6 | lower quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/TranscriptAnalyzer-Open-7B-GGUF/resolve/main/TranscriptAnalyzer-Open-7B.Q3_K_L.gguf) | Q3_K_L | 3.9 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/TranscriptAnalyzer-Open-7B-GGUF/resolve/main/TranscriptAnalyzer-Open-7B.IQ4_XS.gguf) | IQ4_XS | 4.0 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/TranscriptAnalyzer-Open-7B-GGUF/resolve/main/TranscriptAnalyzer-Open-7B.Q4_K_S.gguf) | Q4_K_S | 4.2 | fast, recommended |
|
||||
| [GGUF](https://huggingface.co/mradermacher/TranscriptAnalyzer-Open-7B-GGUF/resolve/main/TranscriptAnalyzer-Open-7B.Q4_K_M.gguf) | Q4_K_M | 4.5 | fast, recommended |
|
||||
| [GGUF](https://huggingface.co/mradermacher/TranscriptAnalyzer-Open-7B-GGUF/resolve/main/TranscriptAnalyzer-Open-7B.Q5_K_S.gguf) | Q5_K_S | 5.1 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/TranscriptAnalyzer-Open-7B-GGUF/resolve/main/TranscriptAnalyzer-Open-7B.Q5_K_M.gguf) | Q5_K_M | 5.2 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/TranscriptAnalyzer-Open-7B-GGUF/resolve/main/TranscriptAnalyzer-Open-7B.Q6_K.gguf) | Q6_K | 6.0 | very good quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/TranscriptAnalyzer-Open-7B-GGUF/resolve/main/TranscriptAnalyzer-Open-7B.Q8_0.gguf) | Q8_0 | 7.8 | fast, best quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/TranscriptAnalyzer-Open-7B-GGUF/resolve/main/TranscriptAnalyzer-Open-7B.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
TranscriptAnalyzer-Open-7B.IQ4_XS.gguf
Normal file
3
TranscriptAnalyzer-Open-7B.IQ4_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4940efcf9647759d882696c88e42f909a74cc80e1d7e07e43e424beb451fed7d
|
||||
size 3944400992
|
||||
3
TranscriptAnalyzer-Open-7B.Q2_K.gguf
Normal file
3
TranscriptAnalyzer-Open-7B.Q2_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:454360edb288156407675feede8923d1d627df3aee952785078e2dd6a2d57536
|
||||
size 2719252960
|
||||
3
TranscriptAnalyzer-Open-7B.Q3_K_L.gguf
Normal file
3
TranscriptAnalyzer-Open-7B.Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:50118edb678f929a541f12670a816539bcb884bb9ce86abb608c3b3b5886db0c
|
||||
size 3822036256
|
||||
3
TranscriptAnalyzer-Open-7B.Q3_K_M.gguf
Normal file
3
TranscriptAnalyzer-Open-7B.Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:43a2bae136a257f728b390f3c46b7a3f03b325d5af355e5a2daa73c980b94bef
|
||||
size 3518997792
|
||||
3
TranscriptAnalyzer-Open-7B.Q3_K_S.gguf
Normal file
3
TranscriptAnalyzer-Open-7B.Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d1c59d8c201d1a50ebfc607f23d6f0ca302924286780ba2e4c59a620d279c5ef
|
||||
size 3164579104
|
||||
3
TranscriptAnalyzer-Open-7B.Q4_K_M.gguf
Normal file
3
TranscriptAnalyzer-Open-7B.Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:da8e4d115fc32c97aa1957262132be58a89331523dd09261a552b2fb5d749606
|
||||
size 4368451936
|
||||
3
TranscriptAnalyzer-Open-7B.Q4_K_S.gguf
Normal file
3
TranscriptAnalyzer-Open-7B.Q4_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f3b87cb97a046a61a23e9c1bfdab1995704805e356337fddb33387662c0cfff
|
||||
size 4140386656
|
||||
3
TranscriptAnalyzer-Open-7B.Q5_K_M.gguf
Normal file
3
TranscriptAnalyzer-Open-7B.Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5d495d75ab0443a7b425a5c21d5ec9673f7f98f4b00ee5ee1df784dab32473ef
|
||||
size 5131423072
|
||||
3
TranscriptAnalyzer-Open-7B.Q5_K_S.gguf
Normal file
3
TranscriptAnalyzer-Open-7B.Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fd6772970c624494d926dfa229ca9c5f0410f386a5e99dc87a40c55747369d8a
|
||||
size 4997729632
|
||||
3
TranscriptAnalyzer-Open-7B.Q6_K.gguf
Normal file
3
TranscriptAnalyzer-Open-7B.Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:819033c859256adb06cdfa8b0d60da9c2e7d5f1a20df84a8b3b4e1d043a92ec3
|
||||
size 5942079904
|
||||
3
TranscriptAnalyzer-Open-7B.Q8_0.gguf
Normal file
3
TranscriptAnalyzer-Open-7B.Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f4818367f93d949594312936202abd5b89b4c3b71ebf201039d372115681729
|
||||
size 7695876384
|
||||
3
TranscriptAnalyzer-Open-7B.f16.gguf
Normal file
3
TranscriptAnalyzer-Open-7B.f16.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c88240f3d4e1ea7cf7eda0454d74f4fcfbae9ee2bbae6a717ed57b6c3d142fab
|
||||
size 14484765984
|
||||
Reference in New Issue
Block a user