ljcamargo commited on
Commit
d00e52b
·
verified ·
1 Parent(s): 6ec4657

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.34789646559900145,
12
+ "old": 0.3521215369891937,
13
+ "eng": 0.0999832425438067,
14
+ "spa": 0.09999948567782432,
15
+ "code": 0.09999926919017384,
16
+ "exotic": 0.7000180025881951
17
+ },
18
+ "bytes": {
19
+ "modern": 159093371,
20
+ "old": 161025500,
21
+ "eng": 45722428,
22
+ "spa": 45729856,
23
+ "code": 45729757,
24
+ "exotic": 320118871
25
+ },
26
+ "total_bytes": 457300912,
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
+ }