nielsr HF Staff commited on
Commit
92f1a08
·
verified ·
1 Parent(s): 1ec3716

Add paper link to model card

Browse files

Adds a link to the Hugging Face paper page for *Iris: Climbing to the Search Frontier* in the model card banner so readers can directly access the paper. Existing metadata is already appropriate; no other changes are made.

Files changed (1) hide show
  1. README.md +9 -8
README.md CHANGED
@@ -1,14 +1,14 @@
1
  ---
2
- license: apache-2.0
3
  base_model: Qwen/Qwen3.6-35B-A3B
4
- pipeline_tag: text-generation
5
  library_name: transformers
 
 
6
  tags:
7
- - search-agent
8
- - deep-research
9
- - agentic
10
- - qwen3.6
11
- - moe
12
  ---
13
 
14
  <h1 align="center">Iris-mini</h1>
@@ -17,6 +17,7 @@ tags:
17
 
18
  <p align="center">
19
  🤗 <a href="https://huggingface.co/collections/AllSpark-Research/iris"><b>Collection</b></a> &nbsp;|&nbsp;
 
20
  💻 <a href="https://github.com/AllSpark-Research/Iris"><b>GitHub</b></a> &nbsp;|&nbsp;
21
  🔬 <a href="https://github.com/AllSpark-Research/Iris/tree/main/Iris-Harness"><b>Evaluation Harness</b></a>
22
  </p>
@@ -107,4 +108,4 @@ harness's `iris-mini` config sets this up for you.
107
 
108
  ## License
109
 
110
- Apache 2.0.
 
1
  ---
 
2
  base_model: Qwen/Qwen3.6-35B-A3B
 
3
  library_name: transformers
4
+ license: apache-2.0
5
+ pipeline_tag: text-generation
6
  tags:
7
+ - search-agent
8
+ - deep-research
9
+ - agentic
10
+ - qwen3.6
11
+ - moe
12
  ---
13
 
14
  <h1 align="center">Iris-mini</h1>
 
17
 
18
  <p align="center">
19
  🤗 <a href="https://huggingface.co/collections/AllSpark-Research/iris"><b>Collection</b></a> &nbsp;|&nbsp;
20
+ 📄 <a href="https://huggingface.co/papers/2609.04304"><b>Paper</b></a> &nbsp;|&nbsp;
21
  💻 <a href="https://github.com/AllSpark-Research/Iris"><b>GitHub</b></a> &nbsp;|&nbsp;
22
  🔬 <a href="https://github.com/AllSpark-Research/Iris/tree/main/Iris-Harness"><b>Evaluation Harness</b></a>
23
  </p>
 
108
 
109
  ## License
110
 
111
+ Apache 2.0.