alwaysgood commited on
Commit
7574427
·
verified ·
1 Parent(s): abaf6f3

Upload dedup_summary.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dedup_summary.json +30 -0
dedup_summary.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "total_rows": 135306,
3
+ "total_kept": 120641,
4
+ "total_dropped": 14665,
5
+ "mode": "first-come-keep",
6
+ "per_group": [
7
+ {
8
+ "group": "prepared",
9
+ "rows": 68212,
10
+ "kept": 62000,
11
+ "dropped": 6212,
12
+ "n_clusters": 62000,
13
+ "threshold": 0.88,
14
+ "max_cluster_size": 68,
15
+ "p99_cluster_size": 3,
16
+ "section": "prepared"
17
+ },
18
+ {
19
+ "group": "qa",
20
+ "rows": 67094,
21
+ "kept": 58641,
22
+ "dropped": 8453,
23
+ "n_clusters": 58641,
24
+ "threshold": 0.88,
25
+ "max_cluster_size": 79,
26
+ "p99_cluster_size": 3,
27
+ "section": "qa"
28
+ }
29
+ ]
30
+ }