KoichiYasuoka
commited on
Commit
•
dd2eb51
1
Parent(s):
5b70d51
Reference
Browse files
README.md
CHANGED
@@ -35,6 +35,10 @@ import esupar
|
|
35 |
nlp=esupar.load("KoichiYasuoka/deberta-base-ainu-upos","ainu")
|
36 |
```
|
37 |
|
|
|
|
|
|
|
|
|
38 |
## See Also
|
39 |
|
40 |
[esupar](https://github.com/KoichiYasuoka/esupar): Tokenizer POS-tagger and Dependency-parser with BERT/RoBERTa/DeBERTa models
|
|
|
35 |
nlp=esupar.load("KoichiYasuoka/deberta-base-ainu-upos","ainu")
|
36 |
```
|
37 |
|
38 |
+
## Reference
|
39 |
+
|
40 |
+
安岡孝一: [ローマ字・カタカナ・キリル文字併用アイヌ語RoBERTa・DeBERTaモデルの開発](http://id.nii.ac.jp/1001/00224072/), 情報処理学会研究報告, Vol.2023-CH-131『人文科学とコンピュータ』, No.7 (2023年2月18日), pp.1-7.
|
41 |
+
|
42 |
## See Also
|
43 |
|
44 |
[esupar](https://github.com/KoichiYasuoka/esupar): Tokenizer POS-tagger and Dependency-parser with BERT/RoBERTa/DeBERTa models
|