LequeuISIR commited on
Commit
25a3898
·
verified ·
1 Parent(s): 0d61ae1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -4
README.md CHANGED
@@ -14,8 +14,6 @@ task_categories:
14
  configs: # Optional. This can be used to pass additional parameters to the dataset loader, such as `data_files`, `data_dir`, and any builder-specific parameters
15
  - config_name: default # Name of the dataset subset, if applicable. Example: default
16
  data_files:
17
- - split: corpus # Example: train
18
- path: GDNCC_data.jsonl # Example: data.csv
19
  - split: train # Example: train
20
  path: GDNCC_data_train.jsonl # Example: data.csv
21
  - split: test # Example: test
@@ -24,14 +22,14 @@ configs: # Optional. This can be used to pass additional parameters to the data
24
  path: GDNCC_data_valid.jsonl # Example: holdout.csv
25
  - config_name: AU_detection # Name of the dataset subset. Example: processed
26
  data_files:
27
- - split: corpus # Example: train
28
- path: GDNCC_AU_detection.jsonl # Example: data.csv
29
  - split: train # Example: train
30
  path: GDNCC_AU_detection_train.jsonl # Example: data.csv
31
  - split: test # Example: test
32
  path: GDNCC_AU_detection_test.jsonl # Example: holdout.csv
33
  - split: eval # Example: test
34
  path: GDNCC_AU_detection_valid.jsonl # Example: holdout.csv
 
 
35
  ---
36
 
37
  # Dataset Card for Dataset Name
 
14
  configs: # Optional. This can be used to pass additional parameters to the dataset loader, such as `data_files`, `data_dir`, and any builder-specific parameters
15
  - config_name: default # Name of the dataset subset, if applicable. Example: default
16
  data_files:
 
 
17
  - split: train # Example: train
18
  path: GDNCC_data_train.jsonl # Example: data.csv
19
  - split: test # Example: test
 
22
  path: GDNCC_data_valid.jsonl # Example: holdout.csv
23
  - config_name: AU_detection # Name of the dataset subset. Example: processed
24
  data_files:
 
 
25
  - split: train # Example: train
26
  path: GDNCC_AU_detection_train.jsonl # Example: data.csv
27
  - split: test # Example: test
28
  path: GDNCC_AU_detection_test.jsonl # Example: holdout.csv
29
  - split: eval # Example: test
30
  path: GDNCC_AU_detection_valid.jsonl # Example: holdout.csv
31
+ - split: corpus # Example: train
32
+ path: GDNCC_AU_detection.jsonl # Example: data.csv
33
  ---
34
 
35
  # Dataset Card for Dataset Name