Instructions to use Skywork/Skywork-Reward-V2-Qwen3-0.6B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Skywork/Skywork-Reward-V2-Qwen3-0.6B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Skywork/Skywork-Reward-V2-Qwen3-0.6B")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Skywork/Skywork-Reward-V2-Qwen3-0.6B") model = AutoModelForSequenceClassification.from_pretrained("Skywork/Skywork-Reward-V2-Qwen3-0.6B", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,7 +11,7 @@ pipeline_tag: text-classification
|
|
| 11 |
</div>
|
| 12 |
<hr>
|
| 13 |
<div align="center" style="line-height: 1;">
|
| 14 |
-
<a href="https://
|
| 15 |
<img alt="Paper" src="https://img.shields.io/badge/📖%20Paper-Skywork--Reward--V2-4D5EFF?style=flat-square&labelColor=202124"/>
|
| 16 |
</a>
|
| 17 |
<a href="https://huggingface.co/collections/Skywork/skywork-reward-v2-685cc86ce5d9c9e4be500c84" target="_blank">
|
|
@@ -238,13 +238,13 @@ If you have any questions, please feel free to reach us at `yuhao.liuu at kunlun
|
|
| 238 |
|
| 239 |
## 📚 Citation
|
| 240 |
|
| 241 |
-
If you find our work useful, please cite it as follows.
|
| 242 |
|
| 243 |
```bibtex
|
| 244 |
@article{liu2025skywork,
|
| 245 |
title={Skywork-Reward-V2: Scaling Preference Data Curation via Human-AI Synergy},
|
| 246 |
author = {Liu, Chris Yuhao and Zeng, Liang and Xiao, Yuzhen and He, Jujie and Liu, Jiacai and Wang, Chaojie and Yan, Rui and Shen, Wei and Zhang, Fuxiang and Xu, Jiacheng and Liu, Yang and Zhou, Yahui},
|
| 247 |
-
journal={arXiv preprint},
|
| 248 |
year={2025}
|
| 249 |
}
|
| 250 |
```
|
|
|
|
| 11 |
</div>
|
| 12 |
<hr>
|
| 13 |
<div align="center" style="line-height: 1;">
|
| 14 |
+
<a href="https://arxiv.org/abs/2507.01352" target="_blank">
|
| 15 |
<img alt="Paper" src="https://img.shields.io/badge/📖%20Paper-Skywork--Reward--V2-4D5EFF?style=flat-square&labelColor=202124"/>
|
| 16 |
</a>
|
| 17 |
<a href="https://huggingface.co/collections/Skywork/skywork-reward-v2-685cc86ce5d9c9e4be500c84" target="_blank">
|
|
|
|
| 238 |
|
| 239 |
## 📚 Citation
|
| 240 |
|
| 241 |
+
If you find our work useful, please cite it as follows.
|
| 242 |
|
| 243 |
```bibtex
|
| 244 |
@article{liu2025skywork,
|
| 245 |
title={Skywork-Reward-V2: Scaling Preference Data Curation via Human-AI Synergy},
|
| 246 |
author = {Liu, Chris Yuhao and Zeng, Liang and Xiao, Yuzhen and He, Jujie and Liu, Jiacai and Wang, Chaojie and Yan, Rui and Shen, Wei and Zhang, Fuxiang and Xu, Jiacheng and Liu, Yang and Zhou, Yahui},
|
| 247 |
+
journal={arXiv preprint arXiv:2507.01352},
|
| 248 |
year={2025}
|
| 249 |
}
|
| 250 |
```
|