Datasets:
Upload generation_stats.json with huggingface_hub
Browse files- generation_stats.json +24 -0
generation_stats.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"repairs": {
|
| 3 |
+
"title_stripped": 2132,
|
| 4 |
+
"off_target_dropped": 10106,
|
| 5 |
+
"sets_clamped": 629,
|
| 6 |
+
"compound_split": 2002,
|
| 7 |
+
"rest_clamped": 625,
|
| 8 |
+
"equipment_violation_dropped": 806,
|
| 9 |
+
"intra_plan_duplicate_dropped": 51,
|
| 10 |
+
"reps_defaulted": 367,
|
| 11 |
+
"exercise_list_trimmed": 8,
|
| 12 |
+
"notes_defaulted": 8,
|
| 13 |
+
"sets_coerced": 6
|
| 14 |
+
},
|
| 15 |
+
"rejects": {
|
| 16 |
+
"too_few_exercises_after_repair": 2423,
|
| 17 |
+
"unparseable_json": 430,
|
| 18 |
+
"missing_cool_down": 4,
|
| 19 |
+
"duplicate_signature": 41,
|
| 20 |
+
"no_exercise_list": 1
|
| 21 |
+
},
|
| 22 |
+
"total_attempts": 5664,
|
| 23 |
+
"rows": 10505
|
| 24 |
+
}
|