danwils commited on
Commit
b3f895a
·
verified ·
1 Parent(s): cdfd256

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. dataset.arrow +3 -0
  2. dataset_info.json +35 -0
  3. state.json +14 -0
dataset.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e240de75cd589c3a1fc83c37b27927d8babc21f389da2ffbd94f7a33e3b2f20
3
+ size 7988440
dataset_info.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": null,
3
+ "citation": "",
4
+ "config_name": null,
5
+ "dataset_size": null,
6
+ "description": "",
7
+ "download_checksums": null,
8
+ "download_size": null,
9
+ "features": {
10
+ "audio_filename": {
11
+ "dtype": "string",
12
+ "id": null,
13
+ "_type": "Value"
14
+ },
15
+ "prompt": {
16
+ "dtype": "string",
17
+ "id": null,
18
+ "_type": "Value"
19
+ },
20
+ "transcription": {
21
+ "dtype": "string",
22
+ "id": null,
23
+ "_type": "Value"
24
+ }
25
+ },
26
+ "homepage": "",
27
+ "license": "",
28
+ "post_processed": null,
29
+ "post_processing_size": null,
30
+ "size_in_bytes": null,
31
+ "splits": null,
32
+ "supervised_keys": null,
33
+ "task_templates": null,
34
+ "version": null
35
+ }
state.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "a0131af9346ad9e3",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_indexes": {},
12
+ "_output_all_columns": false,
13
+ "_split": null
14
+ }