chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
# Announced in the Ornith 1.0 family but not yet published on Hugging Face as
|
||||
# of 2026-06-28 — no weights URL or benchmark scores available yet. Modalities
|
||||
# and context window are provisional, assumed consistent with the rest of the
|
||||
# family pending the public release.
|
||||
# https://deep-reinforce.com/ornith_1_0.html
|
||||
name = "Ornith 1.0 31B"
|
||||
description = "Open coding-reasoning model for repository tasks and self-improving agents"
|
||||
family = "ornith"
|
||||
release_date = "2026-06-25"
|
||||
last_updated = "2026-06-25"
|
||||
attachment = true
|
||||
reasoning = true
|
||||
temperature = true
|
||||
tool_call = true
|
||||
open_weights = true
|
||||
license = "MIT"
|
||||
|
||||
[limit]
|
||||
context = 262_144
|
||||
|
||||
[modalities]
|
||||
input = ["text", "image"]
|
||||
output = ["text"]
|
||||
|
||||
[[links]]
|
||||
label = "Announcement"
|
||||
url = "https://deep-reinforce.com/ornith_1_0.html"
|
||||
type = "announcement"
|
||||
@@ -0,0 +1,76 @@
|
||||
name = "Ornith 1.0 35B"
|
||||
description = "Large coding-reasoning model for agentic software tasks and RL search"
|
||||
family = "ornith"
|
||||
release_date = "2026-06-25"
|
||||
last_updated = "2026-06-25"
|
||||
attachment = true
|
||||
reasoning = true
|
||||
temperature = true
|
||||
tool_call = true
|
||||
open_weights = true
|
||||
license = "MIT"
|
||||
|
||||
[limit]
|
||||
context = 262_144
|
||||
|
||||
[modalities]
|
||||
input = ["text", "image"]
|
||||
output = ["text"]
|
||||
|
||||
[[weights]]
|
||||
label = "Hugging Face"
|
||||
url = "https://huggingface.co/deepreinforce-ai/Ornith-1.0-35B"
|
||||
|
||||
[[links]]
|
||||
label = "Model card"
|
||||
url = "https://huggingface.co/deepreinforce-ai/Ornith-1.0-35B"
|
||||
type = "model_card"
|
||||
|
||||
[[links]]
|
||||
label = "Announcement"
|
||||
url = "https://deep-reinforce.com/ornith_1_0.html"
|
||||
type = "announcement"
|
||||
|
||||
[[benchmarks]]
|
||||
name = "SWE-Bench Verified"
|
||||
score = 75.6
|
||||
metric = "percent resolved"
|
||||
source = "https://huggingface.co/deepreinforce-ai/Ornith-1.0-35B"
|
||||
|
||||
[[benchmarks]]
|
||||
name = "SWE-Bench Pro"
|
||||
score = 50.4
|
||||
metric = "percent resolved"
|
||||
source = "https://huggingface.co/deepreinforce-ai/Ornith-1.0-35B"
|
||||
|
||||
[[benchmarks]]
|
||||
name = "SWE-Bench Multilingual"
|
||||
score = 69.3
|
||||
metric = "percent resolved"
|
||||
source = "https://huggingface.co/deepreinforce-ai/Ornith-1.0-35B"
|
||||
|
||||
[[benchmarks]]
|
||||
name = "Terminal-Bench 2.1"
|
||||
score = 64.2
|
||||
metric = "percent"
|
||||
variant = "Terminus-2"
|
||||
source = "https://huggingface.co/deepreinforce-ai/Ornith-1.0-35B"
|
||||
|
||||
[[benchmarks]]
|
||||
name = "Terminal-Bench 2.1"
|
||||
score = 62.8
|
||||
metric = "percent"
|
||||
variant = "Claude Code"
|
||||
source = "https://huggingface.co/deepreinforce-ai/Ornith-1.0-35B"
|
||||
|
||||
[[benchmarks]]
|
||||
name = "NL2Repo"
|
||||
score = 34.6
|
||||
metric = "percent"
|
||||
source = "https://huggingface.co/deepreinforce-ai/Ornith-1.0-35B"
|
||||
|
||||
[[benchmarks]]
|
||||
name = "Claw-eval"
|
||||
score = 69.8
|
||||
metric = "percent"
|
||||
source = "https://huggingface.co/deepreinforce-ai/Ornith-1.0-35B"
|
||||
@@ -0,0 +1,81 @@
|
||||
name = "Ornith 1.0 397B"
|
||||
description = "Large coding-reasoning model for agentic software tasks and RL search"
|
||||
family = "ornith"
|
||||
release_date = "2026-06-25"
|
||||
last_updated = "2026-06-25"
|
||||
attachment = true
|
||||
reasoning = true
|
||||
temperature = true
|
||||
tool_call = true
|
||||
open_weights = true
|
||||
license = "MIT"
|
||||
|
||||
[limit]
|
||||
context = 262_144
|
||||
|
||||
[modalities]
|
||||
input = ["text", "image"]
|
||||
output = ["text"]
|
||||
|
||||
[[weights]]
|
||||
label = "Hugging Face"
|
||||
url = "https://huggingface.co/deepreinforce-ai/Ornith-1.0-397B"
|
||||
|
||||
[[weights]]
|
||||
label = "Hugging Face (FP8)"
|
||||
url = "https://huggingface.co/deepreinforce-ai/Ornith-1.0-397B-FP8"
|
||||
quantization = "fp8"
|
||||
|
||||
[[links]]
|
||||
label = "Model card"
|
||||
url = "https://huggingface.co/deepreinforce-ai/Ornith-1.0-397B"
|
||||
type = "model_card"
|
||||
|
||||
[[links]]
|
||||
label = "Announcement"
|
||||
url = "https://deep-reinforce.com/ornith_1_0.html"
|
||||
type = "announcement"
|
||||
|
||||
[[benchmarks]]
|
||||
name = "SWE-Bench Verified"
|
||||
score = 82.4
|
||||
metric = "percent resolved"
|
||||
source = "https://huggingface.co/deepreinforce-ai/Ornith-1.0-397B"
|
||||
|
||||
[[benchmarks]]
|
||||
name = "SWE-Bench Pro"
|
||||
score = 62.2
|
||||
metric = "percent resolved"
|
||||
source = "https://huggingface.co/deepreinforce-ai/Ornith-1.0-397B"
|
||||
|
||||
[[benchmarks]]
|
||||
name = "SWE-Bench Multilingual"
|
||||
score = 78.9
|
||||
metric = "percent resolved"
|
||||
source = "https://huggingface.co/deepreinforce-ai/Ornith-1.0-397B"
|
||||
|
||||
[[benchmarks]]
|
||||
name = "Terminal-Bench 2.1"
|
||||
score = 77.5
|
||||
metric = "percent"
|
||||
variant = "Terminus-2"
|
||||
source = "https://huggingface.co/deepreinforce-ai/Ornith-1.0-397B"
|
||||
|
||||
[[benchmarks]]
|
||||
name = "Terminal-Bench 2.1"
|
||||
score = 78.2
|
||||
metric = "percent"
|
||||
variant = "Claude Code"
|
||||
source = "https://huggingface.co/deepreinforce-ai/Ornith-1.0-397B"
|
||||
|
||||
[[benchmarks]]
|
||||
name = "NL2Repo"
|
||||
score = 48.2
|
||||
metric = "percent"
|
||||
source = "https://huggingface.co/deepreinforce-ai/Ornith-1.0-397B"
|
||||
|
||||
[[benchmarks]]
|
||||
name = "Claw-eval"
|
||||
score = 77.1
|
||||
metric = "percent"
|
||||
source = "https://huggingface.co/deepreinforce-ai/Ornith-1.0-397B"
|
||||
@@ -0,0 +1,76 @@
|
||||
name = "Ornith 1.0 9B"
|
||||
description = "Open coding-reasoning model for repository tasks and self-improving agents"
|
||||
family = "ornith"
|
||||
release_date = "2026-06-25"
|
||||
last_updated = "2026-06-25"
|
||||
attachment = true
|
||||
reasoning = true
|
||||
temperature = true
|
||||
tool_call = true
|
||||
open_weights = true
|
||||
license = "MIT"
|
||||
|
||||
[limit]
|
||||
context = 262_144
|
||||
|
||||
[modalities]
|
||||
input = ["text", "image"]
|
||||
output = ["text"]
|
||||
|
||||
[[weights]]
|
||||
label = "Hugging Face"
|
||||
url = "https://huggingface.co/deepreinforce-ai/Ornith-1.0-9B"
|
||||
|
||||
[[links]]
|
||||
label = "Model card"
|
||||
url = "https://huggingface.co/deepreinforce-ai/Ornith-1.0-9B"
|
||||
type = "model_card"
|
||||
|
||||
[[links]]
|
||||
label = "Announcement"
|
||||
url = "https://deep-reinforce.com/ornith_1_0.html"
|
||||
type = "announcement"
|
||||
|
||||
[[benchmarks]]
|
||||
name = "SWE-Bench Verified"
|
||||
score = 69.4
|
||||
metric = "percent resolved"
|
||||
source = "https://huggingface.co/deepreinforce-ai/Ornith-1.0-9B"
|
||||
|
||||
[[benchmarks]]
|
||||
name = "SWE-Bench Pro"
|
||||
score = 42.9
|
||||
metric = "percent resolved"
|
||||
source = "https://huggingface.co/deepreinforce-ai/Ornith-1.0-9B"
|
||||
|
||||
[[benchmarks]]
|
||||
name = "SWE-Bench Multilingual"
|
||||
score = 52
|
||||
metric = "percent resolved"
|
||||
source = "https://huggingface.co/deepreinforce-ai/Ornith-1.0-9B"
|
||||
|
||||
[[benchmarks]]
|
||||
name = "Terminal-Bench 2.1"
|
||||
score = 43.1
|
||||
metric = "percent"
|
||||
variant = "Terminus-2"
|
||||
source = "https://huggingface.co/deepreinforce-ai/Ornith-1.0-9B"
|
||||
|
||||
[[benchmarks]]
|
||||
name = "Terminal-Bench 2.1"
|
||||
score = 40.6
|
||||
metric = "percent"
|
||||
variant = "Claude Code"
|
||||
source = "https://huggingface.co/deepreinforce-ai/Ornith-1.0-9B"
|
||||
|
||||
[[benchmarks]]
|
||||
name = "NL2Repo"
|
||||
score = 27.2
|
||||
metric = "percent"
|
||||
source = "https://huggingface.co/deepreinforce-ai/Ornith-1.0-9B"
|
||||
|
||||
[[benchmarks]]
|
||||
name = "Claw-eval"
|
||||
score = 63.1
|
||||
metric = "percent"
|
||||
source = "https://huggingface.co/deepreinforce-ai/Ornith-1.0-9B"
|
||||
Reference in New Issue
Block a user