undeleted commited on
Commit
ac4cf77
·
1 Parent(s): 243171f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -83,7 +83,23 @@ This dataset is primarily intended for unsupervised training of text generation
83
  * `title`: novel and chapter title in the form `<chapter title> - <novel title>`
84
  * `likes`: novel like count
85
  * `views`: novel view count
86
- * `q`: quality score
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
87
 
88
  ### Data Splits
89
 
 
83
  * `title`: novel and chapter title in the form `<chapter title> - <novel title>`
84
  * `likes`: novel like count
85
  * `views`: novel view count
86
+ * `q`: q-score (quality score)
87
+
88
+ #### Q-Score Distribution
89
+
90
+ ```
91
+ 0.00: 499
92
+ 0.10: 420
93
+ 0.20: 2562
94
+ 0.30: 0
95
+ 0.40: 0
96
+ 0.50: 13344
97
+ 0.60: 9021
98
+ 0.70: 5997
99
+ 0.80: 4217
100
+ 0.90: 1931
101
+ 1.00: 801
102
+ ```
103
 
104
  ### Data Splits
105