nielsr HF Staff commited on
Commit
1854dfa
·
verified ·
1 Parent(s): 725527a

Improve dataset card: Add paper/code links, update size category, add task/tags

Browse files

This PR improves the dataset card by:
- Linking to the associated paper: [MST-Distill: Mixture of Specialized Teachers for Cross-Modal Knowledge Distillation](https://huggingface.co/papers/2507.07015)
- Linking to the official code repository: https://github.com/gray1y/MST-Distill
- Correcting the `size_categories` to `10K<n<100K` to accurately reflect the number of samples (48,755).
- Adding the `task_categories: other` and relevant `tags` (`cross-modal`, `knowledge-distillation`, `audio-visual`, `multimodal`, `vggsound`, `feature-extraction`) for better discoverability and context.

Files changed (1) hide show
  1. README.md +13 -2
README.md CHANGED
@@ -1,16 +1,27 @@
1
  ---
2
  license: cc-by-4.0
3
  size_categories:
4
- - 10B<n<100B
 
 
 
 
 
 
 
 
 
5
  ---
6
 
7
  # VGGSound-50k Preprocessed Dataset
8
 
 
 
9
  This dataset contains preprocessed data from the VGGSound dataset, specifically processed using the VGGSound-AVEL50k subset for cross-modal knowledge distillation research. The preprocessing is optimized for MST-Distill (Mixture of Specialized Teachers for Cross-Modal Knowledge Distillation) method.
10
 
11
  This preprocessing work is based on the VGGSound-AVEL50k subset from: **jasongief/CPSP: [2023 TPAMI] Contrastive Positive Sample Propagation along the Audio-Visual Event Line**
12
 
13
- And related preprocessing works are described in our paper: https://arxiv.org/abs/2507.07015
14
 
15
  ---
16
 
 
1
  ---
2
  license: cc-by-4.0
3
  size_categories:
4
+ - 10K<n<100K
5
+ task_categories:
6
+ - other
7
+ tags:
8
+ - cross-modal
9
+ - knowledge-distillation
10
+ - audio-visual
11
+ - multimodal
12
+ - vggsound
13
+ - feature-extraction
14
  ---
15
 
16
  # VGGSound-50k Preprocessed Dataset
17
 
18
+ [Paper](https://huggingface.co/papers/2507.07015) | [Code](https://github.com/gray1y/MST-Distill)
19
+
20
  This dataset contains preprocessed data from the VGGSound dataset, specifically processed using the VGGSound-AVEL50k subset for cross-modal knowledge distillation research. The preprocessing is optimized for MST-Distill (Mixture of Specialized Teachers for Cross-Modal Knowledge Distillation) method.
21
 
22
  This preprocessing work is based on the VGGSound-AVEL50k subset from: **jasongief/CPSP: [2023 TPAMI] Contrastive Positive Sample Propagation along the Audio-Visual Event Line**
23
 
24
+ And related preprocessing works are described in our paper: [MST-Distill: Mixture of Specialized Teachers for Cross-Modal Knowledge Distillation](https://huggingface.co/papers/2507.07015)
25
 
26
  ---
27