初始化项目,由ModelHub XC社区提供模型

Model: mradermacher/gemma-2b-ForexAI-i1-GGUF
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-14 17:33:17 +08:00
commit 5aa07d705a
27 changed files with 219 additions and 0 deletions

60
.gitattributes vendored Normal file
View File

@@ -0,0 +1,60 @@
*.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
imatrix.dat filter=lfs diff=lfs merge=lfs -text
gemma-2b-ForexAI.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text
gemma-2b-ForexAI.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text
gemma-2b-ForexAI.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
gemma-2b-ForexAI.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text
gemma-2b-ForexAI.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
gemma-2b-ForexAI.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text
gemma-2b-ForexAI.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
gemma-2b-ForexAI.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
gemma-2b-ForexAI.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
gemma-2b-ForexAI.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text
gemma-2b-ForexAI.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text
gemma-2b-ForexAI.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
gemma-2b-ForexAI.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
gemma-2b-ForexAI.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text
gemma-2b-ForexAI.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
gemma-2b-ForexAI.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
gemma-2b-ForexAI.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
gemma-2b-ForexAI.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
gemma-2b-ForexAI.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text
gemma-2b-ForexAI.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
gemma-2b-ForexAI.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
gemma-2b-ForexAI.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
gemma-2b-ForexAI.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
gemma-2b-ForexAI.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text

84
README.md Normal file
View File

