itwk commited on
Commit
28b1e09
·
verified ·
1 Parent(s): f1a22c9

Upload 7 files

Browse files
special_tokens_map.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "eos_token": "</s>",
3
+ "mask_token": "…",
4
+ "unk_token": "<unk>"
5
+ }
spiece.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03927bb31bd78bdb4fca4b75c1d18766154ccf2e687de03a30e926c6fea8f784
3
+ size 96709
spiece.vocab ADDED
The diff for this file is too large to render. See raw diff
 
token_fraction.csv ADDED
The diff for this file is too large to render. See raw diff
 
token_fraction_describe.txt ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ token text token/text
2
+ count 41573.000000 41573.000000 41573.000000
3
+ mean 43.040579 91.721574 0.488299
4
+ std 29.328293 69.693056 0.113421
5
+ min 7.000000 41.000000 0.159420
6
+ 10% 20.000000 45.000000 0.360000
7
+ 25% 25.000000 51.000000 0.410667
8
+ 33% 28.000000 56.000000 0.430769
9
+ 50% 34.000000 67.000000 0.471264
10
+ 67% 43.000000 86.000000 0.518519
11
+ 75% 50.000000 103.000000 0.546218
12
+ 80% 56.000000 118.000000 0.569444
13
+ 90% 77.000000 170.000000 0.636364
14
+ 95% 100.000000 226.000000 0.704545
15
+ 99% 158.280000 371.000000 0.844444
16
+ max 602.000000 1819.000000 1.086420
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "</s>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<unk>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "5235": {
20
+ "content": "…",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "6000": {
28
+ "content": "<0x{i:02X}>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ }
35
+ },
36
+ "clean_up_tokenization_spaces": true,
37
+ "eos_token": "</s>",
38
+ "mask_token": "…",
39
+ "model_max_length": 1000000000000000019884624838656,
40
+ "tokenizer_class": "PreTrainedTokenizerFast",
41
+ "unk_token": "<unk>"
42
+ }