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-v1",
|
| 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.4962163572422402,
|
| 12 |
+
"old": 0.20383415129525775,
|
| 13 |
+
"eng": 0.09999221223436393,
|
| 14 |
+
"spa": 0.09995951001521453,
|
| 15 |
+
"code": 0.09999776921292355,
|
| 16 |
+
"exotic": 0.700050508537498
|
| 17 |
+
},
|
| 18 |
+
"bytes": {
|
| 19 |
+
"modern": 24824308,
|
| 20 |
+
"old": 10197249,
|
| 21 |
+
"eng": 5002329,
|
| 22 |
+
"spa": 5000693,
|
| 23 |
+
"code": 5002607,
|
| 24 |
+
"exotic": 35021557
|
| 25 |
+
},
|
| 26 |
+
"total_bytes": 50027186,
|
| 27 |
+
"vocab_target": 256000,
|
| 28 |
+
"min_frequency": 2,
|
| 29 |
+
"special_token_count": 94,
|
| 30 |
+
"language_token_count": 60,
|
| 31 |
+
"external_to_exotic_ratio": 0.14285714285714288
|
| 32 |
+
}
|