Upload recipe/corpus_stats.json with huggingface_hub
Browse files- recipe/corpus_stats.json +32 -0
recipe/corpus_stats.json
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"recipe_version": "hf-bytelevel-bpe-v2-iterator-eval",
|
| 3 |
+
"test_run": true,
|
| 4 |
+
"weights_target": {
|
| 5 |
+
"exotic": 0.7,
|
| 6 |
+
"eng": 0.1,
|
| 7 |
+
"spa": 0.1,
|
| 8 |
+
"code": 0.1
|
| 9 |
+
},
|
| 10 |
+
"weights_actual": {
|
| 11 |
+
"modern": 0.30920752033535065,
|
| 12 |
+
"old": 0.39112290962568264,
|
| 13 |
+
"eng": 0.10004712984655464,
|
| 14 |
+
"spa": 0.10002112797536222,
|
| 15 |
+
"code": 0.09960131221704985,
|
| 16 |
+
"exotic": 0.7003304299610332
|
| 17 |
+
},
|
| 18 |
+
"bytes": {
|
| 19 |
+
"modern": 111568315,
|
| 20 |
+
"old": 141125041,
|
| 21 |
+
"eng": 36099024,
|
| 22 |
+
"spa": 36089642,
|
| 23 |
+
"code": 35938164,
|
| 24 |
+
"exotic": 252693356
|
| 25 |
+
},
|
| 26 |
+
"total_bytes": 360820186,
|
| 27 |
+
"vocab_target": 256000,
|
| 28 |
+
"min_frequency": 2,
|
| 29 |
+
"special_token_count": 274,
|
| 30 |
+
"language_token_count": 240,
|
| 31 |
+
"external_to_exotic_ratio": 0.14285714285714288
|
| 32 |
+
}
|