Add pipeline tag and library name to SU-01 metadata

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -1,5 +1,7 @@
1
  ---
2
  license: apache-2.0
 
 
3
  tags:
4
  - reasoning
5
  - olympiad
@@ -14,6 +16,8 @@ tags:
14
 
15
  A compact 30B-A3B reasoning model for rigorous mathematical and scientific olympiad problem solving.
16
 
 
 
17
  <p align="center">
18
  <img src="https://github.com/Simplified-Reasoning/SU-01/raw/main/page/source_html/simplex-pipeline-hires.png" alt="SU-01 training and inference pipeline" width="100%">
19
  </p>
@@ -271,4 +275,4 @@ If you find SU-01 useful, please cite the project:
271
  year={2026},
272
  url={http://arxiv.org/abs/2605.13301}
273
  }
274
- ```
 
1
  ---
2
  license: apache-2.0
3
+ pipeline_tag: text-generation
4
+ library_name: transformers
5
  tags:
6
  - reasoning
7
  - olympiad
 
16
 
17
  A compact 30B-A3B reasoning model for rigorous mathematical and scientific olympiad problem solving.
18
 
19
+ The model was presented in the paper [Achieving Gold-Medal-Level Olympiad Reasoning via Simple and Unified Scaling](https://huggingface.co/papers/2605.13301).
20
+
21
  <p align="center">
22
  <img src="https://github.com/Simplified-Reasoning/SU-01/raw/main/page/source_html/simplex-pipeline-hires.png" alt="SU-01 training and inference pipeline" width="100%">
23
  </p>
 
275
  year={2026},
276
  url={http://arxiv.org/abs/2605.13301}
277
  }
278
+ ```