ljcamargo commited on
Commit
18a8abd
·
verified ·
1 Parent(s): 5900b11

Upload recipe/corpus_stats.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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": false,
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.3478983895729192,
12
+ "old": 0.3521179540230301,
13
+ "eng": 0.09998379548173474,
14
+ "spa": 0.10000003870558187,
15
+ "code": 0.09999982221673415,
16
+ "exotic": 0.7000163435959492
17
+ },
18
+ "bytes": {
19
+ "modern": 159093371,
20
+ "old": 161022971,
21
+ "eng": 45722428,
22
+ "spa": 45729856,
23
+ "code": 45729757,
24
+ "exotic": 320116342
25
+ },
26
+ "total_bytes": 457298383,
27
+ "vocab_target": 256000,
28
+ "min_frequency": 2,
29
+ "special_token_count": 282,
30
+ "language_token_count": 248,
31
+ "external_to_exotic_ratio": 0.14285714285714288
32
+ }