Change task category, add paper link
Browse filesThis PR updates the task category to a more appropriate `image-text-to-text` as well as linking the dataset to its respective paper page at https://huggingface.co/papers/2501.04003.
README.md
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
task_categories:
|
4 |
-
-
|
5 |
language:
|
6 |
- en
|
7 |
-
---
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
task_categories:
|
4 |
+
- image-text-to-text
|
5 |
language:
|
6 |
- en
|
7 |
+
---
|
8 |
+
|
9 |
+
This repository contains the data presented in [Are VLMs Ready for Autonomous Driving? An Empirical Study from the Reliability, Data, and Metric Perspectives](https://huggingface.co/papers/2501.04003).
|