Spaces:
Running
on
Zero
Running
on
Zero
Update README.md
Browse files
README.md
CHANGED
@@ -11,4 +11,15 @@ license: apache-2.0
|
|
11 |
short_description: Understand and then segment.
|
12 |
---
|
13 |
|
14 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
short_description: Understand and then segment.
|
12 |
---
|
13 |
|
14 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
15 |
+
|
16 |
+
## 📎 Citation
|
17 |
+
If you find our work helpful, please cite the original paper:
|
18 |
+
```
|
19 |
+
@article{you2025segr1,
|
20 |
+
title={Seg-R1: Segmentation Can Be Surprisingly Simple with Reinforcement Learning},
|
21 |
+
author={You, Zuyao and Wu, Zuxuan},
|
22 |
+
journal={arXiv preprint arXiv:2506.22624},
|
23 |
+
year={2025}
|
24 |
+
}
|
25 |
+
```
|