irenema commited on
Commit
60b27c9
·
verified ·
1 Parent(s): daa065b

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. model.safetensors +1 -1
  2. tokenizer.json +0 -0
  3. tokenizer_config.json +10 -14
  4. vocab.txt +0 -0
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1afd738da8e061209b4fb5f71085049db473642ef078b204b749307c1f08e958
3
  size 711452684
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:784d4b73a75d3f656f1e78aa407449a5fcfa9bb9662064b2c530f68e20f0ac19
3
  size 711452684
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -8,7 +8,7 @@
8
  "single_word": false,
9
  "special": true
10
  },
11
- "1": {
12
  "content": "[UNK]",
13
  "lstrip": false,
14
  "normalized": false,
@@ -16,7 +16,7 @@
16
  "single_word": false,
17
  "special": true
18
  },
19
- "2": {
20
  "content": "[CLS]",
21
  "lstrip": false,
22
  "normalized": false,
@@ -24,7 +24,7 @@
24
  "single_word": false,
25
  "special": true
26
  },
27
- "3": {
28
  "content": "[SEP]",
29
  "lstrip": false,
30
  "normalized": false,
@@ -32,7 +32,7 @@
32
  "single_word": false,
33
  "special": true
34
  },
35
- "4": {
36
  "content": "[MASK]",
37
  "lstrip": false,
38
  "normalized": false,
@@ -43,19 +43,15 @@
43
  },
44
  "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
 
46
  "do_lower_case": false,
47
- "do_subword_tokenize": true,
48
- "do_word_tokenize": true,
49
- "jumanpp_kwargs": null,
50
  "mask_token": "[MASK]",
51
- "mecab_kwargs": null,
52
- "model_max_length": 512,
53
  "never_split": null,
54
  "pad_token": "[PAD]",
55
  "sep_token": "[SEP]",
56
- "subword_tokenizer_type": "wordpiece",
57
- "sudachi_kwargs": null,
58
- "tokenizer_class": "BertJapaneseTokenizer",
59
- "unk_token": "[UNK]",
60
- "word_tokenizer_type": "mecab"
61
  }
 
8
  "single_word": false,
9
  "special": true
10
  },
11
+ "100": {
12
  "content": "[UNK]",
13
  "lstrip": false,
14
  "normalized": false,
 
16
  "single_word": false,
17
  "special": true
18
  },
19
+ "101": {
20
  "content": "[CLS]",
21
  "lstrip": false,
22
  "normalized": false,
 
24
  "single_word": false,
25
  "special": true
26
  },
27
+ "102": {
28
  "content": "[SEP]",
29
  "lstrip": false,
30
  "normalized": false,
 
32
  "single_word": false,
33
  "special": true
34
  },
35
+ "103": {
36
  "content": "[MASK]",
37
  "lstrip": false,
38
  "normalized": false,
 
43
  },
44
  "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
+ "do_basic_tokenize": true,
47
  "do_lower_case": false,
 
 
 
48
  "mask_token": "[MASK]",
49
+ "model_max_length": 1000000000000000019884624838656,
 
50
  "never_split": null,
51
  "pad_token": "[PAD]",
52
  "sep_token": "[SEP]",
53
+ "strip_accents": null,
54
+ "tokenize_chinese_chars": true,
55
+ "tokenizer_class": "BertTokenizer",
56
+ "unk_token": "[UNK]"
 
57
  }
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff