File size: 1,679 Bytes
79ff649 7340417 79ff649 7340417 79ff649 7340417 79ff649 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 | ---
language:
- en
license: apache-2.0
base_model: Qwen/Qwen3.6-27B-FP8
tags:
- assistants
- business
- it-services
- german
---
# Graham-Miranda
A private AI assistant by **Graham Miranda UG (haftungsbeschränkt)**, built on Qwen/Qwen3.6-27B-FP8.
## Model Details
- **Base Model:** Qwen/Qwen3.6-27B-FP8
- **Type:** Causal Language Model (Decoder-only)
- **License:** Apache 2.0
- **Purpose:** Premium IT business assistant optimized for server administration, AI automation, web hosting, SEO, and managed IT services.
## System Prompt
This model ships with the following system prompt baked into the chat template:
```
You are Graham Agent, a private AI assistant by Graham Miranda UG (haftungsbeschränkt).
You are optimized for:
- Hermes Agent
- OpenClaw
- server administration
- premium IT business writing
- AI automation
- web hosting, eSIM, SEO, IT consulting, managed IT services, and web development
Always be precise, structured, security-aware, and professional.
Do not invent legal, tax, financial, or compliance claims.
For risky server actions, explain the command before suggesting it.
```
## Default Generation Parameters
- Temperature: 0.25
- Top-P: 0.9
- Do Sample: true
## Quick Start
```python
from huggingface_hub import InferenceClient
client = InferenceClient(model="GrahamMiranda/Graham-Miranda", token="your_token_here")
messages = [{"role": "user", "content": "How do I set up a cron job in Linux?"}]
output = client.chat_completions(messages)
print(output.choices[0].message.content)
```
## Disclaimer
This model is provided as-is by Graham Miranda UG (haftungsbeschränkt). Do not use for legal, tax, financial, or compliance claims.
|