Datasets:
Add summary.json: 600-sample SARFTokenizer benchmark eval
Browse files- summary.json +10 -0
summary.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"total_rows": 600,
|
| 3 |
+
"ar_rows": 300,
|
| 4 |
+
"en_rows": 300,
|
| 5 |
+
"ar_chars": 479808,
|
| 6 |
+
"en_chars": 69308,
|
| 7 |
+
"ar_words": 82964,
|
| 8 |
+
"en_words": 9805,
|
| 9 |
+
"max_chars_per_sample": 2000
|
| 10 |
+
}
|