How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "SurgeFF/AriannaV1"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "SurgeFF/AriannaV1",
		"messages": [
			{
				"role": "user",
				"content": [
					{
						"type": "text",
						"text": "Describe this image in one sentence."
					},
					{
						"type": "image_url",
						"image_url": {
							"url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg"
						}
					}
				]
			}
		]
	}'
Use Docker
docker model run hf.co/SurgeFF/AriannaV1
Quick Links

AriannaV1

All-in-one local assistant model for Surge's home AI fleet. AriannaV1 is gemma-4-12b-it (multimodal, encoder-free) with the Aria adapter-v17 LoRA merged into the base weights — a single standalone model, not a bare adapter.

Architecture

Arianna's weights carry the core: text, reasoning, identity, memory, math, code, grammar, storytelling, tool-selection, safety, and vision-/audio-understanding. Every other modality is a sidecar the core orchestrates, never baked into the weights: realtime voice (STT/TTS), video generation, image generation, and retrieval embeddings. The AgentOS runtime — self-improvement, self-healing, toolsmith, curiosity, semantic memory, append-only event log, reflection — wraps this core as the self-modifying brain.

Gated eval scores (v17, suite fingerprint 2be660e12d96bc71)

capability score
math (100-item GSM8K held-out) 0.90
tools 1.00
identity 0.90
identity_bare (monitor-only) 0.625
memory 0.90

Disjoint 150-problem math confirmation: 140/150 = 93.3%.

Files

  • Repo root — merged standalone weights (AutoModelForImageTextToText.from_pretrained just works).
  • adapter/ — the original Aria v17 LoRA, to stack on the base yourself.

License

Gemma license, inherited from the base model. Built by Sergio Williams / Surge.

Downloads last month
4
Safetensors
Model size
12B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for SurgeFF/AriannaV1

Finetuned
(45)
this model