Add note about played_ration_pct > 100
Browse files
README.md
CHANGED
@@ -195,4 +195,10 @@ Recommendation events include actions from:
|
|
195 |
|
196 |
### What counts as a "listened" track or \\(Listen_+\\)?
|
197 |
|
198 |
-
A track is considered "listened" if over 50% of its duration is played.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
195 |
|
196 |
### What counts as a "listened" track or \\(Listen_+\\)?
|
197 |
|
198 |
+
A track is considered "listened" if over 50% of its duration is played.
|
199 |
+
|
200 |
+
### What does it mean when played_ratio_pct is greater than 100?
|
201 |
+
|
202 |
+
A played_ratio_pct greater than 100% indicates that the user rewound and
|
203 |
+
replayed sections of the track—so the total time listened exceeds the original track length.
|
204 |
+
These values are expected behavior and not log noise. See [discussion](https://huggingface.co/datasets/yandex/yambda/discussions/10)
|