Add library name, correct pipeline tag

#1
by nielsr HF Staff - opened
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.