Update README.md
Browse files
README.md
CHANGED
|
@@ -33,4 +33,18 @@ curl -X POST http://localhost:8080/v1/chat/completions \
|
|
| 33 |
"max_tokens": 512
|
| 34 |
}'
|
| 35 |
|
| 36 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
"max_tokens": 512
|
| 34 |
}'
|
| 35 |
|
| 36 |
+
```
|
| 37 |
+
|
| 38 |
+
## Citation
|
| 39 |
+
If you use this model in your research, please cite:
|
| 40 |
+
```bibtex
|
| 41 |
+
@misc{shen2025skyworkr1v3technicalreport,
|
| 42 |
+
title={Skywork-R1V3 Technical Report},
|
| 43 |
+
author={Wei Shen and Jiangbo Pei and Yi Peng and Xuchen Song and Yang Liu and Jian Peng and Haofeng Sun and Yunzhuo Hao and Peiyu Wang and Jianhao Zhang and Yahui Zhou},
|
| 44 |
+
year={2025},
|
| 45 |
+
eprint={2507.06167},
|
| 46 |
+
archivePrefix={arXiv},
|
| 47 |
+
primaryClass={cs.CL},
|
| 48 |
+
url={https://arxiv.org/abs/2507.06167},
|
| 49 |
+
}
|
| 50 |
+
```
|