201 lines
9.5 KiB
Markdown
201 lines
9.5 KiB
Markdown
---
|
||
base_model: Qwen/Qwen3-VL-4B-Instruct
|
||
language:
|
||
- en
|
||
- zh
|
||
license: apache-2.0
|
||
tags:
|
||
- gui-agent
|
||
- phone-use agent
|
||
- computer-use agent
|
||
- pua
|
||
- android
|
||
- multimodal
|
||
- gelab-zero
|
||
pipeline_tag: image-text-to-text
|
||
library_name: transformers
|
||
---
|
||
|
||
# <span style="color: #7FFF7F;">GELab-Zero-4B-preview GGUF Models</span>
|
||
|
||
|
||
## <span style="color: #7F7FFF;">Model Generation Details</span>
|
||
|
||
This model was generated using [llama.cpp](https://github.com/ggerganov/llama.cpp) at commit [`e68c19b0f`](https://github.com/ggerganov/llama.cpp/commit/e68c19b0fdbb18d7a19217194c2795897e9c683c).
|
||
|
||
|
||
|
||
|
||
|
||
---
|
||
|
||
## <span style="color: #7FFF7F;">Quantization Beyond the IMatrix</span>
|
||
|
||
I've been experimenting with a new quantization approach that selectively elevates the precision of key layers beyond what the default IMatrix configuration provides.
|
||
|
||
In my testing, standard IMatrix quantization underperforms at lower bit depths, especially with Mixture of Experts (MoE) models. To address this, I'm using the `--tensor-type` option in `llama.cpp` to manually "bump" important layers to higher precision. You can see the implementation here:
|
||
👉 [Layer bumping with llama.cpp](https://github.com/Mungert69/GGUFModelBuilder/blob/main/model-converter/tensor_list_builder.py)
|
||
|
||
While this does increase model file size, it significantly improves precision for a given quantization level.
|
||
|
||
### **I'd love your feedback—have you tried this? How does it perform for you?**
|
||
|
||
|
||
|
||
|
||
---
|
||
|
||
<a href="https://readyforquantum.com/huggingface_gguf_selection_guide.html" style="color: #7FFF7F;">
|
||
Click here to get info on choosing the right GGUF model format
|
||
</a>
|
||
|
||
---
|
||
|
||
|
||
|
||
<!--Begin Original Model Card-->
|
||
|
||
|
||
# GELab-Zero-4B-preview
|
||
|
||
This model is part of the **GELab-Zero** project, which presents the **Step-GUI Technical Report** [[Paper](https://huggingface.co/papers/2512.15431)] [[Project Page](https://opengelab.github.io/)] [[Code](https://github.com/stepfun-ai/gelab-zero)].
|
||
|
||
## Model Details
|
||
|
||
This model is part of the [**GELab-Zero**](https://github.com/stepfun-ai/gelab-zero) project, which aims to accelerate the innovation and application deployment of GUI Agents by providing:
|
||
1. **A 4B GUI Agent model** capable of running on local computers.
|
||
2. **Plug-and-play inference infrastructure** that handles ADB connections, dependency installation, and task recording/replay (**available in the** [**GELab-Zero**](https://github.com/stepfun-ai/gelab-zero)).
|
||
|
||
### Key Capabilities
|
||
* **Local Deployment**: Optimized for consumer-grade hardware, balancing low latency with privacy.
|
||
* **GUI Navigation**: Proficient in detecting and interacting with UI elements (click, type, slide, wait, etc.) based on visual cues.
|
||
* **Complex Task Execution**: Handles multi-step long-horizon tasks across various apps (Food, Transportation, Shopping, Social, etc.).
|
||
* **Open-World Generalization**: Capable of zero-shot operation across diverse unseen applications and complex dynamic interfaces without requiring app-specific adaptation.
|
||
|
||
## Usage
|
||
|
||
### Quick Start with Ollama
|
||
|
||
The easiest way to run inference is using Ollama.
|
||
|
||
1.**Install Ollama**: Download from [ollama.com](https://ollama.com/).
|
||
|
||
2.**Download the Model**:
|
||
|
||
```bash
|
||
# Install huggingface-cli
|
||
pip install huggingface_hub
|
||
# Download model
|
||
huggingface-cli download --resume-download stepfun-ai/GELab-Zero-4B-preview --local-dir gelab-zero-4b-preview
|
||
```
|
||
|
||
3.**Create and Run in Ollama**:
|
||
|
||
```bash
|
||
cd gelab-zero-4b-preview
|
||
ollama create gelab-zero-4b-preview -f Modelfile
|
||
|
||
# Test the model
|
||
curl -X POST http://localhost:11434/v1/chat/completions \
|
||
-H "Content-Type: application/json" \
|
||
-d '{
|
||
"model": "gelab-zero-4b-preview",
|
||
"messages": [{"role": "user", "content": "Hello, GELab-Zero!"}]
|
||
}'
|
||
```
|
||
|
||
To use this model for actual Android device control (ADB connection, task execution), please use the [GELab-Zero](https://github.com/stepfun-ai/gelab-zero).
|
||
|
||
|
||
## Citation
|
||
|
||
If you find GELab-Zero-4B-preview useful for your research, please consider citing our work :)
|
||
|
||
```bibtex
|
||
@misc{yan2025stepguitechnicalreport,
|
||
title={Step-GUI Technical Report},
|
||
author={Haolong Yan and Jia Wang and Xin Huang and Yeqing Shen and Ziyang Meng and Zhimin Fan and Kaijun Tan and Jin Gao and Lieyu Shi and Mi Yang and Shiliang Yang and Zhirui Wang and Brian Li and Kang An and Chenyang Li and Lei Lei and Mengmeng Duan and Danxun Liang and Guodong Liu and Hang Cheng and Hao Wu and Jie Dong and Junhao Huang and Mei Chen and Renjie Yu and Shunshan Li and Xu Zhou and Yiting Dai and Yineng Deng and Yingdan Liang and Zelin Chen and Wen Sun and Chengxu Yan and Chunqin Xu and Dong Li and Fengqiong Xiao and Guanghao Fan and Guopeng Li and Guozhen Peng and Hongbing Li and Hang Li and Hongming Chen and Jingjing Xie and Jianyong Li and Jingyang Zhang and Jiaju Ren and Jiayu Yuan and Jianpeng Yin and Kai Cao and Liang Zhao and Liguo Tan and Liying Shi and Mengqiang Ren and Min Xu and Manjiao Liu and Mao Luo and Mingxin Wan and Na Wang and Nan Wu and Ning Wang and Peiyao Ma and Qingzhou Zhang and Qiao Wang and Qinlin Zeng and Qiong Gao and Qiongyao Li and Shangwu Zhong and Shuli Gao and Shaofan Liu and Shisi Gao and Shuang Luo and Xingbin Liu and Xiaojia Liu and Xiaojie Hou and Xin Liu and Xuanti Feng and Xuedan Cai and Xuan Wen and Xianwei Zhu and Xin Liang and Xin Liu and Xin Zhou and Yingxiu Zhao and Yukang Shi and Yunfang Xu and Yuqing Zeng and Yixun Zhang and Zejia Weng and Zhonghao Yan and Zhiguo Huang and Zhuoyu Wang and Zheng Ge and Jing Li and Yibo Zhu and Binxing Jiao and Xiangyu Zhang and Daxin Jiang},
|
||
year={2025},
|
||
eprint={2512.15431},
|
||
archivePrefix={arXiv},
|
||
primaryClass={cs.CV},
|
||
url={https://arxiv.org/abs/2512.15431},
|
||
}
|
||
|
||
@software{gelab_zero_2025,
|
||
title={GELab-Zero: An Advanced Mobile Agent Inference System},
|
||
author={GELab Team},
|
||
year={2025},
|
||
url={https://github.com/stepfun-ai/gelab-zero}
|
||
}
|
||
|
||
@misc{gelab_engine,
|
||
title={GUI Exploration Lab: Enhancing Screen Navigation in Agents via Multi-Turn Reinforcement Learning},
|
||
author={Haolong Yan and Yeqing Shen and Xin Huang and Jia Wang and Kaijun Tan and Zhixuan Liang and Hongxin Li and Zheng Ge and Osamu Yoshie and Si Li and Xiangyu Zhang and Daxin Jiang},
|
||
year={2025},
|
||
eprint={2512.02423},
|
||
archivePrefix={arXiv},
|
||
primaryClass={cs.CV},
|
||
url={https://arxiv.org/abs/2512.02423},
|
||
}
|
||
```
|
||
|
||
<!--End Original Model Card-->
|
||
|
||
---
|
||
|
||
# <span id="testllm" style="color: #7F7FFF;">🚀 If you find these models useful</span>
|
||
|
||
Help me test my **AI-Powered Quantum Network Monitor Assistant** with **quantum-ready security checks**:
|
||
|
||
👉 [Quantum Network Monitor](https://readyforquantum.com/?assistant=open&utm_source=huggingface&utm_medium=referral&utm_campaign=huggingface_repo_readme)
|
||
|
||
|
||
The full Open Source Code for the Quantum Network Monitor Service available at my github repos ( repos with NetworkMonitor in the name) : [Source Code Quantum Network Monitor](https://github.com/Mungert69). You will also find the code I use to quantize the models if you want to do it yourself [GGUFModelBuilder](https://github.com/Mungert69/GGUFModelBuilder)
|
||
|
||
💬 **How to test**:
|
||
Choose an **AI assistant type**:
|
||
- `TurboLLM` (GPT-4.1-mini)
|
||
- `HugLLM` (Hugginface Open-source models)
|
||
- `TestLLM` (Experimental CPU-only)
|
||
|
||
### **What I’m Testing**
|
||
I’m pushing the limits of **small open-source models for AI network monitoring**, specifically:
|
||
- **Function calling** against live network services
|
||
- **How small can a model go** while still handling:
|
||
- Automated **Nmap security scans**
|
||
- **Quantum-readiness checks**
|
||
- **Network Monitoring tasks**
|
||
|
||
🟡 **TestLLM** – Current experimental model (llama.cpp on 2 CPU threads on huggingface docker space):
|
||
- ✅ **Zero-configuration setup**
|
||
- ⏳ 30s load time (slow inference but **no API costs**) . No token limited as the cost is low.
|
||
- 🔧 **Help wanted!** If you’re into **edge-device AI**, let’s collaborate!
|
||
|
||
### **Other Assistants**
|
||
🟢 **TurboLLM** – Uses **gpt-4.1-mini** :
|
||
- **It performs very well but unfortunatly OpenAI charges per token. For this reason tokens usage is limited.
|
||
- **Create custom cmd processors to run .net code on Quantum Network Monitor Agents**
|
||
- **Real-time network diagnostics and monitoring**
|
||
- **Security Audits**
|
||
- **Penetration testing** (Nmap/Metasploit)
|
||
|
||
🔵 **HugLLM** – Latest Open-source models:
|
||
- 🌐 Runs on Hugging Face Inference API. Performs pretty well using the lastest models hosted on Novita.
|
||
|
||
### 💡 **Example commands you could test**:
|
||
1. `"Give me info on my websites SSL certificate"`
|
||
2. `"Check if my server is using quantum safe encyption for communication"`
|
||
3. `"Run a comprehensive security audit on my server"`
|
||
4. '"Create a cmd processor to .. (what ever you want)" Note you need to install a [Quantum Network Monitor Agent](https://readyforquantum.com/Download/?utm_source=huggingface&utm_medium=referral&utm_campaign=huggingface_repo_readme) to run the .net code on. This is a very flexible and powerful feature. Use with caution!
|
||
|
||
### Final Word
|
||
|
||
I fund the servers used to create these model files, run the Quantum Network Monitor service, and pay for inference from Novita and OpenAI—all out of my own pocket. All the code behind the model creation and the Quantum Network Monitor project is [open source](https://github.com/Mungert69). Feel free to use whatever you find helpful.
|
||
|
||
If you appreciate the work, please consider [buying me a coffee](https://www.buymeacoffee.com/mahadeva) ☕. Your support helps cover service costs and allows me to raise token limits for everyone.
|
||
|
||
I'm also open to job opportunities or sponsorship.
|
||
|
||
Thank you! 😊
|