Skip to content

Commit 03d5af4

Browse files
author
The TensorFlow Datasets Authors
committed
Automated metadata update.
PiperOrigin-RevId: 713596322
1 parent bcb0f72 commit 03d5af4

File tree

242 files changed

+66171
-57
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

242 files changed

+66171
-57
lines changed
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
{
2+
"citation": "@inproceedings{Zala2024DiagrammerGPT,\n author = {Abhay Zala and Han Lin and Jaemin Cho and Mohit Bansal},\n title = {DiagrammerGPT: Generating Open-Domain, Open-Platform Diagrams via LLM Planning},\n year = {2024},\n booktitle = {COLM},\n}",
3+
"description": "This dataset is primarily based off the AI2D Dataset (see [here](\n https://prior.allenai.org/projects/diagram-understanding)).\n\nSee [Section 4.1](https://arxiv.org/pdf/2310.12128) of our paper for\n the AI2D-Caption dataset annotation process.",
4+
"fileFormat": "array_record",
5+
"location": {
6+
"urls": [
7+
"https://huggingface.co/datasets/abhayzala/AI2D-Caption"
8+
]
9+
},
10+
"moduleName": "tensorflow_datasets.datasets.ai2dcaption.ai2dcaption_dataset_builder",
11+
"name": "ai2dcaption",
12+
"releaseNotes": {
13+
"1.0.0": "Initial release."
14+
},
15+
"splits": [
16+
{
17+
"filepathTemplate": "{DATASET}-{SPLIT}.{FILEFORMAT}-{SHARD_X_OF_Y}",
18+
"name": "auditor_llm_training_examples",
19+
"numBytes": "3722704",
20+
"shardLengths": [
21+
"30"
22+
]
23+
},
24+
{
25+
"filepathTemplate": "{DATASET}-{SPLIT}.{FILEFORMAT}-{SHARD_X_OF_Y}",
26+
"name": "gpt4v",
27+
"numBytes": "1070151906",
28+
"shardLengths": [
29+
"613",
30+
"613",
31+
"613",
32+
"613",
33+
"612",
34+
"613",
35+
"613",
36+
"613"
37+
]
38+
},
39+
{
40+
"filepathTemplate": "{DATASET}-{SPLIT}.{FILEFORMAT}-{SHARD_X_OF_Y}",
41+
"name": "llava_15",
42+
"numBytes": "1070743597",
43+
"shardLengths": [
44+
"613",
45+
"613",
46+
"612",
47+
"613",
48+
"613",
49+
"612",
50+
"613",
51+
"613"
52+
]
53+
},
54+
{
55+
"filepathTemplate": "{DATASET}-{SPLIT}.{FILEFORMAT}-{SHARD_X_OF_Y}",
56+
"name": "planner_llm_training_examples",
57+
"numBytes": "5696232",
58+
"shardLengths": [
59+
"30"
60+
]
61+
},
62+
{
63+
"filepathTemplate": "{DATASET}-{SPLIT}.{FILEFORMAT}-{SHARD_X_OF_Y}",
64+
"name": "test",
65+
"numBytes": "12104046",
66+
"shardLengths": [
67+
"75"
68+
]
69+
}
70+
],
71+
"version": "1.0.0"
72+
}
Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
{
2+
"featuresDict": {
3+
"features": {
4+
"caption": {
5+
"pythonClassName": "tensorflow_datasets.core.features.text_feature.Text",
6+
"text": {}
7+
},
8+
"entities": {
9+
"pythonClassName": "tensorflow_datasets.core.features.sequence_feature.Sequence",
10+
"sequence": {
11+
"feature": {
12+
"featuresDict": {
13+
"features": {
14+
"bounds": {
15+
"boundingBox": {
16+
"dtype": "float32",
17+
"shape": {
18+
"dimensions": [
19+
"4"
20+
]
21+
}
22+
},
23+
"pythonClassName": "tensorflow_datasets.core.features.bounding_boxes.BBoxFeature"
24+
},
25+
"cat": {
26+
"classLabel": {
27+
"numClasses": "10"
28+
},
29+
"pythonClassName": "tensorflow_datasets.core.features.class_label_feature.ClassLabel"
30+
},
31+
"from": {
32+
"pythonClassName": "tensorflow_datasets.core.features.text_feature.Text",
33+
"text": {}
34+
},
35+
"id": {
36+
"pythonClassName": "tensorflow_datasets.core.features.text_feature.Text",
37+
"text": {}
38+
},
39+
"label": {
40+
"pythonClassName": "tensorflow_datasets.core.features.text_feature.Text",
41+
"text": {}
42+
},
43+
"to": {
44+
"pythonClassName": "tensorflow_datasets.core.features.text_feature.Text",
45+
"text": {}
46+
},
47+
"type": {
48+
"classLabel": {
49+
"numClasses": "5"
50+
},
51+
"pythonClassName": "tensorflow_datasets.core.features.class_label_feature.ClassLabel"
52+
}
53+
}
54+
},
55+
"pythonClassName": "tensorflow_datasets.core.features.features_dict.FeaturesDict"
56+
},
57+
"length": "-1"
58+
}
59+
},
60+
"image": {
61+
"description": "The image of the diagram.",
62+
"image": {
63+
"dtype": "uint8",
64+
"shape": {
65+
"dimensions": [
66+
"-1",
67+
"-1",
68+
"3"
69+
]
70+
}
71+
},
72+
"pythonClassName": "tensorflow_datasets.core.features.image_feature.Image"
73+
},
74+
"image_filename": {
75+
"description": "Image filename. e.g. \"1337.png\"",
76+
"pythonClassName": "tensorflow_datasets.core.features.text_feature.Text",
77+
"text": {}
78+
},
79+
"layout": {
80+
"classLabel": {
81+
"numClasses": "7"
82+
},
83+
"pythonClassName": "tensorflow_datasets.core.features.class_label_feature.ClassLabel"
84+
},
85+
"relationships": {
86+
"pythonClassName": "tensorflow_datasets.core.features.sequence_feature.Sequence",
87+
"sequence": {
88+
"feature": {
89+
"pythonClassName": "tensorflow_datasets.core.features.text_feature.Text",
90+
"text": {}
91+
},
92+
"length": "-1"
93+
}
94+
},
95+
"topic": {
96+
"classLabel": {
97+
"numClasses": "4"
98+
},
99+
"pythonClassName": "tensorflow_datasets.core.features.class_label_feature.ClassLabel"
100+
}
101+
}
102+
},
103+
"pythonClassName": "tensorflow_datasets.core.features.features_dict.FeaturesDict"
104+
}
Lines changed: 200 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,200 @@
1+
{
2+
"citation": "@inproceedings{fu2024mobile,author = {Fu, Zipeng and Zhao, Tony Z. and Finn, Chelsea},title = {Mobile ALOHA: Learning Bimanual Mobile Manipulation with Low-Cost Whole-Body Teleoperation},booktitle = {arXiv},year = {2024},}",
3+
"description": "Real dataset. Imitating mobile manipulation tasks that are bimanual and require whole-body control. 50 demonstrations for each task.",
4+
"fileFormat": "array_record",
5+
"location": {
6+
"urls": [
7+
"https://mobile-aloha.github.io"
8+
]
9+
},
10+
"moduleName": "tensorflow_datasets.robotics.rtx.rtx",
11+
"name": "aloha_mobile",
12+
"releaseNotes": {
13+
"0.1.0": "Initial release."
14+
},
15+
"splits": [
16+
{
17+
"filepathTemplate": "{DATASET}-{SPLIT}.{FILEFORMAT}-{SHARD_X_OF_Y}",
18+
"name": "train",
19+
"numBytes": "50912848416",
20+
"shardLengths": [
21+
"2",
22+
"2",
23+
"1",
24+
"2",
25+
"1",
26+
"1",
27+
"2",
28+
"5",
29+
"1",
30+
"1",
31+
"3",
32+
"1",
33+
"2",
34+
"1",
35+
"1",
36+
"1",
37+
"1",
38+
"1",
39+
"1",
40+
"1",
41+
"1",
42+
"1",
43+
"2",
44+
"2",
45+
"2",
46+
"1",
47+
"1",
48+
"1",
49+
"2",
50+
"1",
51+
"1",
52+
"1",
53+
"1",
54+
"2",
55+
"2",
56+
"1",
57+
"2",
58+
"2",
59+
"2",
60+
"2",
61+
"1",
62+
"3",
63+
"1",
64+
"1",
65+
"2",
66+
"1",
67+
"1",
68+
"2",
69+
"1",
70+
"1",
71+
"1",
72+
"1",
73+
"2",
74+
"1",
75+
"2",
76+
"4",
77+
"3",
78+
"1",
79+
"1",
80+
"1",
81+
"1",
82+
"1",
83+
"3",
84+
"1",
85+
"1",
86+
"2",
87+
"1",
88+
"2",
89+
"2",
90+
"1",
91+
"1",
92+
"2",
93+
"1",
94+
"1",
95+
"1",
96+
"2",
97+
"1",
98+
"2",
99+
"1",
100+
"1",
101+
"1",
102+
"1",
103+
"1",
104+
"2",
105+
"1",
106+
"1",
107+
"1",
108+
"4",
109+
"4",
110+
"1",
111+
"2",
112+
"1",
113+
"2",
114+
"1",
115+
"1",
116+
"1",
117+
"2",
118+
"1",
119+
"1",
120+
"2",
121+
"1",
122+
"1",
123+
"2",
124+
"2",
125+
"1",
126+
"1",
127+
"1",
128+
"1",
129+
"2",
130+
"3",
131+
"2",
132+
"2",
133+
"2",
134+
"1",
135+
"1",
136+
"1",
137+
"2",
138+
"1",
139+
"3",
140+
"1",
141+
"2",
142+
"2",
143+
"1",
144+
"2",
145+
"2",
146+
"2",
147+
"2",
148+
"2",
149+
"1",
150+
"1",
151+
"2",
152+
"4",
153+
"3",
154+
"1",
155+
"1",
156+
"1",
157+
"3",
158+
"1",
159+
"1",
160+
"1",
161+
"1",
162+
"3",
163+
"1",
164+
"5",
165+
"1",
166+
"2",
167+
"1",
168+
"1",
169+
"2",
170+
"2",
171+
"3",
172+
"1",
173+
"2",
174+
"2",
175+
"1",
176+
"1",
177+
"1",
178+
"1",
179+
"1",
180+
"2",
181+
"1",
182+
"1",
183+
"1",
184+
"1",
185+
"1",
186+
"2",
187+
"2",
188+
"1",
189+
"2",
190+
"3",
191+
"2",
192+
"1",
193+
"2",
194+
"1",
195+
"4"
196+
]
197+
}
198+
],
199+
"version": "0.1.0"
200+
}

0 commit comments

Comments
 (0)