初始化项目,由ModelHub XC社区提供模型
Model: mradermacher/Vi-Qwen2-7B-RAG-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
|
||||||
|
Vi-Qwen2-7B-RAG.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Vi-Qwen2-7B-RAG.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Vi-Qwen2-7B-RAG.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Vi-Qwen2-7B-RAG.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Vi-Qwen2-7B-RAG.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Vi-Qwen2-7B-RAG.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Vi-Qwen2-7B-RAG.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Vi-Qwen2-7B-RAG.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Vi-Qwen2-7B-RAG.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Vi-Qwen2-7B-RAG.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Vi-Qwen2-7B-RAG.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Vi-Qwen2-7B-RAG.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
67
README.md
Normal file
67
README.md
Normal file
@@ -0,0 +1,67 @@
|
|||||||
|
---
|
||||||
|
base_model: AITeamVN/Vi-Qwen2-7B-RAG
|
||||||
|
language:
|
||||||
|
- vi
|
||||||
|
library_name: transformers
|
||||||
|
license: apache-2.0
|
||||||
|
quantized_by: mradermacher
|
||||||
|
tags:
|
||||||
|
- retrieval-augmented-generation
|
||||||
|
- text-generation-inference
|
||||||
|
---
|
||||||
|
## About
|
||||||
|
|
||||||
|
<!-- ### quantize_version: 2 -->
|
||||||
|
<!-- ### output_tensor_quantised: 1 -->
|
||||||
|
<!-- ### convert_type: hf -->
|
||||||
|
<!-- ### vocab_type: -->
|
||||||
|
<!-- ### tags: -->
|
||||||
|
static quants of https://huggingface.co/AITeamVN/Vi-Qwen2-7B-RAG
|
||||||
|
|
||||||
|
<!-- 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/Vi-Qwen2-7B-RAG-GGUF/resolve/main/Vi-Qwen2-7B-RAG.Q2_K.gguf) | Q2_K | 3.1 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Vi-Qwen2-7B-RAG-GGUF/resolve/main/Vi-Qwen2-7B-RAG.Q3_K_S.gguf) | Q3_K_S | 3.6 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Vi-Qwen2-7B-RAG-GGUF/resolve/main/Vi-Qwen2-7B-RAG.Q3_K_M.gguf) | Q3_K_M | 3.9 | lower quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Vi-Qwen2-7B-RAG-GGUF/resolve/main/Vi-Qwen2-7B-RAG.Q3_K_L.gguf) | Q3_K_L | 4.2 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Vi-Qwen2-7B-RAG-GGUF/resolve/main/Vi-Qwen2-7B-RAG.IQ4_XS.gguf) | IQ4_XS | 4.4 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Vi-Qwen2-7B-RAG-GGUF/resolve/main/Vi-Qwen2-7B-RAG.Q4_K_S.gguf) | Q4_K_S | 4.6 | fast, recommended |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Vi-Qwen2-7B-RAG-GGUF/resolve/main/Vi-Qwen2-7B-RAG.Q4_K_M.gguf) | Q4_K_M | 4.8 | fast, recommended |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Vi-Qwen2-7B-RAG-GGUF/resolve/main/Vi-Qwen2-7B-RAG.Q5_K_S.gguf) | Q5_K_S | 5.4 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Vi-Qwen2-7B-RAG-GGUF/resolve/main/Vi-Qwen2-7B-RAG.Q5_K_M.gguf) | Q5_K_M | 5.5 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Vi-Qwen2-7B-RAG-GGUF/resolve/main/Vi-Qwen2-7B-RAG.Q6_K.gguf) | Q6_K | 6.4 | very good quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Vi-Qwen2-7B-RAG-GGUF/resolve/main/Vi-Qwen2-7B-RAG.Q8_0.gguf) | Q8_0 | 8.2 | fast, best quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Vi-Qwen2-7B-RAG-GGUF/resolve/main/Vi-Qwen2-7B-RAG.f16.gguf) | f16 | 15.3 | 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
Vi-Qwen2-7B-RAG.IQ4_XS.gguf
Normal file
3
Vi-Qwen2-7B-RAG.IQ4_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:948ae3ada483b7321057c084eb550bb064f3992bd554b47ff63dc0db4a971b31
|
||||||
|
size 4250297344
|
||||||
3
Vi-Qwen2-7B-RAG.Q2_K.gguf
Normal file
3
Vi-Qwen2-7B-RAG.Q2_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:67f74e3b22a4b71cc98e6576faf0ba675f56b61d99620432c30dc65d04c5de94
|
||||||
|
size 3015939072
|
||||||
3
Vi-Qwen2-7B-RAG.Q3_K_L.gguf
Normal file
3
Vi-Qwen2-7B-RAG.Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0ae1e9a2d01dca735c99f06558bd0ce0abe4c0691ddf46db9cda501778380bd5
|
||||||
|
size 4088458240
|
||||||
3
Vi-Qwen2-7B-RAG.Q3_K_M.gguf
Normal file
3
Vi-Qwen2-7B-RAG.Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2c4554df61031732b920e2e8db563f509230d2b88c8c9be5bc1c01d3760251d1
|
||||||
|
size 3808390144
|
||||||
3
Vi-Qwen2-7B-RAG.Q3_K_S.gguf
Normal file
3
Vi-Qwen2-7B-RAG.Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:556ee54610b3adbc4b6aeccd4f30d9fa52f67fdd2abd52e138ec03aaa8c98f09
|
||||||
|
size 3492367360
|
||||||
3
Vi-Qwen2-7B-RAG.Q4_K_M.gguf
Normal file
3
Vi-Qwen2-7B-RAG.Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7610e66446c19e775a7616ebbbec849e25a2605c8e5e4ff5de77777aa923d422
|
||||||
|
size 4683072512
|
||||||
3
Vi-Qwen2-7B-RAG.Q4_K_S.gguf
Normal file
3
Vi-Qwen2-7B-RAG.Q4_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fabce0451775fdaec15cef192335f0e5a3929e34ce13480f16d2f870d0b1e991
|
||||||
|
size 4457767936
|
||||||
3
Vi-Qwen2-7B-RAG.Q5_K_M.gguf
Normal file
3
Vi-Qwen2-7B-RAG.Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5a1c11f2d1dea374d0f78e4a0230ce0e8d23bf8371645d0cedb223770539a72c
|
||||||
|
size 5444830208
|
||||||
3
Vi-Qwen2-7B-RAG.Q5_K_S.gguf
Normal file
3
Vi-Qwen2-7B-RAG.Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5fdc5f86f8ca65a426e04666dbe37a528f45e0e48dd683b24c14e385390f574c
|
||||||
|
size 5315175424
|
||||||
3
Vi-Qwen2-7B-RAG.Q6_K.gguf
Normal file
3
Vi-Qwen2-7B-RAG.Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ee671069d22d70cbf0c8024755f34fa92e4741e053894bcae7995fd1672abef9
|
||||||
|
size 6254197760
|
||||||
3
Vi-Qwen2-7B-RAG.Q8_0.gguf
Normal file
3
Vi-Qwen2-7B-RAG.Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:de03c2fb677d1da60a7540eefe1f9c5dd4f2d9ab781cf99da41102ab040226a6
|
||||||
|
size 8098524160
|
||||||
3
Vi-Qwen2-7B-RAG.f16.gguf
Normal file
3
Vi-Qwen2-7B-RAG.f16.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:09768a050a613c8016bfa4113e3b566834e9833f16d7c557a940ee385fecbc76
|
||||||
|
size 15237852160
|
||||||
Reference in New Issue
Block a user