初始化项目,由ModelHub XC社区提供模型
Model: mradermacher/llama-3-8b-English-to-Hinglish-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-English-to-Hinglish.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
llama-3-8b-English-to-Hinglish.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
llama-3-8b-English-to-Hinglish.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
llama-3-8b-English-to-Hinglish.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
llama-3-8b-English-to-Hinglish.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
llama-3-8b-English-to-Hinglish.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
llama-3-8b-English-to-Hinglish.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
llama-3-8b-English-to-Hinglish.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
llama-3-8b-English-to-Hinglish.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
llama-3-8b-English-to-Hinglish.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
llama-3-8b-English-to-Hinglish.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
llama-3-8b-English-to-Hinglish.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
llama-3-8b-English-to-Hinglish.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
llama-3-8b-English-to-Hinglish.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
llama-3-8b-English-to-Hinglish.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: 4-alokk/llama-3-8b-English-to-Hinglish
|
||||||
|
language:
|
||||||
|
- en
|
||||||
|
library_name: transformers
|
||||||
|
quantized_by: mradermacher
|
||||||
|
tags:
|
||||||
|
- unsloth
|
||||||
|
- trl
|
||||||
|
- sft
|
||||||
|
---
|
||||||
|
## About
|
||||||
|
|
||||||
|
<!-- ### quantize_version: 1 -->
|
||||||
|
<!-- ### output_tensor_quantised: 1 -->
|
||||||
|
<!-- ### convert_type: -->
|
||||||
|
<!-- ### vocab_type: -->
|
||||||
|
static quants of https://huggingface.co/4-alokk/llama-3-8b-English-to-Hinglish
|
||||||
|
|
||||||
|
<!-- 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/llama-3-8b-English-to-Hinglish-GGUF/resolve/main/llama-3-8b-English-to-Hinglish.Q2_K.gguf) | Q2_K | 3.3 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/llama-3-8b-English-to-Hinglish-GGUF/resolve/main/llama-3-8b-English-to-Hinglish.IQ3_XS.gguf) | IQ3_XS | 3.6 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/llama-3-8b-English-to-Hinglish-GGUF/resolve/main/llama-3-8b-English-to-Hinglish.Q3_K_S.gguf) | Q3_K_S | 3.8 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/llama-3-8b-English-to-Hinglish-GGUF/resolve/main/llama-3-8b-English-to-Hinglish.IQ3_S.gguf) | IQ3_S | 3.8 | beats Q3_K* |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/llama-3-8b-English-to-Hinglish-GGUF/resolve/main/llama-3-8b-English-to-Hinglish.IQ3_M.gguf) | IQ3_M | 3.9 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/llama-3-8b-English-to-Hinglish-GGUF/resolve/main/llama-3-8b-English-to-Hinglish.Q3_K_M.gguf) | Q3_K_M | 4.1 | lower quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/llama-3-8b-English-to-Hinglish-GGUF/resolve/main/llama-3-8b-English-to-Hinglish.Q3_K_L.gguf) | Q3_K_L | 4.4 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/llama-3-8b-English-to-Hinglish-GGUF/resolve/main/llama-3-8b-English-to-Hinglish.IQ4_XS.gguf) | IQ4_XS | 4.6 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/llama-3-8b-English-to-Hinglish-GGUF/resolve/main/llama-3-8b-English-to-Hinglish.Q4_K_S.gguf) | Q4_K_S | 4.8 | fast, recommended |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/llama-3-8b-English-to-Hinglish-GGUF/resolve/main/llama-3-8b-English-to-Hinglish.Q4_K_M.gguf) | Q4_K_M | 5.0 | fast, recommended |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/llama-3-8b-English-to-Hinglish-GGUF/resolve/main/llama-3-8b-English-to-Hinglish.Q5_K_S.gguf) | Q5_K_S | 5.7 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/llama-3-8b-English-to-Hinglish-GGUF/resolve/main/llama-3-8b-English-to-Hinglish.Q5_K_M.gguf) | Q5_K_M | 5.8 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/llama-3-8b-English-to-Hinglish-GGUF/resolve/main/llama-3-8b-English-to-Hinglish.Q6_K.gguf) | Q6_K | 6.7 | very good quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/llama-3-8b-English-to-Hinglish-GGUF/resolve/main/llama-3-8b-English-to-Hinglish.Q8_0.gguf) | Q8_0 | 8.6 | fast, best quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/llama-3-8b-English-to-Hinglish-GGUF/resolve/main/llama-3-8b-English-to-Hinglish.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-English-to-Hinglish.IQ3_M.gguf
Normal file
3
llama-3-8b-English-to-Hinglish.IQ3_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0432ae077843ba5917c274ec7dc640713b5cb79e04198b725c865bcc1f525873
|
||||||
|
size 3785335680
|
||||||
3
llama-3-8b-English-to-Hinglish.IQ3_S.gguf
Normal file
3
llama-3-8b-English-to-Hinglish.IQ3_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6ba70d33756628d7011d52f269818721f9bdfa823a78bdbe0c56527aa3818ea9
|
||||||
|
size 3682837376
|
||||||
3
llama-3-8b-English-to-Hinglish.IQ3_XS.gguf
Normal file
3
llama-3-8b-English-to-Hinglish.IQ3_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e3963d752cb3a5b2c6265809d8bf410bec8f3793fad0b27588df341faaef1417
|
||||||
|
size 3519259520
|
||||||
3
llama-3-8b-English-to-Hinglish.IQ4_XS.gguf
Normal file
3
llama-3-8b-English-to-Hinglish.IQ4_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a4a93d8c770d6ed0d6b5385a53adc5c2ba93a9fd0f0ba065e43fa2473ab791a3
|
||||||
|
size 4484875136
|
||||||
3
llama-3-8b-English-to-Hinglish.Q2_K.gguf
Normal file
3
llama-3-8b-English-to-Hinglish.Q2_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:06fef04af8ed3dfe0f80cf4d52a2fd4d0acb00fa9bea68a960d295c923aa6cd1
|
||||||
|
size 3179643776
|
||||||
3
llama-3-8b-English-to-Hinglish.Q3_K_L.gguf
Normal file
3
llama-3-8b-English-to-Hinglish.Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fddfb833fd466bfd54f6f0b253faccd66eb12c817928a27a251339d7d1a53f91
|
||||||
|
size 4322468736
|
||||||
3
llama-3-8b-English-to-Hinglish.Q3_K_M.gguf
Normal file
3
llama-3-8b-English-to-Hinglish.Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:40ca36ea37d97ff3e0113830789dcd87d07de74427b5a13079176b1f95274cd2
|
||||||
|
size 4019430272
|
||||||
3
llama-3-8b-English-to-Hinglish.Q3_K_S.gguf
Normal file
3
llama-3-8b-English-to-Hinglish.Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b89815725d5a365df23c588758ec9f2f68dd4fafa964e3e010ba1380580f4164
|
||||||
|
size 3665011584
|
||||||
3
llama-3-8b-English-to-Hinglish.Q4_K_M.gguf
Normal file
3
llama-3-8b-English-to-Hinglish.Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f4426ac7e8474f6f064c09a8275c1c375872cf250a858dee5be7c4205157fbb0
|
||||||
|
size 4921246592
|
||||||
3
llama-3-8b-English-to-Hinglish.Q4_K_S.gguf
Normal file
3
llama-3-8b-English-to-Hinglish.Q4_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:78422076563e00acb7c0535b54d8202d4d7af3d3f5294d73c65fc00f563064ed
|
||||||
|
size 4693181312
|
||||||
3
llama-3-8b-English-to-Hinglish.Q5_K_M.gguf
Normal file
3
llama-3-8b-English-to-Hinglish.Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b833d918dde365915ac9371ea0fcd0ff6f7cd9514c53a8e807946e3a87908edf
|
||||||
|
size 5733499776
|
||||||
3
llama-3-8b-English-to-Hinglish.Q5_K_S.gguf
Normal file
3
llama-3-8b-English-to-Hinglish.Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:65af489e9ec98418b4ea148f5e99d14cef4e0b6527ac40987f77778d8c0fbb6a
|
||||||
|
size 5599806336
|
||||||
3
llama-3-8b-English-to-Hinglish.Q6_K.gguf
Normal file
3
llama-3-8b-English-to-Hinglish.Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7342c0cc5c77ca988779e9bf5e4d2dcb758c6850ad1dde7152ab4e4dfd437c0e
|
||||||
|
size 6596518784
|
||||||
3
llama-3-8b-English-to-Hinglish.Q8_0.gguf
Normal file
3
llama-3-8b-English-to-Hinglish.Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e22479578a9f8a167595192dcd46c511f54a07def71269a9f2f08e4b47ecaab4
|
||||||
|
size 8541283200
|
||||||
3
llama-3-8b-English-to-Hinglish.f16.gguf
Normal file
3
llama-3-8b-English-to-Hinglish.f16.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c651597811028c1ddd7ef6604c9fb480f21cdc0eb3b04d53dcad1ef40e473cc7
|
||||||
|
size 16069403520
|
||||||
Reference in New Issue
Block a user