Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,22 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-nc-4.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
---
|
4 |
+
|
5 |
+
# Summary
|
6 |
+
Here we provide model weights of Uni-Sign.
|
7 |
+
|
8 |
+
**Paper**: [Uni-Sign: Toward Unified Sign Language Understanding at Scale](https://arxiv.org/abs/2501.15187)
|
9 |
+
|
10 |
+
**Code**: [https://github.com/ZechengLi19/Uni-Sign](https://github.com/ZechengLi19/Uni-Sign)
|
11 |
+
|
12 |
+
**Dataset**: [https://huggingface.co/datasets/ZechengLi19/CSL-News](https://huggingface.co/datasets/ZechengLi19/CSL-News/)
|
13 |
+
|
14 |
+
# Citation
|
15 |
+
```
|
16 |
+
@article{li2025uni-sign,
|
17 |
+
title={Uni-Sign: Toward Unified Sign Language Understanding at Scale},
|
18 |
+
author={Li, Zecheng and Zhou, Wengang and Zhao, Weichao and Wu, Kepeng and Hu, Hezhen and Li, Houqiang},
|
19 |
+
journal={arXiv preprint arXiv:2501.15187},
|
20 |
+
year={2025}
|
21 |
+
}
|
22 |
+
```
|