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

Model: mradermacher/geobot-i1-GGUF
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-15 10:50:16 +08:00
commit 3580a3ff64
27 changed files with 227 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
geobot.imatrix.gguf filter=lfs diff=lfs merge=lfs -text
geobot.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
geobot.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
geobot.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
geobot.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text
geobot.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
geobot.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text
geobot.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
geobot.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text
geobot.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
geobot.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
geobot.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text
geobot.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
geobot.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text
geobot.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
geobot.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
geobot.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
geobot.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text
geobot.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text
geobot.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
geobot.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
geobot.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
geobot.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
geobot.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
geobot.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text

92
README.md Normal file
View File

@@ -0,0 +1,92 @@
---
base_model: kumarprince070107/geobot
language:
- en
- sql
- py
library_name: transformers
license: llama3.1
mradermacher:
readme_rev: 1
quantized_by: mradermacher
tags:
- gis
- geospatial
- fine-tuned
- unsloth
---
## About
<!-- ### quantize_version: 2 -->
<!-- ### output_tensor_quantised: 1 -->
<!-- ### convert_type: hf -->
<!-- ### vocab_type: -->
<!-- ### tags: nicoboss -->
<!-- ### quants: Q2_K IQ3_M Q4_K_S IQ3_XXS Q3_K_M small-IQ4_NL Q4_K_M IQ2_M Q6_K IQ4_XS Q2_K_S IQ1_M Q3_K_S IQ2_XXS Q3_K_L IQ2_XS Q5_K_S IQ2_S IQ1_S Q5_K_M Q4_0 IQ3_XS Q4_1 IQ3_S -->
<!-- ### quants_skip: -->
<!-- ### skip_mmproj: -->
weighted/imatrix quants of https://huggingface.co/kumarprince070107/geobot
<!-- provided-files -->
***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#geobot-i1-GGUF).***
static quants are available at https://huggingface.co/mradermacher/geobot-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/geobot-i1-GGUF/resolve/main/geobot.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) |
| [GGUF](https://huggingface.co/mradermacher/geobot-i1-GGUF/resolve/main/geobot.i1-IQ1_S.gguf) | i1-IQ1_S | 2.1 | for the desperate |
| [GGUF](https://huggingface.co/mradermacher/geobot-i1-GGUF/resolve/main/geobot.i1-IQ1_M.gguf) | i1-IQ1_M | 2.3 | mostly desperate |
| [GGUF](https://huggingface.co/mradermacher/geobot-i1-GGUF/resolve/main/geobot.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.5 | |
| [GGUF](https://huggingface.co/mradermacher/geobot-i1-GGUF/resolve/main/geobot.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.7 | |
| [GGUF](https://huggingface.co/mradermacher/geobot-i1-GGUF/resolve/main/geobot.i1-IQ2_S.gguf) | i1-IQ2_S | 2.9 | |
| [GGUF](https://huggingface.co/mradermacher/geobot-i1-GGUF/resolve/main/geobot.i1-IQ2_M.gguf) | i1-IQ2_M | 3.0 | |
| [GGUF](https://huggingface.co/mradermacher/geobot-i1-GGUF/resolve/main/geobot.i1-Q2_K_S.gguf) | i1-Q2_K_S | 3.1 | very low quality |
| [GGUF](https://huggingface.co/mradermacher/geobot-i1-GGUF/resolve/main/geobot.i1-Q2_K.gguf) | i1-Q2_K | 3.3 | IQ3_XXS probably better |
| [GGUF](https://huggingface.co/mradermacher/geobot-i1-GGUF/resolve/main/geobot.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.4 | lower quality |
| [GGUF](https://huggingface.co/mradermacher/geobot-i1-GGUF/resolve/main/geobot.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.6 | |
| [GGUF](https://huggingface.co/mradermacher/geobot-i1-GGUF/resolve/main/geobot.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.8 | IQ3_XS probably better |
| [GGUF](https://huggingface.co/mradermacher/geobot-i1-GGUF/resolve/main/geobot.i1-IQ3_S.gguf) | i1-IQ3_S | 3.8 | beats Q3_K* |
| [GGUF](https://huggingface.co/mradermacher/geobot-i1-GGUF/resolve/main/geobot.i1-IQ3_M.gguf) | i1-IQ3_M | 3.9 | |
| [GGUF](https://huggingface.co/mradermacher/geobot-i1-GGUF/resolve/main/geobot.i1-Q3_K_M.gguf) | i1-Q3_K_M | 4.1 | IQ3_S probably better |
| [GGUF](https://huggingface.co/mradermacher/geobot-i1-GGUF/resolve/main/geobot.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.4 | IQ3_M probably better |
| [GGUF](https://huggingface.co/mradermacher/geobot-i1-GGUF/resolve/main/geobot.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.5 | |
| [GGUF](https://huggingface.co/mradermacher/geobot-i1-GGUF/resolve/main/geobot.i1-Q4_0.gguf) | i1-Q4_0 | 4.8 | fast, low quality |
| [GGUF](https://huggingface.co/mradermacher/geobot-i1-GGUF/resolve/main/geobot.i1-IQ4_NL.gguf) | i1-IQ4_NL | 4.8 | prefer IQ4_XS |
| [GGUF](https://huggingface.co/mradermacher/geobot-i1-GGUF/resolve/main/geobot.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.8 | optimal size/speed/quality |
| [GGUF](https://huggingface.co/mradermacher/geobot-i1-GGUF/resolve/main/geobot.i1-Q4_K_M.gguf) | i1-Q4_K_M | 5.0 | fast, recommended |
| [GGUF](https://huggingface.co/mradermacher/geobot-i1-GGUF/resolve/main/geobot.i1-Q4_1.gguf) | i1-Q4_1 | 5.2 | |
| [GGUF](https://huggingface.co/mradermacher/geobot-i1-GGUF/resolve/main/geobot.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.7 | |
| [GGUF](https://huggingface.co/mradermacher/geobot-i1-GGUF/resolve/main/geobot.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.8 | |
| [GGUF](https://huggingface.co/mradermacher/geobot-i1-GGUF/resolve/main/geobot.i1-Q6_K.gguf) | i1-Q6_K | 6.7 | 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 -->

3
geobot.i1-IQ1_M.gguf Normal file
View File

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

3
geobot.i1-IQ1_S.gguf Normal file
View File

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

3
geobot.i1-IQ2_M.gguf Normal file
View File

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

3
geobot.i1-IQ2_S.gguf Normal file
View File

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

3
geobot.i1-IQ2_XS.gguf Normal file
View File

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

3
geobot.i1-IQ2_XXS.gguf Normal file
View File

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

3
geobot.i1-IQ3_M.gguf Normal file
View File

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

3
geobot.i1-IQ3_S.gguf Normal file
View File

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

3
geobot.i1-IQ3_XS.gguf Normal file
View File

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

3
geobot.i1-IQ3_XXS.gguf Normal file
View File

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

3
geobot.i1-IQ4_NL.gguf Normal file
View File

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

3
geobot.i1-IQ4_XS.gguf Normal file
View File

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

3
geobot.i1-Q2_K.gguf Normal file
View File

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

3
geobot.i1-Q2_K_S.gguf Normal file
View File

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

3
geobot.i1-Q3_K_L.gguf Normal file
View File

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

3
geobot.i1-Q3_K_M.gguf Normal file
View File

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

3
geobot.i1-Q3_K_S.gguf Normal file
View File

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

3
geobot.i1-Q4_0.gguf Normal file
View File

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

3
geobot.i1-Q4_1.gguf Normal file
View File

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

3
geobot.i1-Q4_K_M.gguf Normal file
View File

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

3
geobot.i1-Q4_K_S.gguf Normal file
View File

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

3
geobot.i1-Q5_K_M.gguf Normal file
View File

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

3
geobot.i1-Q5_K_S.gguf Normal file
View File

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

3
geobot.i1-Q6_K.gguf Normal file
View File

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

3
geobot.imatrix.gguf Normal file
View File

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