初始化项目,由ModelHub XC社区提供模型
Model: mradermacher/latxa-13b-v1.2-GGUF Source: Original Platform
This commit is contained in:
49
.gitattributes
vendored
Normal file
49
.gitattributes
vendored
Normal file
@@ -0,0 +1,49 @@
|
|||||||
|
*.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
|
||||||
|
latxa-13b-v1.2.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
latxa-13b-v1.2.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
latxa-13b-v1.2.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
latxa-13b-v1.2.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
latxa-13b-v1.2.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
latxa-13b-v1.2.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
latxa-13b-v1.2.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
latxa-13b-v1.2.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
latxa-13b-v1.2.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
latxa-13b-v1.2.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
latxa-13b-v1.2.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
latxa-13b-v1.2.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
latxa-13b-v1.2.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
latxa-13b-v1.2.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
69
README.md
Normal file
69
README.md
Normal file
@@ -0,0 +1,69 @@
|
|||||||
|
---
|
||||||
|
base_model: HiTZ/latxa-13b-v1.2
|
||||||
|
datasets:
|
||||||
|
- HiTZ/latxa-corpus-v1.1
|
||||||
|
language:
|
||||||
|
- eu
|
||||||
|
- en
|
||||||
|
library_name: transformers
|
||||||
|
license: llama2
|
||||||
|
quantized_by: mradermacher
|
||||||
|
---
|
||||||
|
## About
|
||||||
|
|
||||||
|
<!-- ### quantize_version: 2 -->
|
||||||
|
<!-- ### output_tensor_quantised: 1 -->
|
||||||
|
<!-- ### convert_type: hf -->
|
||||||
|
<!-- ### vocab_type: -->
|
||||||
|
<!-- ### tags: -->
|
||||||
|
static quants of https://huggingface.co/HiTZ/latxa-13b-v1.2
|
||||||
|
|
||||||
|
<!-- provided-files -->
|
||||||
|
weighted/imatrix quants are available at https://huggingface.co/mradermacher/latxa-13b-v1.2-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/latxa-13b-v1.2-GGUF/resolve/main/latxa-13b-v1.2.Q2_K.gguf) | Q2_K | 5.0 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/latxa-13b-v1.2-GGUF/resolve/main/latxa-13b-v1.2.IQ3_XS.gguf) | IQ3_XS | 5.5 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/latxa-13b-v1.2-GGUF/resolve/main/latxa-13b-v1.2.IQ3_S.gguf) | IQ3_S | 5.8 | beats Q3_K* |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/latxa-13b-v1.2-GGUF/resolve/main/latxa-13b-v1.2.Q3_K_S.gguf) | Q3_K_S | 5.8 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/latxa-13b-v1.2-GGUF/resolve/main/latxa-13b-v1.2.IQ3_M.gguf) | IQ3_M | 6.1 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/latxa-13b-v1.2-GGUF/resolve/main/latxa-13b-v1.2.Q3_K_M.gguf) | Q3_K_M | 6.4 | lower quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/latxa-13b-v1.2-GGUF/resolve/main/latxa-13b-v1.2.Q3_K_L.gguf) | Q3_K_L | 7.0 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/latxa-13b-v1.2-GGUF/resolve/main/latxa-13b-v1.2.IQ4_XS.gguf) | IQ4_XS | 7.1 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/latxa-13b-v1.2-GGUF/resolve/main/latxa-13b-v1.2.Q4_K_S.gguf) | Q4_K_S | 7.5 | fast, recommended |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/latxa-13b-v1.2-GGUF/resolve/main/latxa-13b-v1.2.Q4_K_M.gguf) | Q4_K_M | 8.0 | fast, recommended |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/latxa-13b-v1.2-GGUF/resolve/main/latxa-13b-v1.2.Q5_K_S.gguf) | Q5_K_S | 9.1 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/latxa-13b-v1.2-GGUF/resolve/main/latxa-13b-v1.2.Q5_K_M.gguf) | Q5_K_M | 9.3 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/latxa-13b-v1.2-GGUF/resolve/main/latxa-13b-v1.2.Q6_K.gguf) | Q6_K | 10.8 | very good quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/latxa-13b-v1.2-GGUF/resolve/main/latxa-13b-v1.2.Q8_0.gguf) | Q8_0 | 13.9 | fast, best quality |
|
||||||
|
|
||||||
|
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
latxa-13b-v1.2.IQ3_M.gguf
Normal file
3
latxa-13b-v1.2.IQ3_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e9dcc4c825e9b5e3e1ace6072ce23df4d88e907abf0adec2bf864e7bf8b5c482
|
||||||
|
size 5984510528
|
||||||
3
latxa-13b-v1.2.IQ3_S.gguf
Normal file
3
latxa-13b-v1.2.IQ3_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bd967d5b0092f5a89253cb88fbab65692c8ee1ef65bc7bae05dd2d364660aec9
|
||||||
|
size 5658980928
|
||||||
3
latxa-13b-v1.2.IQ3_XS.gguf
Normal file
3
latxa-13b-v1.2.IQ3_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ded43750c73e91d1369337bb276e2adcee9e8b079067e90a5c860e5d8a91ff84
|
||||||
|
size 5361611328
|
||||||
3
latxa-13b-v1.2.IQ4_XS.gguf
Normal file
3
latxa-13b-v1.2.IQ4_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d76dfcc4dc2ebd95fba6e7aa786cacb10e286a152b789e77564334fcb5b47dff
|
||||||
|
size 7019518528
|
||||||
3
latxa-13b-v1.2.Q2_K.gguf
Normal file
3
latxa-13b-v1.2.Q2_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2726c3833dc1856d05f2d5938f4759c2c0ec38674b926e9991bb45d9c65ae967
|
||||||
|
size 4854270528
|
||||||
3
latxa-13b-v1.2.Q3_K_L.gguf
Normal file
3
latxa-13b-v1.2.Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d15e8992b2deff0d7da2451827c510ad7e8fa8be7699f5b357ff0d4148169982
|
||||||
|
size 6929560128
|
||||||
3
latxa-13b-v1.2.Q3_K_M.gguf
Normal file
3
latxa-13b-v1.2.Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:60fa94498d9cfe35057cb426a386ee7d854026661b1257861baab6193127af37
|
||||||
|
size 6337770048
|
||||||
3
latxa-13b-v1.2.Q3_K_S.gguf
Normal file
3
latxa-13b-v1.2.Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9eefb995ba1fce2103f92d93598d98899ac6ef40c0415ea953095d59c6ce4972
|
||||||
|
size 5658980928
|
||||||
3
latxa-13b-v1.2.Q4_K_M.gguf
Normal file
3
latxa-13b-v1.2.Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:45cb2be4fb3b62de660732211c3245976b3537177917b2605c7b246c2b3ef518
|
||||||
|
size 7865956928
|
||||||
3
latxa-13b-v1.2.Q4_K_S.gguf
Normal file
3
latxa-13b-v1.2.Q4_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:439bf9566f7664bac534af3a82dfcb093352ed300b47fd5add44ccc5566b8756
|
||||||
|
size 7423179328
|
||||||
3
latxa-13b-v1.2.Q5_K_M.gguf
Normal file
3
latxa-13b-v1.2.Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fb23b6383699925dd3d11cf72936db4d7f70d742de15f7f7f2c96022a8813383
|
||||||
|
size 9229924928
|
||||||
3
latxa-13b-v1.2.Q5_K_S.gguf
Normal file
3
latxa-13b-v1.2.Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:498b67ce318a03dcd8aa992ee6ee3e4e05cca0872e9a72f69c988014a78a053a
|
||||||
|
size 8972286528
|
||||||
3
latxa-13b-v1.2.Q6_K.gguf
Normal file
3
latxa-13b-v1.2.Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:310ea7b360ec9349891ab8425c827adcd442948e9f6593b871ecc0227bfca8a1
|
||||||
|
size 10679140928
|
||||||
3
latxa-13b-v1.2.Q8_0.gguf
Normal file
3
latxa-13b-v1.2.Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e5a392c11d2aeff991814bc01399afa6be3464fca784ba4fbba1e1eded72d041
|
||||||
|
size 13831320128
|
||||||
Reference in New Issue
Block a user