ironDong commited on
Commit
ff43ab4
·
verified ·
1 Parent(s): 33375ec

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +4 -2
dataset_infos.json CHANGED
@@ -7,11 +7,13 @@
7
  "features": {
8
  "audio": {
9
  "description": "Audio recordings of counseling sessions",
10
- "_type": "Audio"
 
11
  },
12
  "transcription": {
13
  "description": "Transcriptions of the counseling sessions",
14
- "_type": "Value"
 
15
  }
16
  },
17
  "supervised_keys": null,
 
7
  "features": {
8
  "audio": {
9
  "description": "Audio recordings of counseling sessions",
10
+ "_type": "Audio",
11
+ "sampling_rate": 16000
12
  },
13
  "transcription": {
14
  "description": "Transcriptions of the counseling sessions",
15
+ "_type": "Value",
16
+ "dtype": "string"
17
  }
18
  },
19
  "supervised_keys": null,