Commit
·
8253c72
1
Parent(s):
702e3ef
Upload tokenizer
Browse files- added_tokens.json +41 -0
- source.spm +0 -0
- special_tokens_map.json +5 -0
- target.spm +0 -0
- tokenizer_config.json +12 -0
- vocab.json +0 -0
added_tokens.json
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"": 67028,
|
3 |
+
"EtOH": 67033,
|
4 |
+
"[0]": 67047,
|
5 |
+
"[1]": 67059,
|
6 |
+
"[TAB][TAB]min": 67045,
|
7 |
+
"[TAB][TAB]minimal": 67029,
|
8 |
+
"[TAB]if": 67041,
|
9 |
+
"[TAB]optimized": 67062,
|
10 |
+
"[TAB]portions": 67055,
|
11 |
+
"[TAB]tmp": 67048,
|
12 |
+
"[[": 67040,
|
13 |
+
"[[reactor": 67054,
|
14 |
+
"[]": 67050,
|
15 |
+
"append": 67037,
|
16 |
+
"components": 67058,
|
17 |
+
"components]": 67036,
|
18 |
+
"compounds": 67053,
|
19 |
+
"described": 67049,
|
20 |
+
"desired": 67057,
|
21 |
+
"elements": 67061,
|
22 |
+
"exact": 67052,
|
23 |
+
"grams": 67039,
|
24 |
+
"have[0]": 67060,
|
25 |
+
"inf": 67034,
|
26 |
+
"mL": 67056,
|
27 |
+
"minimal": 67031,
|
28 |
+
"molar": 67066,
|
29 |
+
"need": 67064,
|
30 |
+
"needed": 67038,
|
31 |
+
"needed[1]": 67046,
|
32 |
+
"needed]": 67042,
|
33 |
+
"optimized": 67065,
|
34 |
+
"pcp": 67030,
|
35 |
+
"portion": 67051,
|
36 |
+
"portions": 67063,
|
37 |
+
"reactors": 67035,
|
38 |
+
"threshold": 67032,
|
39 |
+
"tmp": 67044,
|
40 |
+
"zip": 67043
|
41 |
+
}
|
source.spm
ADDED
Binary file (790 kB). View file
|
|
special_tokens_map.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"eos_token": "</s>",
|
3 |
+
"pad_token": "<pad>",
|
4 |
+
"unk_token": "<unk>"
|
5 |
+
}
|
target.spm
ADDED
Binary file (814 kB). View file
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"clean_up_tokenization_spaces": true,
|
3 |
+
"eos_token": "</s>",
|
4 |
+
"model_max_length": 512,
|
5 |
+
"pad_token": "<pad>",
|
6 |
+
"separate_vocabs": false,
|
7 |
+
"source_lang": "en",
|
8 |
+
"sp_model_kwargs": {},
|
9 |
+
"target_lang": "nl",
|
10 |
+
"tokenizer_class": "MarianTokenizer",
|
11 |
+
"unk_token": "<unk>"
|
12 |
+
}
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|