Transformers
English
arriella
infinidev
documentation
technical-report
model-card
local-llm
not-for-inference
Instructions to use UnaverageTech411/arriella-docs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use UnaverageTech411/arriella-docs with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("UnaverageTech411/arriella-docs", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 1,521 Bytes
61cf0ce | 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 | # Arriella Grapevine
Native Omni multimodal **extension** · Qwen2.5-Omni-3B student
| Field | Value |
|-------|-------|
| **Fleet ID** | `arriella-grapevine` |
| **Ollama** | `ollama run arriella-grapevine` |
| **Parameters** | ~3.4B text + mmproj (Ollama ~6.3 GB) |
| **Foundation** | `Qwen/Qwen2.5-Omni-3B` |
| **Capability target only** | `thinkingmachines/Inkling` — **no Inkling weights** |
| **Work dir** | `fleet/inkling/` |
| **Status** | Multimodal technical preview |
| **Business role** | Field tasks needing real image / audio input |
## Description
Grapevine is **not** a fifth core text model. Core text remains Scout · Growth · Flagship · Ascension. Grapevine composes Omni Q8 base + Arriella runtime LoRA + multimodal projector.
## Ollama modalities (current)
completion · vision · audio — **not** advertised: video, speech-out. Prove with payloads.
## Intended uses
- Screenshot / inspection / document-image workflows
- Audio → structured text notes
- Multimodal demos distinct from Gemma3-routed text tiers
## Out of scope
- Replacing Flagship for fast text-only ops
- Claiming Inkling quantization or weight copy
- Inventing modalities (3D models, etc.)
## Docs
- [docs/guides/grapevine.md](../../docs/guides/grapevine.md)
- [grapevine.md](../../grapevine.md)
- HF draft: [docs/papers/grapevine-hf.md](../../docs/papers/grapevine-hf.md)
- Hub stub: [docs/papers/hf-cards/grapevine.md](../../docs/papers/hf-cards/grapevine.md)
## Use
```bash
ollama run arriella-grapevine
```
|