Fix placeholders, add paper link, and update task category

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +25 -25
README.md CHANGED
@@ -1,44 +1,44 @@
1
  ---
 
 
 
2
  dataset_info:
3
  features:
4
- - name: image
5
- dtype: image
6
- - name: question
7
- dtype: string
8
- - name: answer
9
- dtype: string
10
- - name: split
11
- dtype: string
12
- - name: sample_id
13
- dtype: string
14
- - name: image_height
15
- dtype: int32
16
- - name: image_width
17
- dtype: int32
18
  num_examples: 2480
19
- license: cc-by-4.0
20
- task_categories:
21
- - visual-question-answering
22
  tags:
23
- - counting
24
- - object-counting
25
- - benchmark
26
- - multimodal
27
  ---
28
 
29
  # HoloCount: A Holistic Visual Counting Benchmark for MLLMs
30
 
31
  <p align="center">
32
- <a href="TODO_ARXIV_LINK">
33
  <img src="https://img.shields.io/badge/arXiv-Paper-red" alt="arXiv">
34
  </a>
35
  <a href="https://huggingface.co/datasets/MM-MVR/HoloCount">
36
  <img src="https://img.shields.io/badge/%F0%9F%A4%97%20HuggingFace-Dataset-yellow" alt="HuggingFace">
37
  </a>
38
- <a href="https://kinredon.github.io/HoloCount/">
39
  <img src="https://img.shields.io/badge/Project-Page-blue" alt="Project Page">
40
  </a>
41
- <a href="https://github.com/kinredon/HoloCount">
42
  <img src="https://img.shields.io/badge/GitHub-Code-black" alt="GitHub">
43
  </a>
44
  </p>
@@ -121,4 +121,4 @@ This dataset is released under the [CC BY 4.0 License](https://creativecommons.o
121
 
122
  ## Contact
123
 
124
- - Jinhong Deng (dengjinhong@meituan.com)
 
1
  ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - image-text-to-text
5
  dataset_info:
6
  features:
7
+ - name: image
8
+ dtype: image
9
+ - name: question
10
+ dtype: string
11
+ - name: answer
12
+ dtype: string
13
+ - name: split
14
+ dtype: string
15
+ - name: sample_id
16
+ dtype: string
17
+ - name: image_height
18
+ dtype: int32
19
+ - name: image_width
20
+ dtype: int32
21
  num_examples: 2480
 
 
 
22
  tags:
23
+ - counting
24
+ - object-counting
25
+ - benchmark
26
+ - multimodal
27
  ---
28
 
29
  # HoloCount: A Holistic Visual Counting Benchmark for MLLMs
30
 
31
  <p align="center">
32
+ <a href="https://huggingface.co/papers/2607.06420">
33
  <img src="https://img.shields.io/badge/arXiv-Paper-red" alt="arXiv">
34
  </a>
35
  <a href="https://huggingface.co/datasets/MM-MVR/HoloCount">
36
  <img src="https://img.shields.io/badge/%F0%9F%A4%97%20HuggingFace-Dataset-yellow" alt="HuggingFace">
37
  </a>
38
+ <a href="https://mm-mvr.github.io/HoloCount/">
39
  <img src="https://img.shields.io/badge/Project-Page-blue" alt="Project Page">
40
  </a>
41
+ <a href="https://github.com/MM-MVR/HoloCount">
42
  <img src="https://img.shields.io/badge/GitHub-Code-black" alt="GitHub">
43
  </a>
44
  </p>
 
121
 
122
  ## Contact
123
 
124
+ - Jinhong Deng (dengjinhong@meituan.com)