Commit
·
29f6309
1
Parent(s):
3d8ce31
upload parquet
Browse files- README.md +41 -1
- data/00020-00000-of-xxxxx.parquet +3 -0
- data/00022-00001-of-xxxxx.parquet +3 -0
- data/output-00000-of-xxxxx.parquet +3 -0
README.md
CHANGED
@@ -1,3 +1,43 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: cc
|
5 |
+
size_categories:
|
6 |
+
- 10K<n<100K
|
7 |
+
task_categories:
|
8 |
+
- video-text-to-text
|
9 |
+
- video-classification
|
10 |
+
dataset_info:
|
11 |
+
features:
|
12 |
+
- name: mp4
|
13 |
+
dtype: binary
|
14 |
+
- name: json
|
15 |
+
struct:
|
16 |
+
- name: categories
|
17 |
+
dtype: string
|
18 |
+
- name: description
|
19 |
+
dtype: string
|
20 |
+
- name: file_name
|
21 |
+
dtype: string
|
22 |
+
- name: label
|
23 |
+
sequence: int32
|
24 |
---
|
25 |
+
|
26 |
+
# My Emotion Video Dataset
|
27 |
+
|
28 |
+
This dataset contains short video clips annotated with emotion categories. It is saved in `.parquet` format, with each row containing:
|
29 |
+
|
30 |
+
- a video (`mp4`) in binary
|
31 |
+
- a `json` object including:
|
32 |
+
- `file_name`: the name of the video
|
33 |
+
- `label`: list of integer emotion labels
|
34 |
+
- `categories`: emotion name (e.g., "happy", "neutral")
|
35 |
+
- `description`: short description of the clip
|
36 |
+
|
37 |
+
## Example usage
|
38 |
+
|
39 |
+
```python
|
40 |
+
from datasets import load_dataset
|
41 |
+
|
42 |
+
ds = load_dataset("your-username/your-dataset-name", split="train")
|
43 |
+
print(ds[0])
|
data/00020-00000-of-xxxxx.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40355c995ec2ead2713f8cbae429ecb4194222a24709beb4842621d9ea301ede
|
3 |
+
size 3177023
|
data/00022-00001-of-xxxxx.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:27e819210c51e14e4ddb7dee7c7fe097f53622a34adf75caa90dd38d8e2f801d
|
3 |
+
size 996723
|
data/output-00000-of-xxxxx.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:80cf6f5c0d1a9d0bd7c3e61ba613200b51abc84d24d331aa9d83990e60a53b68
|
3 |
+
size 8635698
|