Datasets:

Tasks:
Other
Modalities:
Audio
Languages:
English
ArXiv:
License:
oiwi commited on
Commit
555c86d
·
verified ·
1 Parent(s): a365922

Upload Sherlock7/participants.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. Sherlock7/participants.json +32 -0
Sherlock7/participants.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "participant_id": {
3
+ "Description": "Unique participant identifier"
4
+ },
5
+ "age": {
6
+ "Description": "Age of the participant at time of testing",
7
+ "Units": "years"
8
+ },
9
+ "sex": {
10
+ "Description": "Biological sex of the participant",
11
+ "Levels": {
12
+ "F": "female",
13
+ "M": "male"
14
+ }
15
+ },
16
+ "hand": {
17
+ "Description": "Handedness of the participant",
18
+ "Levels": {
19
+ "R": "right",
20
+ "L": "left",
21
+ "A": "ambidextrous"
22
+ }
23
+ },
24
+ "weight": {
25
+ "Description": "Body weight of the participant",
26
+ "Units": "kg"
27
+ },
28
+ "height": {
29
+ "Description": "Body height of the participant",
30
+ "Units": "m"
31
+ }
32
+ }