初始化项目,由ModelHub XC社区提供模型
Model: mradermacher/bahasa-4b-v2-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
|
||||||
|
bahasa-4b-v2.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
bahasa-4b-v2.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
bahasa-4b-v2.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
bahasa-4b-v2.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
bahasa-4b-v2.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
bahasa-4b-v2.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
bahasa-4b-v2.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
bahasa-4b-v2.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
bahasa-4b-v2.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
bahasa-4b-v2.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
bahasa-4b-v2.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
bahasa-4b-v2.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
bahasa-4b-v2.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
bahasa-4b-v2.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
bahasa-4b-v2.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
70
README.md
Normal file
70
README.md
Normal file
@@ -0,0 +1,70 @@
|
|||||||
|
---
|
||||||
|
base_model: Bahasalab/bahasa-4b-v2
|
||||||
|
language:
|
||||||
|
- en
|
||||||
|
library_name: transformers
|
||||||
|
license: other
|
||||||
|
quantized_by: mradermacher
|
||||||
|
tags:
|
||||||
|
- llama-factory
|
||||||
|
- full
|
||||||
|
- generated_from_trainer
|
||||||
|
---
|
||||||
|
## About
|
||||||
|
|
||||||
|
<!-- ### quantize_version: 2 -->
|
||||||
|
<!-- ### output_tensor_quantised: 1 -->
|
||||||
|
<!-- ### convert_type: hf -->
|
||||||
|
<!-- ### vocab_type: -->
|
||||||
|
static quants of https://huggingface.co/Bahasalab/bahasa-4b-v2
|
||||||
|
|
||||||
|
<!-- 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/bahasa-4b-v2-GGUF/resolve/main/bahasa-4b-v2.Q2_K.gguf) | Q2_K | 1.7 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/bahasa-4b-v2-GGUF/resolve/main/bahasa-4b-v2.IQ3_XS.gguf) | IQ3_XS | 1.9 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/bahasa-4b-v2-GGUF/resolve/main/bahasa-4b-v2.IQ3_S.gguf) | IQ3_S | 2.0 | beats Q3_K* |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/bahasa-4b-v2-GGUF/resolve/main/bahasa-4b-v2.Q3_K_S.gguf) | Q3_K_S | 2.0 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/bahasa-4b-v2-GGUF/resolve/main/bahasa-4b-v2.IQ3_M.gguf) | IQ3_M | 2.0 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/bahasa-4b-v2-GGUF/resolve/main/bahasa-4b-v2.Q3_K_M.gguf) | Q3_K_M | 2.1 | lower quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/bahasa-4b-v2-GGUF/resolve/main/bahasa-4b-v2.Q3_K_L.gguf) | Q3_K_L | 2.3 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/bahasa-4b-v2-GGUF/resolve/main/bahasa-4b-v2.IQ4_XS.gguf) | IQ4_XS | 2.3 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/bahasa-4b-v2-GGUF/resolve/main/bahasa-4b-v2.Q4_K_S.gguf) | Q4_K_S | 2.4 | fast, recommended |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/bahasa-4b-v2-GGUF/resolve/main/bahasa-4b-v2.Q4_K_M.gguf) | Q4_K_M | 2.6 | fast, recommended |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/bahasa-4b-v2-GGUF/resolve/main/bahasa-4b-v2.Q5_K_S.gguf) | Q5_K_S | 2.9 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/bahasa-4b-v2-GGUF/resolve/main/bahasa-4b-v2.Q5_K_M.gguf) | Q5_K_M | 2.9 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/bahasa-4b-v2-GGUF/resolve/main/bahasa-4b-v2.Q6_K.gguf) | Q6_K | 3.3 | very good quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/bahasa-4b-v2-GGUF/resolve/main/bahasa-4b-v2.Q8_0.gguf) | Q8_0 | 4.3 | fast, best quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/bahasa-4b-v2-GGUF/resolve/main/bahasa-4b-v2.f16.gguf) | f16 | 8.0 | 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
bahasa-4b-v2.IQ3_M.gguf
Normal file
3
bahasa-4b-v2.IQ3_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e3ad733649cec4edb9a1ec279c8f0abfb23fae6c608f7aff2aaa51ee2c5d7453
|
||||||
|
size 1938534624
|
||||||
3
bahasa-4b-v2.IQ3_S.gguf
Normal file
3
bahasa-4b-v2.IQ3_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1bd202e10a41fcba8a3b82be6cb15ab5366bc8ab88876b232640e47da2fcc530
|
||||||
|
size 1857152224
|
||||||
3
bahasa-4b-v2.IQ3_XS.gguf
Normal file
3
bahasa-4b-v2.IQ3_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a2c73d59c4e661000074e2bbd7904b0282bca5562ee05c23738432f1c45892e4
|
||||||
|
size 1782809824
|
||||||
3
bahasa-4b-v2.IQ4_XS.gguf
Normal file
3
bahasa-4b-v2.IQ4_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6730c92c7891cd9e047040d28407447720193ca45f60798531a7e048f3593dd0
|
||||||
|
size 2232629984
|
||||||
3
bahasa-4b-v2.Q2_K.gguf
Normal file
3
bahasa-4b-v2.Q2_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dcf1bacd827c97f5eeb81fbc3fbedfcbb4d4d09df0fe73282f5d9e05efd01f57
|
||||||
|
size 1620631264
|
||||||
3
bahasa-4b-v2.Q3_K_L.gguf
Normal file
3
bahasa-4b-v2.Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:eb93ada10455dc6af7d05b3a0af4baae4d4bf523f5681bb77a2ffde426786814
|
||||||
|
size 2174797024
|
||||||
3
bahasa-4b-v2.Q3_K_M.gguf
Normal file
3
bahasa-4b-v2.Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:012e601808c4e11506d1b3a2c2be9c3ce5ed7d2bb4b64c162b8beaef5f731acb
|
||||||
|
size 2026849504
|
||||||
3
bahasa-4b-v2.Q3_K_S.gguf
Normal file
3
bahasa-4b-v2.Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5cba79d3ab7e4a59fb6eb923b0318470dd7fb0d013d2a1475841c52158423daa
|
||||||
|
size 1857152224
|
||||||
3
bahasa-4b-v2.Q4_K_M.gguf
Normal file
3
bahasa-4b-v2.Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:80b878ad86c32a2853099f6474b811905b904eba6cb95ba38a6c30618a030b07
|
||||||
|
size 2455114464
|
||||||
3
bahasa-4b-v2.Q4_K_S.gguf
Normal file
3
bahasa-4b-v2.Q4_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e69af0d82b13fd7bbde9058073937e7aa004a2c83b0e0b5d330016af2aef1aec
|
||||||
|
size 2344420064
|
||||||
3
bahasa-4b-v2.Q5_K_M.gguf
Normal file
3
bahasa-4b-v2.Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2b57cf91fc6e0227ef6a8aa38d40ec591726517864410f8a289ede3ec7476990
|
||||||
|
size 2839605984
|
||||||
3
bahasa-4b-v2.Q5_K_S.gguf
Normal file
3
bahasa-4b-v2.Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:11faa9eded85b67141e6179124abb8f50167a1c3256c11c14a18fae04b6cf0b0
|
||||||
|
size 2775196384
|
||||||
3
bahasa-4b-v2.Q6_K.gguf
Normal file
3
bahasa-4b-v2.Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8aeb83617cec5f56117c7f7a16e2620fdab2efadf2458efe69cadbe3887a151f
|
||||||
|
size 3248128224
|
||||||
3
bahasa-4b-v2.Q8_0.gguf
Normal file
3
bahasa-4b-v2.Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:91cbe1650bcf98a5455c3d36342e8da3f1df013a07ea3332e9f20327e6006e33
|
||||||
|
size 4204733664
|
||||||
3
bahasa-4b-v2.f16.gguf
Normal file
3
bahasa-4b-v2.f16.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:eff7ce2e431a1075bdd7c2edd84941af031ccb4af16a4565b5e82cfc82735980
|
||||||
|
size 7907722464
|
||||||
Reference in New Issue
Block a user