riacho hf-read-system commited on
Commit
01cd4df
·
1 Parent(s): 9324759

Update technical report with arXiv link (#7)

Browse files

- Update technical report with arXiv link (65bfd5ab4ec14ca4f7dba1e946c04dae750cec6c)


Co-authored-by: UpstageDevSpace_System <hf-read-system@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -22,7 +22,7 @@ tags:
22
 
23
  Solar Open 2 is Upstage’s 250B-A15B open-weight large language model, built for agentic use cases such as office productivity, document-intensive work, and coding. Its Hybrid-Attention Mixture-of-Experts (MoE) architecture with linear attention delivers highly efficient inference even in long-context settings.
24
 
25
- [**Technical Report**](https://huggingface.co/upstage/Solar-Open2-250B/blob/main/Solar_Open_2_Tech_Report.pdf) | [**Blog**](https://www.upstage.ai/blog/en/solar-open-2?utm_source=hf&utm_medium=referral&utm_campaign=so2-launch&utm_content=modelcard) | [**Upstage Website**](https://www.upstage.ai/) | [**Try Demo (~7/31)**](https://open2-beta.upstage.ai/)
26
 
27
  ### Highlights
28
 
@@ -432,11 +432,14 @@ Solar Open 2 is distributed under the [**Upstage Solar License**](https://huggin
432
  ## Citation
433
 
434
  ```bibtex
435
- @misc{solar-open-2-2026,
436
  title={Solar Open 2 Technical Report},
437
  author={Upstage AI},
438
  year={2026},
439
- url={https://huggingface.co/upstage/Solar-Open2-250B}
 
 
 
440
  }
441
  ```
442
 
 
22
 
23
  Solar Open 2 is Upstage’s 250B-A15B open-weight large language model, built for agentic use cases such as office productivity, document-intensive work, and coding. Its Hybrid-Attention Mixture-of-Experts (MoE) architecture with linear attention delivers highly efficient inference even in long-context settings.
24
 
25
+ [**Technical Report**](https://arxiv.org/abs/2607.20062) | [**Blog**](https://www.upstage.ai/blog/en/solar-open-2?utm_source=hf&utm_medium=referral&utm_campaign=so2-launch&utm_content=modelcard) | [**Upstage Website**](https://www.upstage.ai/) | [**Try Demo (~7/31)**](https://open2-beta.upstage.ai/)
26
 
27
  ### Highlights
28
 
 
432
  ## Citation
433
 
434
  ```bibtex
435
+ @misc{solaropen2-2026,
436
  title={Solar Open 2 Technical Report},
437
  author={Upstage AI},
438
  year={2026},
439
+ eprint={2607.20062},
440
+ archivePrefix={arXiv},
441
+ primaryClass={cs.CL},
442
+ url={https://arxiv.org/abs/2607.20062}
443
  }
444
  ```
445