Skip to content

Commit a56d2f5

Browse files
committed
tamen
1 parent 634dd99 commit a56d2f5

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

app/(default)/(project)/TAMEn/page.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,14 @@ export default function Home() {
179179
>
180180
Code
181181
</a>
182+
<a
183+
href="https://huggingface.co/datasets/OpenDriveLab-org/TAMEn"
184+
className="px-3 py-1 md:px-4 md:py-2 bg-black/30 text-white rounded-lg shadow-md hover:shadow-lg hover:bg-white/10 transition-all duration-200 border border-white/40 text-[10px] sm:text-xs md:text-sm"
185+
target="_blank"
186+
rel="noopener noreferrer"
187+
>
188+
Dataset
189+
</a>
182190
</div>
183191
</div>
184192
</div>

data/publications.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ export const publications: {
8383
type: "github",
8484
link: "https://github.com/OpenDriveLab/TAMEn",
8585
},
86+
{
87+
type: "dataset",
88+
link: "https://huggingface.co/datasets/OpenDriveLab-org/TAMEn",
89+
},
8690
],
8791
description: "TAMEn builds upon the UMI paradigm with key enhancements in multimodality, precision-portability synergy, replayability, and data flywheel.",
8892
keys: ['embodied_ai'],

0 commit comments

Comments
 (0)