Add library name, correct pipeline tag
Browse filesThis PR fixes the `pipeline_tag` so the model can be found at https://huggingface.co./models?pipeline_tag=video-classification, and adds
`library_name` to the model card.
README.md
CHANGED
@@ -1,9 +1,11 @@
|
|
1 |
---
|
2 |
-
license: agpl-3.0
|
3 |
language:
|
4 |
- en
|
5 |
-
|
|
|
|
|
6 |
---
|
|
|
7 |
# Official PyTorch Implementation of SiA
|
8 |
|
9 |
Official PyTorch implementation of SiA, our model from **[Scaling Open-Vocabulary Action Detection](https://arxiv.org/abs/2504.03096)**. If you use this code for your research, please cite our paper.
|
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- en
|
4 |
+
license: agpl-3.0
|
5 |
+
pipeline_tag: video-classification
|
6 |
+
library_name: pytorch
|
7 |
---
|
8 |
+
|
9 |
# Official PyTorch Implementation of SiA
|
10 |
|
11 |
Official PyTorch implementation of SiA, our model from **[Scaling Open-Vocabulary Action Detection](https://arxiv.org/abs/2504.03096)**. If you use this code for your research, please cite our paper.
|