nielsr HF Staff commited on
Commit
6c97bec
·
verified ·
1 Parent(s): 42aea25

Add library name, correct pipeline tag

Browse files

This 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.

Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -1,9 +1,11 @@
1
  ---
2
- license: agpl-3.0
3
  language:
4
  - en
5
- pipeline_tag: action-detection
 
 
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.