db0 commited on
Commit
5b75175
1 Parent(s): 28d88a1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md CHANGED
@@ -1,3 +1,31 @@
1
  ---
2
  license: cc-by-sa-4.0
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-sa-4.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - ratings
7
+ - stable diffusion
8
+ - aesthetic
9
+ - artifacts
10
+ pretty_name: AI Horde Ratings
11
  ---
12
+ # AI Horde Ratings
13
+
14
+ A dataset of exported aesthetic and artifact ratings provided by the [AI Horde](https://aihorde.net) community through our [open ratings API](https://ratings.aihorde.net/api).
15
+
16
+ Each row in this dataset presents the rating for a single image from the [diffusiondb](https://poloclub.github.io/diffusiondb/). Each image UUID in this parquet will match the diffusiondb filename.
17
+
18
+ Each rating contains an aesthetic rating of 1-10, where 1 represents an image found distasteful, and 10 an image most found very pleasing. This is an explicitly subjective rating.
19
+
20
+ Each rating also contains an artifact rating of 0-5, where 0 represents no artifacts or image disruption, and 5 represents an image ruined. This ratings aims to be more objective.
21
+
22
+ The aim is for each image to be rated at least 5 times, so that a useful average can be ascertained.
23
+
24
+ While there are countermeasures to avoid bad actors, due to the open nature of the API for the ratings, some ratings might be random or malicious.
25
+ However due to the vast amount of other valid ratings, they overarching trend should be towards accuracy.
26
+ Nevertheless, if you notice any ratings which are obviously malicious, or users which are consistently fake-rating, please let us know and we'll clear them from this dataset.
27
+
28
+
29
+ # Use cases
30
+
31
+ * [Clip-based aesthetic scorer](https://github.com/kenjiqq/aesthetics-scorer) ([Huggingface Demo[https://huggingface.co/spaces/kenjiqq/aesthetics-scorer])