Mouwiya commited on
Commit
1f543d4
1 Parent(s): 8b1fd3c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -1
README.md CHANGED
@@ -32,4 +32,30 @@ task_categories:
32
  - text-to-video
33
  size_categories:
34
  - 10M<n<100M
35
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  - text-to-video
33
  size_categories:
34
  - 10M<n<100M
35
+ ---
36
+
37
+ # Dataset Name: Video-10M
38
+
39
+ ## Description:
40
+ Video-10M is a dataset consisting of 10 million videos, each accompanied by metadata including video ID, content URL, duration, page directory, and name. The dataset covers a wide range of video content, from nature scenes and outdoor activities to culinary arts and urban landscapes. It provides a diverse collection of videos suitable for various video classification tasks.
41
+
42
+ ## Split Information:
43
+ Train Split: Contains 10,727,607 samples.
44
+ Validation Split: Contains 5,000 samples.
45
+
46
+ ## Features:
47
+ videoid: Unique identifier for the video.
48
+ contentUrl: URL or path to access the video content.
49
+ duration: Duration of the video in hours, minutes, and seconds.
50
+ page_dir: Directory or category associated with the video.
51
+ name: Descriptive name or title for the video.
52
+
53
+ ## Usage:
54
+ The dataset can be used for a wide range of video classification tasks, including but not limited to content categorization, scene recognition, activity recognition, and object detection. Researchers, developers, and practitioners can leverage this dataset to train and evaluate video classification models across different domains and applications.
55
+
56
+ ## Download
57
+
58
+ from datasets import load_dataset, Dataset
59
+
60
+ #Load the dataset
61
+ dataset = load_dataset("Mouwiya/Video-10M")