Datasets:
Formats:
parquet
Languages:
English
Size:
10K - 100K
ArXiv:
Tags:
video-understanding
multi-evidence-reasoning
long-video
temporal-reasoning
spatial-reasoning
video-qa
License:
Allow HF CLI uploads for assets/data/videos (only ignore sub-readmes/raw)
Browse files- .gitignore +10 -9
.gitignore
CHANGED
|
@@ -1,12 +1,3 @@
|
|
| 1 |
-
# Videos directory (uploaded separately via HF CLI)
|
| 2 |
-
videos/
|
| 3 |
-
|
| 4 |
-
# Data directory (uploaded separately via HF CLI)
|
| 5 |
-
data/
|
| 6 |
-
|
| 7 |
-
# Assets directory (uploaded separately via HF CLI)
|
| 8 |
-
assets/
|
| 9 |
-
|
| 10 |
# Scripts directory (not uploaded to HF)
|
| 11 |
scripts/
|
| 12 |
|
|
@@ -48,3 +39,13 @@ PROJECT_SUMMARY.md
|
|
| 48 |
QUICK_START.txt
|
| 49 |
USAGE_INSTRUCTIONS.md
|
| 50 |
upload_videos.sh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Scripts directory (not uploaded to HF)
|
| 2 |
scripts/
|
| 3 |
|
|
|
|
| 39 |
QUICK_START.txt
|
| 40 |
USAGE_INSTRUCTIONS.md
|
| 41 |
upload_videos.sh
|
| 42 |
+
|
| 43 |
+
# Ignore README files in subdirectories
|
| 44 |
+
assets/README.md
|
| 45 |
+
data/README_DATA.md
|
| 46 |
+
data/tasks_raw/
|
| 47 |
+
|
| 48 |
+
# IMPORTANT:
|
| 49 |
+
# Do NOT ignore `assets/`, `data/`, or `videos/` here.
|
| 50 |
+
# Hugging Face `hf upload` / `huggingface-cli upload` respects this repo-level `.gitignore`;
|
| 51 |
+
# if we ignore those dirs, the CLI will skip committing the files and they won't show up in the HF UI.
|