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: 4,059 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 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 | ---
language:
- en
license: apache-2.0
library_name: transformers
tags:
- arriella
- infinidev
- documentation
- technical-report
- model-card
- local-llm
- not-for-inference
pretty_name: Arriella Fleet Documentation
---
# Arriella Fleet Documentation
> **This Hub “model” contains documentation only — no neural network weights.**
> It is the public library for the Arriella fleet: papers, whitepaper, model cards, fleet spec, benchmarks, and guides.
> Inference weights (when published) will be separate model repos.
| | |
|--|--|
| Organization | **Infinidev Corp** |
| Authors / leads | **Beelzebub4888**, **Tcoder** |
| Hub user | [`UnaverageTech411`](https://huggingface.co/UnaverageTech411) |
| Contact | https://formsubmit.co/el/sumuhu |
## Why a model repo?
Hugging Face discovers technical material through model/dataset cards. Until papers have arXiv IDs (and appear on [HF Papers](https://huggingface.co/papers)), this repository is the single place to read the full Arriella documentation set. After arXiv acceptance, Paper Pages will be linked from here and from weight repos.
**Spaces** remain for runnable demos only. **This repo** is the docs library.
## Fleet at a glance
| Product | Role | Card |
|---------|------|------|
| **Flagship** | General ops (primary) | [`model-cards/flagship.md`](model-cards/flagship.md) |
| **Growth** | Domain / instruction growth | [`model-cards/growth.md`](model-cards/growth.md) |
| **Ascension** | Native DeepSeek-style reasoning | [`model-cards/ascension.md`](model-cards/ascension.md) |
| **Scout** | Edge / low-VRAM (under-recovered) | [`model-cards/scout.md`](model-cards/scout.md) |
| **Grapevine** | Omni multimodal *extension* | [`model-cards/grapevine.md`](model-cards/grapevine.md) |
Canonical identity sheet: [`fleet-spec.md`](fleet-spec.md)
## Start reading
1. [`whitepaper.md`](whitepaper.md) — product thesis
2. [`papers/01-fleet-factory/paper.md`](papers/01-fleet-factory/paper.md) — factory technical report
3. [`papers/02-grapevine/paper.md`](papers/02-grapevine/paper.md) — Grapevine Omni report
4. [`benchmarks.md`](benchmarks.md) — measured results
5. [`model-cards/`](model-cards/) — per-tier cards
### Full paper set (`papers/`)
| Folder | Topic |
|--------|--------|
| `01-fleet-factory` | Local fleet factory |
| `02-grapevine` | Omni multimodal extension |
| `03-eat-system` | Honest weight ingest / distill |
| `04-multimodal-routing` | Caption-routed vision for text tiers |
| `05-evaluation` | Gates, gauntlets, bakeoffs |
| `06-reasoning-format` | Think / answer wire format |
| `07-mip` | Model Interior Projection |
arXiv submission notes: [`papers/SUBMISSION.md`](papers/SUBMISSION.md)
### Guides
- [`guides/fleet-training.md`](guides/fleet-training.md)
- [`guides/eat-system.md`](guides/eat-system.md)
- [`guides/grapevine.md`](guides/grapevine.md)
- [`guides/mip-viewer.md`](guides/mip-viewer.md)
- [`guides/reasoning-format.md`](guides/reasoning-format.md)
### Extra
- [`grapevine-benchmark-narrative.md`](grapevine-benchmark-narrative.md) — Grapevine vs Flagship smoke
- [`multimodal.md`](multimodal.md) — multimodal architecture
- [`hf-card-stubs/`](hf-card-stubs/) — YAML stubs for future weight repos
## Honest limitations
- No weights in this repository — do not load it with `AutoModel`.
- Scout is not demo-ready; Ascension is not automatically smarter than Flagship.
- Grapevine is a technical preview multimodal extension (no Inkling weights).
- Headline benchmarks are single-workstation (RTX 5060 8 GB).
## Citation
```bibtex
@misc{arriella2026docs,
title = {Arriella Fleet Documentation},
author = {Beelzebub4888 and Tcoder},
year = {2026},
howpublished = {Infinidev Corp / Hugging Face},
url = {https://huggingface.co/UnaverageTech411/arriella-docs},
note = {Documentation collection; see papers/ for technical reports}
}
```
|