Video-Text-to-Text
Transformers
Chinese
sign-language-translation
skeleton-based
hyperbolic-geometry
mT5
Instructions to use fiskenai/Geo-Sign with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fiskenai/Geo-Sign with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("fiskenai/Geo-Sign", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -25,6 +25,7 @@ pipeline_tag: video-text-to-text
|
|
| 25 |
Edward Fish, Richard Bowden, CVSSP – University of Surrey (arXiv:2506.00129, May 2025)
|
| 26 |
**Code**: <https://github.com/ed-fish/geo-sign>
|
| 27 |
**Paper** <https://arxiv.org/pdf/2506.00129v1>
|
|
|
|
| 28 |
|
| 29 |
## Code Use
|
| 30 |
Download the weights and data labels from the files section of this repo and add them to the github repository <https://github.com/ed-fish/geo-sign>.
|
|
|
|
| 25 |
Edward Fish, Richard Bowden, CVSSP – University of Surrey (arXiv:2506.00129, May 2025)
|
| 26 |
**Code**: <https://github.com/ed-fish/geo-sign>
|
| 27 |
**Paper** <https://arxiv.org/pdf/2506.00129v1>
|
| 28 |
+
**NeurIPS 2025**
|
| 29 |
|
| 30 |
## Code Use
|
| 31 |
Download the weights and data labels from the files section of this repo and add them to the github repository <https://github.com/ed-fish/geo-sign>.
|