aarimond commited on
Commit
1d831dd
·
verified ·
1 Parent(s): 6d85ae2

added the tokenizer

Browse files
Files changed (2) hide show
  1. README.md +9 -9
  2. tokenizer_config.json +43 -2
README.md CHANGED
@@ -1,4 +1,13 @@
1
  ---
 
 
 
 
 
 
 
 
 
2
  model-index:
3
  - name: Sociovestix/lenu_JP
4
  results:
@@ -20,15 +29,6 @@ model-index:
20
  name: f1 macro
21
  args:
22
  average: macro
23
- widget:
24
- - text: "日本マスタートラスト信託銀行株式会社/400031066"
25
- - text: "オージーケー技研株式会社"
26
- - text: "GTAA SC Fund 4 (For QII Only)"
27
- - text: "シティグループ・ジャパン・ホールディングス合同会社"
28
- - text: "大阪府信用農業協同組合連合会"
29
- - text: "ディーケ・シッピング有限会社"
30
- - text: "Wakwak Partners LLP"
31
- - text: "ナカムラ・ユーエスエー・インク"
32
  ---
33
 
34
  # LENU - Legal Entity Name Understanding for Japan
 
1
  ---
2
+ widget:
3
+ - text: 日本マスタートラスト信託銀行株式会社/400031066
4
+ - text: オージーケー技研株式会社
5
+ - text: GTAA SC Fund 4 (For QII Only)
6
+ - text: シティグループ・ジャパン・ホールディングス合同会社
7
+ - text: 大阪府信用農業協同組合連合会
8
+ - text: ディーケ・シッピング有限会社
9
+ - text: Wakwak Partners LLP
10
+ - text: ナカムラ・ユーエスエー・インク
11
  model-index:
12
  - name: Sociovestix/lenu_JP
13
  results:
 
29
  name: f1 macro
30
  args:
31
  average: macro
 
 
 
 
 
 
 
 
 
32
  ---
33
 
34
  # LENU - Legal Entity Name Understanding for Japan
tokenizer_config.json CHANGED
@@ -1,4 +1,47 @@
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "cls_token": "[CLS]",
3
  "do_lower_case": false,
4
  "do_subword_tokenize": true,
@@ -7,11 +50,9 @@
7
  "mask_token": "[MASK]",
8
  "mecab_kwargs": null,
9
  "model_max_length": 512,
10
- "name_or_path": "cl-tohoku/bert-base-japanese",
11
  "never_split": null,
12
  "pad_token": "[PAD]",
13
  "sep_token": "[SEP]",
14
- "special_tokens_map_file": null,
15
  "subword_tokenizer_type": "wordpiece",
16
  "sudachi_kwargs": null,
17
  "tokenizer_class": "BertJapaneseTokenizer",
 
1
  {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
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
+ "2": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[SEP]",
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
+ "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
  "do_lower_case": false,
47
  "do_subword_tokenize": true,
 
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",