kfkas commited on
Commit
6c4fd3a
·
verified ·
1 Parent(s): c95e416

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -23,3 +23,24 @@ configs:
23
  - split: train
24
  path: data/train-*
25
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  - split: train
24
  path: data/train-*
25
  ---
26
+
27
+
28
+ # Ruler Upper Bound Dataset
29
+
30
+ This dataset contains samples with MLT (Maximum Length Token) upper bound labels.
31
+
32
+ ## MLT Distribution
33
+
34
+ | MLT Label | Count |
35
+ |-----------|-------|
36
+ | [MLT:10] | 11316 |
37
+ | [MLT:150] | 25103 |
38
+ | [MLT:300] | 13668 |
39
+ | [MLT:30] | 19608 |
40
+ | [MLT:500] | 4627 |
41
+ | [MLT:50] | 18039 |
42
+ | [MLT:700] | 857 |
43
+ | [MLT:80] | 19933 |
44
+ | [MLT:>800] | 8078 |
45
+
46
+ Generated automatically during dataset upload.