TrainingDataPro commited on
Commit
5c13050
1 Parent(s): 5894c60

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +19 -2
README.md CHANGED
@@ -1,12 +1,29 @@
1
  ---
 
 
2
  license: cc-by-nc-nd-4.0
3
  task_categories:
4
  - video-classification
5
- language:
6
- - en
7
  tags:
8
  - code
9
  - legal
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
  # Aggressive Behavior Video Classification
12
 
 
1
  ---
2
+ language:
3
+ - en
4
  license: cc-by-nc-nd-4.0
5
  task_categories:
6
  - video-classification
 
 
7
  tags:
8
  - code
9
  - legal
10
+ dataset_info:
11
+ features:
12
+ - name: name
13
+ dtype: string
14
+ - name: type
15
+ dtype: string
16
+ splits:
17
+ - name: train
18
+ num_bytes: 422
19
+ num_examples: 11
20
+ download_size: 1387
21
+ dataset_size: 422
22
+ configs:
23
+ - config_name: default
24
+ data_files:
25
+ - split: train
26
+ path: data/train-*
27
  ---
28
  # Aggressive Behavior Video Classification
29