nielsr HF Staff commited on
Commit
11bbdcf
·
verified ·
1 Parent(s): 06d0043

Add task category and license metadata

Browse files

Hi! I'm Niels from the community science team at Hugging Face.

This PR improves the dataset card by adding the `feature-extraction` task category and the `mit` license to the YAML metadata. These changes help make the dataset more discoverable and properly categorized on the Hugging Face Hub.

Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -1,3 +1,9 @@
 
 
 
 
 
 
1
  <div align="center">
2
 
3
  <h1><a color="red" href="https://arxiv.org/pdf/2511.12034">Calibrated Multimodal Representation Learning with Missing Modalities</a></h1>
@@ -69,4 +75,4 @@ If this project is useful for your research, you can cite the work as:
69
 
70
  **[🔝 Back to Top](#-overview)**
71
 
72
- </div>
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - feature-extraction
5
+ ---
6
+
7
  <div align="center">
8
 
9
  <h1><a color="red" href="https://arxiv.org/pdf/2511.12034">Calibrated Multimodal Representation Learning with Missing Modalities</a></h1>
 
75
 
76
  **[🔝 Back to Top](#-overview)**
77
 
78
+ </div>