Agnes-AI commited on
Commit
22c68a8
·
verified ·
1 Parent(s): 82b86c9

Replace benchmark chart with supplied Preview image

Browse files
Files changed (1) hide show
  1. README.md +5 -10
README.md CHANGED
@@ -23,19 +23,15 @@ tags:
23
  </p>
24
 
25
 
 
26
  # Agnes-3.0-Flash Preview
27
 
28
 
29
  ## Model version clarification
30
-
31
  This repository contains an earlier open-weight **Preview checkpoint** of Agnes 3.0 Flash. It is distinct from the newer **production/API checkpoint** listed on [Artificial Analysis](https://artificialanalysis.ai/models/agnes-3-0-flash).
32
-
33
  The Preview release has **33B parameters** and a context window of **262,144 tokens**. The production/API model uses a different checkpoint and configuration, with a **1M-token context window**. Its benchmark results should not be attributed to the Preview weights released here.
34
-
35
  This repository was initially published as `Agnes-3.0-Flash` without the `Preview` suffix. The model card now explicitly identifies this release as **Agnes-3.0-Flash Preview** to clarify the distinction between the open-weight release and the production/API model.
36
-
37
  The specifications and Agnes benchmark results below refer to the **Preview checkpoint**.
38
-
39
  Hello! 👋 Today we are introducing **Agnes-3.0-Flash Preview**, an **open-weights multimodal preview model** built for people who want flagship-class reasoning without flagship-class hardware.
40
  Highlights:
41
  - **Competitive across core capabilities.** Agnes-3.0-Flash Preview posts competitive results across reasoning, coding, and instruction-following evaluations.
@@ -43,16 +39,13 @@ Highlights:
43
 
44
 
45
  ### Benchmarks
46
-
47
  > **Benchmark scope:** The Agnes results in the chart and table below belong to the **Agnes-3.0-Flash Preview open-weight checkpoint** released in this repository. They are not results for the production/API Agnes 3.0 Flash model listed on Artificial Analysis.
48
-
49
  <p align="center">
50
- <img style="width:100%;max-width:1100px" src="assets/agnes_benchmarks.svg" alt="Agnes-3.0-Flash Preview benchmark reference results">
51
  </p>
52
 
53
 
54
- The label "Agnes-3.0-Flash" in the benchmark image refers to this Preview checkpoint.
55
-
56
  Reference results across contemporary models are shown below. The figures were compiled from different sources, harnesses, and model snapshots and do not constitute a controlled head-to-head comparison.
57
  <div style="font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;width:100%;margin:0 auto;padding:16px 0;overflow-x:auto">
58
  <table style="width:100%;table-layout:fixed;border-collapse:collapse;font-size:11px;min-width:1180px">
@@ -81,6 +74,7 @@ Higher is better for every row. Header parameter figures mix total and active co
81
  </p>
82
 
83
 
 
84
  ## Architecture
85
  Agnes-3.0-Flash Preview is a hybrid-attention decoder: three of every four layers run a gated delta rule (recurrent, with per-layer state independent of sequence length), and the fourth runs standard global attention. Only 18 of the 72 layers therefore hold a KV cache that grows with context.
86
  | | |
@@ -104,6 +98,7 @@ Agnes-3.0-Flash Preview is a hybrid-attention decoder: three of every four layer
104
  </div>
105
 
106
 
 
107
  ### Requirements
108
  ```bash
109
  pip install "transformers>=5.12" torch torchvision accelerate
 
23
  </p>
24
 
25
 
26
+
27
  # Agnes-3.0-Flash Preview
28
 
29
 
30
  ## Model version clarification
 
31
  This repository contains an earlier open-weight **Preview checkpoint** of Agnes 3.0 Flash. It is distinct from the newer **production/API checkpoint** listed on [Artificial Analysis](https://artificialanalysis.ai/models/agnes-3-0-flash).
 
32
  The Preview release has **33B parameters** and a context window of **262,144 tokens**. The production/API model uses a different checkpoint and configuration, with a **1M-token context window**. Its benchmark results should not be attributed to the Preview weights released here.
 
33
  This repository was initially published as `Agnes-3.0-Flash` without the `Preview` suffix. The model card now explicitly identifies this release as **Agnes-3.0-Flash Preview** to clarify the distinction between the open-weight release and the production/API model.
 
34
  The specifications and Agnes benchmark results below refer to the **Preview checkpoint**.
 
35
  Hello! 👋 Today we are introducing **Agnes-3.0-Flash Preview**, an **open-weights multimodal preview model** built for people who want flagship-class reasoning without flagship-class hardware.
36
  Highlights:
37
  - **Competitive across core capabilities.** Agnes-3.0-Flash Preview posts competitive results across reasoning, coding, and instruction-following evaluations.
 
39
 
40
 
41
  ### Benchmarks
 
42
  > **Benchmark scope:** The Agnes results in the chart and table below belong to the **Agnes-3.0-Flash Preview open-weight checkpoint** released in this repository. They are not results for the production/API Agnes 3.0 Flash model listed on Artificial Analysis.
 
43
  <p align="center">
44
+ <img style="width:100%;max-width:1100px" src="assets/benchmark-preview.png" alt="Agnes-3.0-Flash Preview benchmark reference results">
45
  </p>
46
 
47
 
48
+ The Agnes-3.0-Flash Preview scores in the chart correspond to the open-weight checkpoint released in this repository.
 
49
  Reference results across contemporary models are shown below. The figures were compiled from different sources, harnesses, and model snapshots and do not constitute a controlled head-to-head comparison.
50
  <div style="font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;width:100%;margin:0 auto;padding:16px 0;overflow-x:auto">
51
  <table style="width:100%;table-layout:fixed;border-collapse:collapse;font-size:11px;min-width:1180px">
 
74
  </p>
75
 
76
 
77
+
78
  ## Architecture
79
  Agnes-3.0-Flash Preview is a hybrid-attention decoder: three of every four layers run a gated delta rule (recurrent, with per-layer state independent of sequence length), and the fourth runs standard global attention. Only 18 of the 72 layers therefore hold a KV cache that grows with context.
80
  | | |
 
98
  </div>
99
 
100
 
101
+
102
  ### Requirements
103
  ```bash
104
  pip install "transformers>=5.12" torch torchvision accelerate