Penguin-N commited on
Commit
9a8647c
·
verified ·
1 Parent(s): c809556

Upload folder using huggingface_hub

Browse files
MMMT_Decomp/train/data-00000-of-00003.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5caf894d7560d2fc0e11bfc45131f8f92355827c4a7b9103901f355276741e0
3
+ size 455927224
MMMT_Decomp/train/data-00001-of-00003.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0dcd5c83b71f47bb40c6f4b8c419afe462d150e3ec2a4cd6abe7b0f7a09dca9e
3
+ size 445785272
MMMT_Decomp/train/data-00002-of-00003.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b73aae9361afcf3bd240ffd39439b578e0143ab746178ecf4cf0e631a18dcd52
3
+ size 462793344
MMMT_Decomp/train/dataset_info.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "id": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "dialog_context": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "decision": {
14
+ "dtype": "string",
15
+ "_type": "Value"
16
+ },
17
+ "utterance": {
18
+ "dtype": "string",
19
+ "_type": "Value"
20
+ },
21
+ "dialog_turns": {
22
+ "dtype": "int32",
23
+ "_type": "Value"
24
+ },
25
+ "known_goal": {
26
+ "feature": {
27
+ "dtype": "string",
28
+ "_type": "Value"
29
+ },
30
+ "_type": "Sequence"
31
+ },
32
+ "missing_goal": {
33
+ "feature": {
34
+ "dtype": "string",
35
+ "_type": "Value"
36
+ },
37
+ "_type": "Sequence"
38
+ },
39
+ "image_1": {
40
+ "_type": "Image"
41
+ },
42
+ "image_2": {
43
+ "_type": "Image"
44
+ },
45
+ "image_3": {
46
+ "_type": "Image"
47
+ }
48
+ },
49
+ "homepage": "",
50
+ "license": ""
51
+ }
MMMT_Decomp/train/state.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00003.arrow"
5
+ },
6
+ {
7
+ "filename": "data-00001-of-00003.arrow"
8
+ },
9
+ {
10
+ "filename": "data-00002-of-00003.arrow"
11
+ }
12
+ ],
13
+ "_fingerprint": "80f154990ac4800e",
14
+ "_format_columns": null,
15
+ "_format_kwargs": {},
16
+ "_format_type": null,
17
+ "_output_all_columns": false,
18
+ "_split": null
19
+ }