Instructions to use kiel2/Jotex with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use kiel2/Jotex with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf kiel2/Jotex # Run inference directly in the terminal: llama cli -hf kiel2/Jotex
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf kiel2/Jotex # Run inference directly in the terminal: llama cli -hf kiel2/Jotex
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf kiel2/Jotex # Run inference directly in the terminal: ./llama-cli -hf kiel2/Jotex
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf kiel2/Jotex # Run inference directly in the terminal: ./build/bin/llama-cli -hf kiel2/Jotex
Use Docker
docker model run hf.co/kiel2/Jotex
- LM Studio
- Jan
- Ollama
How to use kiel2/Jotex with Ollama:
ollama run hf.co/kiel2/Jotex
- Unsloth Desktop
- Pi
How to use kiel2/Jotex with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf kiel2/Jotex
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "kiel2/Jotex" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use kiel2/Jotex with Docker Model Runner:
docker model run hf.co/kiel2/Jotex
- Lemonade
How to use kiel2/Jotex with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull kiel2/Jotex
Run and chat with the model
lemonade run user.Jotex-{{QUANT_TAG}}List all available models
lemonade list
- Hermes Agent
How to use kiel2/Jotex with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf kiel2/Jotex
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default kiel2/Jotex
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use kiel2/Jotex with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf kiel2/Jotex
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "kiel2/Jotex" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
Add README
Browse files
README.md
CHANGED
|
@@ -1,105 +1,24 @@
|
|
| 1 |
---
|
| 2 |
-
language:
|
| 3 |
-
- en
|
| 4 |
-
license: apache-2.0
|
| 5 |
-
library_name: transformers
|
| 6 |
-
base_model: unsloth/Qwen2.5-1.5B-Instruct
|
| 7 |
tags:
|
| 8 |
-
- unsloth
|
| 9 |
-
- qwen-2.5
|
| 10 |
-
- mobile-agent
|
| 11 |
-
- tool-use
|
| 12 |
- gguf
|
| 13 |
-
-
|
| 14 |
-
|
| 15 |
-
- mlabonne/FineTome-100k
|
| 16 |
-
- google/mobile-actions
|
| 17 |
-
model_name: Jotex
|
| 18 |
-
---
|
| 19 |
-
|
| 20 |
-
# Jotex
|
| 21 |
-
|
| 22 |
-
**Jotex** is a lightweight, 1.7B parameter instruction-tuned and device-action-oriented language model developed by **KielTech**. Built using QLoRA optimization via Unsloth, Jotex is specifically designed to power offline mobile assistants, processing natural language instructions and mapping them to tool calls and local phone-control functions.
|
| 23 |
-
|
| 24 |
-
## Model Details
|
| 25 |
-
|
| 26 |
-
* **Developed by:** KielTech
|
| 27 |
-
* **Model Type:** Causal Language Model / Mobile Automation Agent
|
| 28 |
-
* **Base Model:** [Qwen2.5-1.5B-Instruct](https://huggingface.co/unsloth/Qwen2.5-1.5B-Instruct)
|
| 29 |
-
* **Language(s):** English
|
| 30 |
-
* **License:** Apache-2.0
|
| 31 |
-
* **Finetuned from model:** unsloth/Qwen2.5-1.5B-Instruct
|
| 32 |
-
|
| 33 |
-
### Model Sources
|
| 34 |
-
* **Repository:** [kiel2/Jotex](https://huggingface.co/kiel2/Jotex)
|
| 35 |
-
|
| 36 |
-
---
|
| 37 |
-
|
| 38 |
-
## Uses
|
| 39 |
-
|
| 40 |
-
### Direct Use
|
| 41 |
-
* **Offline Mobile Control:** Acting as an on-device local assistant capable of interpreting phone commands and formatting them into structured OS intents or system actions.
|
| 42 |
-
* **General Conversational Reasoning:** Handling multi-turn dialogues, logic tasks, and general queries while retaining low memory overhead.
|
| 43 |
-
|
| 44 |
-
### Out-of-Scope Use
|
| 45 |
-
* High-stakes enterprise automation without human-in-the-loop validation.
|
| 46 |
-
* Critical infrastructure control or medical diagnoses.
|
| 47 |
-
|
| 48 |
-
---
|
| 49 |
-
|
| 50 |
-
## Bias, Risks, and Limitations
|
| 51 |
-
* **Hallucination:** Like all models of this scale (~1.7B parameters), Jotex may occasionally generate incorrect data or fail complex multi-step logical inferences.
|
| 52 |
-
* **Scope Boundaries:** The model is optimized for mobile task delegation and conversational reasoning; it is not a general-purpose substitute for ultra-large foundation models (e.g., 70B+ parameters).
|
| 53 |
-
|
| 54 |
-
### Recommendations
|
| 55 |
-
Users should deploy Jotex within sandboxed device environments where tool-execution logic validates user intents before executing sensitive local device APIs.
|
| 56 |
-
|
| 57 |
-
---
|
| 58 |
-
|
| 59 |
-
## Training Details
|
| 60 |
-
|
| 61 |
-
### Training Data
|
| 62 |
-
Jotex was fine-tuned on a balanced, mixed dataset consisting of:
|
| 63 |
-
1. **General Conversational Data:** 5,000 curated rows from [`mlabonne/FineTome-100k`](https://huggingface.co/datasets/mlabonne/FineTome-100k) to preserve linguistic capability and reasoning flow.
|
| 64 |
-
2. **Mobile Function-Calling Data:** Structured rows from [`google/mobile-actions`](https://huggingface.co/datasets/google/mobile-actions) focused on parsing human phrasing into device utility commands.
|
| 65 |
-
|
| 66 |
-
### Training Hyperparameters
|
| 67 |
-
* **Quantization:** 4-bit LoRA (QLoRA via Unsloth)
|
| 68 |
-
* **Max Sequence Length:** 2048 tokens
|
| 69 |
-
* **Per-Device Batch Size:** 2
|
| 70 |
-
* **Gradient Accumulation Steps:** 4
|
| 71 |
-
* **Effective Batch Size:** 8
|
| 72 |
-
* **Learning Rate:** 2e-4
|
| 73 |
-
* **Warmup Steps:** 5
|
| 74 |
-
* **Training Regime:** FP16 / BF16 mixed precision
|
| 75 |
|
| 76 |
---
|
| 77 |
|
| 78 |
-
#
|
| 79 |
-
|
| 80 |
-
You can load the model locally using Python with Unsloth or Transformers, or use the exported GGUF files (`q4_k_m`) directly within mobile wrappers like `llama.cpp`.
|
| 81 |
|
| 82 |
-
|
| 83 |
-
from unsloth import FastLanguageModel
|
| 84 |
-
import torch
|
| 85 |
|
| 86 |
-
|
| 87 |
-
|
| 88 |
-
|
| 89 |
-
max_seq_length = max_seq_length,
|
| 90 |
-
load_in_4bit = True,
|
| 91 |
-
)
|
| 92 |
-
FastLanguageModel.for_inference(model) # Enable native fast inference
|
| 93 |
|
| 94 |
-
#
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
]
|
| 98 |
-
input_ids = tokenizer.apply_chat_template(
|
| 99 |
-
messages,
|
| 100 |
-
add_generation_prompt=True,
|
| 101 |
-
return_tensors="pt"
|
| 102 |
-
.to("cuda"))
|
| 103 |
|
| 104 |
-
|
| 105 |
-
|
|
|
|
|
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
tags:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
- gguf
|
| 4 |
+
- llama.cpp
|
| 5 |
+
- unsloth
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
|
| 7 |
---
|
| 8 |
|
| 9 |
+
# Jotex : GGUF
|
|
|
|
|
|
|
| 10 |
|
| 11 |
+
This model was finetuned and converted to GGUF format using [Unsloth](https://github.com/unslothai/unsloth).
|
|
|
|
|
|
|
| 12 |
|
| 13 |
+
**Example usage**:
|
| 14 |
+
- For text only LLMs: `llama-cli -hf kiel2/Jotex --jinja`
|
| 15 |
+
- For multimodal models: `llama-mtmd-cli -hf kiel2/Jotex --jinja`
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
|
| 17 |
+
## Available Model files:
|
| 18 |
+
- `qwen2.5-1.5b-instruct.Q8_0.gguf`
|
| 19 |
+
- `qwen2.5-1.5b-instruct.Q4_K_M.gguf`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
|
| 21 |
+
## Ollama
|
| 22 |
+
An Ollama Modelfile is included for easy deployment.
|
| 23 |
+
This was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth)
|
| 24 |
+
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|