Update dataset card with link to paper

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -1,23 +1,24 @@
1
  ---
 
 
2
  license: apache-2.0
 
 
3
  task_categories:
4
  - image-to-text
5
- language:
6
- - en
7
  tags:
8
  - multi-modal image quality assessment
9
- pretty_name: Data-DeQA-Score
10
- size_categories:
11
- - 10K<n<100K
12
  ---
13
 
14
  # Data-DeQA-Score
15
 
16
- Datasets of the DeQA-Score paper
 
17
  (
18
  [project page](https://depictqa.github.io/deqa-score/) /
19
  [codes](https://github.com/zhiyuanyou/DeQA-Score) /
20
- [paper](https://arxiv.org/abs/2501.11561)
21
  )
22
  in our [DepictQA project](https://depictqa.github.io/).
23
 
 
1
  ---
2
+ language:
3
+ - en
4
  license: apache-2.0
5
+ size_categories:
6
+ - 10K<n<100K
7
  task_categories:
8
  - image-to-text
9
+ pretty_name: Data-DeQA-Score
 
10
  tags:
11
  - multi-modal image quality assessment
 
 
 
12
  ---
13
 
14
  # Data-DeQA-Score
15
 
16
+ This repository contains the data for training and evaluating models for multi-modal image quality assessment, as described in the paper [Teaching Large Language Models to Regress Accurate Image Quality Scores using Score Distribution](https://huggingface.co/papers/2501.11561).
17
+
18
  (
19
  [project page](https://depictqa.github.io/deqa-score/) /
20
  [codes](https://github.com/zhiyuanyou/DeQA-Score) /
21
+ [paper](https://huggingface.co/papers/2501.11561)
22
  )
23
  in our [DepictQA project](https://depictqa.github.io/).
24