nielsr HF Staff commited on
Commit
ee6f39d
·
verified ·
1 Parent(s): 5a33887

Add project page and code links to dataset card header

Browse files

This PR improves the discoverability of the VisualOverload dataset by adding explicit links to the project page and the GitHub repository in the main header of the dataset card, alongside existing links for the paper, leaderboard, and online evaluator. This aligns with best practices for documenting artifacts on the Hub, making it easier for users to access key resources.

Files changed (1) hide show
  1. README.md +10 -7
README.md CHANGED
@@ -1,4 +1,11 @@
1
  ---
 
 
 
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: image
@@ -28,17 +35,11 @@ configs:
28
  data_files:
29
  - split: test
30
  path: data/test-*
31
- license: cc-by-sa-4.0
32
  arxiv: 2509.25339
33
- task_categories:
34
- - visual-question-answering
35
- - image-text-to-text
36
- language:
37
- - en
38
  tags:
39
  - art
40
- pretty_name: VisualOverload
41
  ---
 
42
  # VisualOverload
43
  <p align="center">
44
  <img src="https://github.com/paulgavrikov/visualoverload/blob/main/assets/logo.jpg?raw=true" width="400">
@@ -46,6 +47,8 @@ pretty_name: VisualOverload
46
 
47
  <p align="center">
48
  [<a href="http://arxiv.org/abs/2509.25339">📚 Paper</a>]
 
 
49
  [<a href="https://huggingface.co/spaces/paulgavrikov/visualoverload-submit">🏆 Leaderboard</a>]
50
  [<a href="https://huggingface.co/spaces/paulgavrikov/visualoverload-submit">🎯 Online Evaluator</a>]
51
  </p>
 
1
  ---
2
+ language:
3
+ - en
4
+ license: cc-by-sa-4.0
5
+ task_categories:
6
+ - visual-question-answering
7
+ - image-text-to-text
8
+ pretty_name: VisualOverload
9
  dataset_info:
10
  features:
11
  - name: image
 
35
  data_files:
36
  - split: test
37
  path: data/test-*
 
38
  arxiv: 2509.25339
 
 
 
 
 
39
  tags:
40
  - art
 
41
  ---
42
+
43
  # VisualOverload
44
  <p align="center">
45
  <img src="https://github.com/paulgavrikov/visualoverload/blob/main/assets/logo.jpg?raw=true" width="400">
 
47
 
48
  <p align="center">
49
  [<a href="http://arxiv.org/abs/2509.25339">📚 Paper</a>]
50
+ [<a href="https://github.com/paulgavrikov/visualoverload">💻 Code</a>]
51
+ [<a href="https://paulgavrikov.github.io/visualoverload/">🌐 Project Page</a>]
52
  [<a href="https://huggingface.co/spaces/paulgavrikov/visualoverload-submit">🏆 Leaderboard</a>]
53
  [<a href="https://huggingface.co/spaces/paulgavrikov/visualoverload-submit">🎯 Online Evaluator</a>]
54
  </p>