KoichiYasuoka commited on
Commit
0c4e97e
1 Parent(s): 01b11e5

model improved

Browse files
Files changed (4) hide show
  1. config.json +1 -1
  2. pytorch_model.bin +2 -2
  3. supar.model +2 -2
  4. tokenizer_config.json +43 -0
config.json CHANGED
@@ -360,7 +360,7 @@
360
  },
361
  "tokenizer_class": "BertTokenizerFast",
362
  "torch_dtype": "float32",
363
- "transformers_version": "4.22.1",
364
  "type_vocab_size": 1,
365
  "use_cache": true,
366
  "vocab_size": 39255
 
360
  },
361
  "tokenizer_class": "BertTokenizerFast",
362
  "torch_dtype": "float32",
363
+ "transformers_version": "4.34.1",
364
  "type_vocab_size": 1,
365
  "use_cache": true,
366
  "vocab_size": 39255
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ca57c9f0499a83eb0c557f9c7694c42764212b56724cf4ee91473fc70cb30a54
3
- size 1372612273
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2e9749a94b8d009c9fceb8b0c11b1cf7b43e7a19f3cd37c2700281d3ce1209b
3
+ size 1372607795
supar.model CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:044a6129df6ca2670096c068e3736b82f229f85ba472d5120d7db02e9b1a813f
3
- size 1437728101
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09747dea28fe5e25eade600b0ea81ade8233a643e7b47218647d1cc24ac3ad91
3
+ size 1437723687
tokenizer_config.json CHANGED
@@ -1,5 +1,48 @@
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "bos_token": "[CLS]",
 
3
  "cls_token": "[CLS]",
4
  "do_basic_tokenize": true,
5
  "do_lower_case": false,
 
1
  {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[CLS]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "[PAD]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[SEP]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[UNK]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "4": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
  "bos_token": "[CLS]",
45
+ "clean_up_tokenization_spaces": true,
46
  "cls_token": "[CLS]",
47
  "do_basic_tokenize": true,
48
  "do_lower_case": false,