hiroshi-matsuda-rit commited on
Commit
82a47a9
1 Parent(s): 0d0c4a8

improve readme

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md CHANGED
@@ -1,3 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # bert-base-sudachitra-v11
2
 
3
  This model is a variant of SudachiTra.
@@ -25,3 +39,16 @@ This model trained BERT using a pre-learning script implemented by [NVIDIA](http
25
  Copyright (c) 2022 National Institute for Japanese Language and Linguistics and Works Applications Co., Ltd. All rights reserved.
26
 
27
  "chiTra" is distributed by [National Institute for Japanese Langauge and Linguistics](https://www.ninjal.ac.jp/) and [Works Applications Co.,Ltd.](https://www.worksap.co.jp/) under [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: ja
3
+ license: apache-2.0
4
+ tags:
5
+ - SudachiTra
6
+ - Sudachi
7
+ - SudachiPy
8
+ - bert
9
+ - Japanese
10
+ - NWJC
11
+ datasets:
12
+ - NWJC
13
+ ---
14
+
15
  # bert-base-sudachitra-v11
16
 
17
  This model is a variant of SudachiTra.
 
39
  Copyright (c) 2022 National Institute for Japanese Language and Linguistics and Works Applications Co., Ltd. All rights reserved.
40
 
41
  "chiTra" is distributed by [National Institute for Japanese Langauge and Linguistics](https://www.ninjal.ac.jp/) and [Works Applications Co.,Ltd.](https://www.worksap.co.jp/) under [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).
42
+
43
+ ## Citation
44
+
45
+ ```
46
+ @INPROCEEDINGS{katsuta2022chitra,
47
+ author = {勝田哲弘, 林政義, 山村崇, Tolmachev Arseny, 高岡一馬, 内田佳孝, 浅原正幸},
48
+ title = {単語正規化による表記ゆれに頑健な BERT モデルの構築},
49
+ booktitle = "言語処理学会第28回年次大会(NLP2022)",
50
+ year = "2022",
51
+ pages = "",
52
+ publisher = "言語処理学会",
53
+ }
54
+ ```