nielsr HF Staff commited on
Commit
9adcba8
·
verified ·
1 Parent(s): 91d7683

Add pipeline tag and library name to SU-01 metadata

Browse files

Hi there! I'm Niels from the community science team at Hugging Face.

This PR improves the model card for **SU-01** by:
1. Adding the `pipeline_tag: text-generation` to the YAML metadata for better discoverability.
2. Adding `library_name: transformers` as the configuration files indicate compatibility with the Transformers library.
3. Ensuring the associated research paper is linked in the Markdown content.

The rest of the comprehensive documentation provided by the authors, including the performance benchmarks and training details, has been preserved.

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
+ ```