db0 commited on
Commit
53e7671
1 Parent(s): 2adde46

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -40,7 +40,7 @@ The columns in the dataset are as follows
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
 
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. This is cumulative with succeeded captchas, so a negative amount means that many more succeeded captchas over failed ones.
44
  * country: From which country did the rating originate. This can be used to create location-based rating models.
45
 
46
  # Use cases