nielsr HF Staff commited on
Commit
69c078e
Β·
verified Β·
1 Parent(s): 2f756b9

Add paper link and ecosystem metadata

Browse files

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

This PR improves the model card for ROME-30B-A3B by adding the `arxiv` ID to the metadata, which links the model to its technical report on the Hugging Face Hub. I've also added descriptive tags (`agent`, `moe`) and linked the related GitHub repositories for the **ROCK** and **ROLL** components of the Agentic Learning Ecosystem (ALE) mentioned in the paper.

These changes help users discover the model through research and navigate the associated tooling.

Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -1,6 +1,10 @@
1
  ---
2
  license: apache-2.0
3
  pipeline_tag: text-generation
 
 
 
 
4
  ---
5
 
6
  # ROME-30B-A3B (Coming Soon)
@@ -35,9 +39,9 @@ Rather than scaling performance purely by increasing parameter count, ROME achie
35
 
36
 
37
  ### πŸ”§ ALE Full-Stack Infrastructure
38
- - **ROLL** – Large-scale reinforcement learning optimization engine
39
 
40
- - **ROCK** – Secure sandbox and environment orchestration for agent execution
41
 
42
  - **iFlow CLI** – Unified agent framework and developer interface
43
 
@@ -103,4 +107,5 @@ If you find our work useful, please consider citing:
103
  author={Wang, Weixun and Xu, XiaoXiao and An, Wanhe and Dai, Fangwen and others},
104
  journal={arXiv preprint arXiv:2512.24873},
105
  year={2025}
106
- }
 
 
1
  ---
2
  license: apache-2.0
3
  pipeline_tag: text-generation
4
+ arxiv: 2512.24873
5
+ tags:
6
+ - agent
7
+ - moe
8
  ---
9
 
10
  # ROME-30B-A3B (Coming Soon)
 
39
 
40
 
41
  ### πŸ”§ ALE Full-Stack Infrastructure
42
+ - [**ROLL**](https://github.com/alibaba/ROLL) – Large-scale reinforcement learning optimization engine
43
 
44
+ - [**ROCK**](https://github.com/alibaba/ROCK) – Secure sandbox and environment orchestration for agent execution
45
 
46
  - **iFlow CLI** – Unified agent framework and developer interface
47
 
 
107
  author={Wang, Weixun and Xu, XiaoXiao and An, Wanhe and Dai, Fangwen and others},
108
  journal={arXiv preprint arXiv:2512.24873},
109
  year={2025}
110
+ }
111
+ ```