Ansu commited on
Commit
c434684
·
verified ·
1 Parent(s): af2ed34

Upload folder using huggingface_hub

Browse files
test/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f89d3468a430a3da0cb6e79e90dbf6f10d012407d2b277bc6a5e2590cd241430
3
+ size 2948592
test/dataset_info.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "split_name": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "index": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "question": {
14
+ "dtype": "string",
15
+ "_type": "Value"
16
+ },
17
+ "answer": {
18
+ "dtype": "string",
19
+ "_type": "Value"
20
+ },
21
+ "question_audio": {
22
+ "dtype": "string",
23
+ "_type": "Value"
24
+ },
25
+ "speaker": {
26
+ "dtype": "string",
27
+ "_type": "Value"
28
+ },
29
+ "answer_audio": {
30
+ "dtype": "string",
31
+ "_type": "Value"
32
+ },
33
+ "answer_token": {
34
+ "dtype": "string",
35
+ "_type": "Value"
36
+ }
37
+ },
38
+ "homepage": "",
39
+ "license": ""
40
+ }
test/state.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "4e5eb8ff315a173f",
8
+ "_format_columns": [
9
+ "answer",
10
+ "answer_audio",
11
+ "answer_token",
12
+ "index",
13
+ "question",
14
+ "question_audio",
15
+ "speaker",
16
+ "split_name"
17
+ ],
18
+ "_format_kwargs": {},
19
+ "_format_type": null,
20
+ "_output_all_columns": false,
21
+ "_split": null
22
+ }