ornith

A self-improving family of open-source models for agentic coding

Araç Kullanımı 9b 35b
Hızlı Kurulum (Ollama kuruluysa)
ollama run ornith

Ollama kurulu değil mi? ollama.com/download — Windows, macOS ve Linux için ücretsiz. İlk çalıştırmada model indirilir, sonrası tamamen çevrimdışıdır.

Varyantlar

Boyut büyüdükçe kalite artar, donanım ihtiyacı yükselir. Başlangıç için küçük varyantı deneyin.

EtiketBoyutBağlamGirdiKomut
latest 5.6GB 256K Text ollama run ornith:latest
9b 5.6GB 256K Text ollama run ornith:9b
35b 21GB 256K Text ollama run ornith:35b
9b-q4_K_M 5.6GB 256K Text ollama run ornith:9b-q4_K_M
9b-q8_0 9.5GB 256K Text ollama run ornith:9b-q8_0
9b-bf16 18GB 256K Text ollama run ornith:9b-bf16
35b-q4_K_M 21GB 256K Text ollama run ornith:35b-q4_K_M
35b-q8_0 37GB 256K Text ollama run ornith:35b-q8_0
35b-bf16 69GB 256K Text ollama run ornith:35b-bf16

Model Detayları ve Benchmarklar (kaynak: ollama.com)

image.png

Highlights:

  • State-of-the-Art Coding Agents: Achieving state-of-the-art performance among open-source models of comparable size on coding benchmarks such as Terminal-Bench 2.1, SWE-Bench, NL2Repo and OpenClaw.
  • Self-Improving Training Framework: Ornith-1.0 employs RL to learn to generate not only solution rollouts, but also the scallfold that drive those rollouts. By jointly optimizing the scaffold and the resulting solution, the model discovers better search trajectories and generates higher-quality solutions.
  • Licence: MIT licensed, globally accessible, and free from regional limitations.

9B

ollama run ornith:9b

ornith 9b benchmarks

35B

ollama run ornith:35b

ornith 35b benchmarks

References