db0 commited on
Commit
87c86f0
1 Parent(s): 5b75175

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -25,6 +25,23 @@ While there are countermeasures to avoid bad actors, due to the open nature of t
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
 
 
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
+ # Structure
29
+
30
+ The columns in the dataset are as follows
31
+
32
+ * ratings_count: How many times this image has been rated throughout this dataset
33
+ * rating: The aesthetic (1-10) rating.
34
+ * kudos: The amount of kudos (i.e. priority) the user had at the moment of rating this image. Higher values represent users who have positively contributed to the AI Horde. This can be used to discover bad actors.
35
+ * account_age: How old the user account is. This can be used to discover bad actors.
36
+ * usage_requests: How many images this user has generated at the moment of rating this image. This can be used to discover bad actors.
37
+ * created_at: When this rating was added
38
+ * client_agent: The client which was used to provide this rating. Unknown clients are more suspicious. This can be used to discover bad actors.
39
+ * artifacts: The artifacts (0-5) rating.
40
+ * user_id: The hashed user id who provided this rating
41
+ * trusted: If true, this user has been trusted by the horde by generating images or text for others for a long amount of time.
42
+ * validated: If true, this user's ratings have been manually validated by one of the AI Horde moderators.
43
+ * captchas_failed: How many captchas this user has failed. This can be used to discover bad actors.
44
+ * country: From which country did the rating originate. This can be used to create location-based rating models.
45
 
46
  # Use cases
47