Update README.md

#16
by zech7ay - opened
Files changed (1) hide show
  1. README.md +16 -3
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
 
2
  license: apache-2.0
3
  pipeline_tag: text-generation
4
- library_name: transformers
5
  ---
6
 
7
  <div align="center">
@@ -12,10 +12,11 @@ library_name: transformers
12
 
13
  <div align="center">
14
  πŸ€— <a href="https://hf.co/collections/nex-agi/nex-n2"><b>Model</b></a>&nbsp&nbsp | &nbsp&nbsp
15
- πŸ”€ <a href="https://openrouter.ai/nex-agi/Nex-N2-Pro:free"><b>OpenRouter (Enjoy two weeks free starting June 9!)</b></a>&nbsp&nbsp | &nbsp&nbsp
16
  πŸ’» <a href="https://github.com/nex-agi/Nex-N2"><b>Github</b></a>&nbsp&nbsp | &nbsp&nbsp
17
  🧭 <a href="https://www.modelscope.cn/collections/nex-agi/Nex-N2"><b>ModelScope</b></a>&nbsp&nbsp | &nbsp&nbsp
18
- πŸš€ <a href="https://nex-agi.com"><b>Nex-AGI</b></a>
 
19
  </div>
20
 
21
  # Nex-N2
@@ -189,3 +190,15 @@ Nex-series models emit explicit reasoning traces. Add the `--reasoning-parser qw
189
  ```bash
190
  python -m sglang.launch_server --model-path /path/to/your/model --tool-call-parser qwen3_coder --reasoning-parser qwen3
191
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ library_name: transformers
3
  license: apache-2.0
4
  pipeline_tag: text-generation
 
5
  ---
6
 
7
  <div align="center">
 
12
 
13
  <div align="center">
14
  πŸ€— <a href="https://hf.co/collections/nex-agi/nex-n2"><b>Model</b></a>&nbsp&nbsp | &nbsp&nbsp
15
+ πŸ”€ <a href="https://openrouter.ai/nex-agi/Nex-N2-Pro"><b>OpenRouter</b></a>&nbsp&nbsp | &nbsp&nbsp
16
  πŸ’» <a href="https://github.com/nex-agi/Nex-N2"><b>Github</b></a>&nbsp&nbsp | &nbsp&nbsp
17
  🧭 <a href="https://www.modelscope.cn/collections/nex-agi/Nex-N2"><b>ModelScope</b></a>&nbsp&nbsp | &nbsp&nbsp
18
+ πŸš€ <a href="https://nex-agi.com"><b>Nex-AGI</b></a>&nbsp&nbsp | &nbsp&nbsp
19
+ πŸ“– <a href="https://huggingface.co/papers/2607.14186"><b>Paper</b></a>
20
  </div>
21
 
22
  # Nex-N2
 
190
  ```bash
191
  python -m sglang.launch_server --model-path /path/to/your/model --tool-call-parser qwen3_coder --reasoning-parser qwen3
192
  ```
193
+
194
+ ## Citation
195
+
196
+ If you find Nex-N2 models helpful, please consider citing the NexForge paper:
197
+
198
+ ```bibtex
199
+ @article{zhao2026nexforge,
200
+ title={NexForge: Scaling Executable Agent Tasks via Requirement-First Synthesis},
201
+ author={Zhao, Jiarong and Lei, Zhikai and Xi, Zhiheng Bag and Zheng, Rui and Yan, Hang and Zhou, Jie and Chen, Qin and He, Liang},
202
+ journal={arXiv preprint arXiv:2607.14186},
203
+ year={2026}
204
+ }