Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:
nielsr HF Staff commited on
Commit
f1739f0
·
verified ·
1 Parent(s): 75ce6e9

Add paper link and task category

Browse files

This PR adds basic metadata to the dataset card, including a link to the paper, the project page URL and setting the relevant `task_categories`.

Files changed (1) hide show
  1. README.md +9 -0
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - image-text-to-text
5
+ ---
6
+
7
+ This repository contains the dataset used for [JARVIS-VLA: Post-Training Large-Scale Vision Language Models to Play Visual Games with Keyboards and Mouse](https://huggingface.co/papers/2503.16365).
8
+
9
+ [Project Website](https://craftjarvis.github.io/JarvisVLA/)