@@ -0,0 +1,84 @@
---
base_model: mjmanashti/gemma-2b-ForexAI
language:
- en
library_name: transformers
license: other
mradermacher:
readme_rev: 1
quantized_by: mradermacher
tags:
- autotrain
- text-generation
---
## About
<!-- ### quantize_version: 2 -->
<!-- ### output_tensor_quantised: 1 -->
<!-- ### convert_type: hf -->
<!-- ### vocab_type: -->
<!-- ### tags: nicoboss -->
weighted/imatrix quants of https://huggingface.co/mjmanashti/gemma-2b-ForexAI
<!-- provided-files -->
***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#gemma-2b-ForexAI-i1-GGUF).***
static quants are available at https://huggingface.co/mradermacher/gemma-2b-ForexAI-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/gemma-2b-ForexAI-i1-GGUF/resolve/main/gemma-2b-ForexAI.i1-IQ1_S.gguf) | i1-IQ1_S | 0.9 | for the desperate |
| [GGUF](https://huggingface.co/mradermacher/gemma-2b-ForexAI-i1-GGUF/resolve/main/gemma-2b-ForexAI.i1-IQ1_M.gguf) | i1-IQ1_M | 0.9 | mostly desperate |
| [GGUF](https://huggingface.co/mradermacher/gemma-2b-ForexAI-i1-GGUF/resolve/main/gemma-2b-ForexAI.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 1.0 | |
| [GGUF](https://huggingface.co/mradermacher/gemma-2b-ForexAI-i1-GGUF/resolve/main/gemma-2b-ForexAI.i1-IQ2_XS.gguf) | i1-IQ2_XS | 1.0 | |
| [GGUF](https://huggingface.co/mradermacher/gemma-2b-ForexAI-i1-GGUF/resolve/main/gemma-2b-ForexAI.i1-IQ2_S.gguf) | i1-IQ2_S | 1.1 | |
| [GGUF](https://huggingface.co/mradermacher/gemma-2b-ForexAI-i1-GGUF/resolve/main/gemma-2b-ForexAI.i1-IQ2_M.gguf) | i1-IQ2_M | 1.1 | |
| [GGUF](https://huggingface.co/mradermacher/gemma-2b-ForexAI-i1-GGUF/resolve/main/gemma-2b-ForexAI.i1-Q2_K_S.gguf) | i1-Q2_K_S | 1.2 | very low quality |
| [GGUF](https://huggingface.co/mradermacher/gemma-2b-ForexAI-i1-GGUF/resolve/main/gemma-2b-ForexAI.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 1.2 | lower quality |
| [GGUF](https://huggingface.co/mradermacher/gemma-2b-ForexAI-i1-GGUF/resolve/main/gemma-2b-ForexAI.i1-Q2_K.gguf) | i1-Q2_K | 1.3 | IQ3_XXS probably better |
| [GGUF](https://huggingface.co/mradermacher/gemma-2b-ForexAI-i1-GGUF/resolve/main/gemma-2b-ForexAI.i1-IQ3_XS.gguf) | i1-IQ3_XS | 1.3 | |
| [GGUF](https://huggingface.co/mradermacher/gemma-2b-ForexAI-i1-GGUF/resolve/main/gemma-2b-ForexAI.i1-Q3_K_S.gguf) | i1-Q3_K_S | 1.4 | IQ3_XS probably better |
| [GGUF](https://huggingface.co/mradermacher/gemma-2b-ForexAI-i1-GGUF/resolve/main/gemma-2b-ForexAI.i1-IQ3_S.gguf) | i1-IQ3_S | 1.4 | beats Q3_K* |
| [GGUF](https://huggingface.co/mradermacher/gemma-2b-ForexAI-i1-GGUF/resolve/main/gemma-2b-ForexAI.i1-IQ3_M.gguf) | i1-IQ3_M | 1.4 | |
| [GGUF](https://huggingface.co/mradermacher/gemma-2b-ForexAI-i1-GGUF/resolve/main/gemma-2b-ForexAI.i1-Q3_K_M.gguf) | i1-Q3_K_M | 1.5 | IQ3_S probably better |
| [GGUF](https://huggingface.co/mradermacher/gemma-2b-ForexAI-i1-GGUF/resolve/main/gemma-2b-ForexAI.i1-Q3_K_L.gguf) | i1-Q3_K_L | 1.6 | IQ3_M probably better |
| [GGUF](https://huggingface.co/mradermacher/gemma-2b-ForexAI-i1-GGUF/resolve/main/gemma-2b-ForexAI.i1-IQ4_XS.gguf) | i1-IQ4_XS | 1.6 | |
| [GGUF](https://huggingface.co/mradermacher/gemma-2b-ForexAI-i1-GGUF/resolve/main/gemma-2b-ForexAI.i1-IQ4_NL.gguf) | i1-IQ4_NL | 1.7 | prefer IQ4_XS |
| [GGUF](https://huggingface.co/mradermacher/gemma-2b-ForexAI-i1-GGUF/resolve/main/gemma-2b-ForexAI.i1-Q4_0.gguf) | i1-Q4_0 | 1.7 | fast, low quality |
| [GGUF](https://huggingface.co/mradermacher/gemma-2b-ForexAI-i1-GGUF/resolve/main/gemma-2b-ForexAI.i1-Q4_K_S.gguf) | i1-Q4_K_S | 1.7 | optimal size/speed/quality |
| [GGUF](https://huggingface.co/mradermacher/gemma-2b-ForexAI-i1-GGUF/resolve/main/gemma-2b-ForexAI.i1-Q4_K_M.gguf) | i1-Q4_K_M | 1.7 | fast, recommended |
| [GGUF](https://huggingface.co/mradermacher/gemma-2b-ForexAI-i1-GGUF/resolve/main/gemma-2b-ForexAI.i1-Q4_1.gguf) | i1-Q4_1 | 1.8 | |
| [GGUF](https://huggingface.co/mradermacher/gemma-2b-ForexAI-i1-GGUF/resolve/main/gemma-2b-ForexAI.i1-Q5_K_S.gguf) | i1-Q5_K_S | 1.9 | |
| [GGUF](https://huggingface.co/mradermacher/gemma-2b-ForexAI-i1-GGUF/resolve/main/gemma-2b-ForexAI.i1-Q5_K_M.gguf) | i1-Q5_K_M | 1.9 | |
| [GGUF](https://huggingface.co/mradermacher/gemma-2b-ForexAI-i1-GGUF/resolve/main/gemma-2b-ForexAI.i1-Q6_K.gguf) | i1-Q6_K | 2.2 | practically like static Q6_K |
Here is a handy graph by ikawrakow comparing some lower-quality quant
types (lower is better):
![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
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. Additional thanks to [@nicoboss](https://huggingface.co/nicoboss) for giving me access to his private supercomputer, enabling me to provide many more imatrix quants, at much higher quality, than I would otherwise be able to.
<!-- end -->

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c3af600c3a0f08edd699e41c83bcbf5581d8aa748050ea615ea29ebb03311aeb
size 813845344

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6e5f2ef2484334841b1e73be3d6abced1719baf22b2b9c3c93c8fa707cc06c74
size 770960224

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7031a7c747bb3853f4d3c27ee3abbd662f80e42254e9105061cf66c675b5ddb3
size 1019472736

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:73cef77927171cb59721a66737b1dbaa5b649eda76f9e0b37bf91b60bb2bffcb
size 962292576

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1ca781669d5da5fcad4e6db4fe685ccc6859357c202d1eb22236fcab8c29747e
size 944860000

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:df38bcbf465d6940c431a2c57e068dcc78a929c6b83f33b3380b31e704669b89
size 885320544

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f07a18849b5c6e1010b796bb074e18e868e41840a5f90942ad5eb4a0c373fd88
size 1308175200

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:79b6b4a6caa1774586633fffa790de34448bf0a076c22509ca1543c8aa493c67
size 1289235296

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eb1879873550104356fea199d8104a830b604b9a9d5e57f4ee45a0819ad26622
size 1244359520

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dd20a4484e5f29668f79abe09d50295a538e3f6a7a72b1f4171a6e63cde5a52f
size 1125378912

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2fc7663567ce099e37a4a29819f5d01f1cbd6b41a8aa3d071c4d29634149bcc8
size 1552370528

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:813617c582a4bf7e877c200e7fca73e197f6fafa5af96140ac7041b7f6b5bc14
size 1490733920

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cdd9b56ffcb8643eb7acd3cad5ab4a95647504490ab9c3d9ff400ced05d13284
size 1157925728

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4366a841b123fe129655527f1968bc933a1ab328e443943920ef509a69a4a85d
size 1104644960

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fbe4439a28d1fc1174dccba52d5a4f89345b657721097ea4396f65dfab216b9c
size 1465592672

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bdad638774fbd77b8a501f3a3dc4010cf68e691f7d2eae4799ab26b2c2be367c
size 1383803744

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9b00414913c66c36b853790f8a3e0783d15b6e0bf36dbd7eaba2e5dcd868e78b
size 1287981920

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b2dff8a20b6b6e4d4dc459b46e85ccde2d8d9d146a3b84c074622e11ef658fbf
size 1555385184

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c2a61d40f5de96afb87ea844ca0e87a95f092f25d564c393d9b6dca3dda9b54e
size 1675053920

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:855c8a0935ffc76157ec38d6a564b02c8d6c985d68251a9651faebde54c020bd
size 1630264160

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9bf2d26cba0de59e19cc0d85eb236756f8e4e841c907f891d25f3439f952979c
size 1559841632

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:997e0707b2f8b733a9ff725f20a082c6dff97f88346c8c2afd8ec77796d404f9
size 1839651680

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ab9f2c5f43787930628ed61e2e326ecbb366ccfb9c9cf90d420dd4a832472b86
size 1798916960

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c642df597feecb08d5cd71a7a4a543465096f87ba990d1f8000938adfd447ab9
size 2062125920

3
imatrix.dat Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:52bebff123101df5806f624c1044a6429d45c7748744d40ce385021e9d533306
size 2068543