ptaszynski
commited on
Commit
•
dbc2b61
1
Parent(s):
f5890e8
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
This is [ELECTRA](https://github.com/google-research/electra) Small model for Japanese pretrained on 354 million sentences / 5.6 billion words of [YACIS](https://github.com/ptaszynski/yacis-corpus) blog corpus.
|
2 |
|
3 |
The corpus was tokenized for pretraining with [MeCab](https://taku910.github.io/mecab/). Subword tokenization was peroformed with WordPiece.
|
|
|
1 |
+
---
|
2 |
+
|
3 |
+
language: ja
|
4 |
+
|
5 |
+
license: cc-by-sa-4.0
|
6 |
+
|
7 |
+
datasets:
|
8 |
+
|
9 |
+
- YACIS corpus
|
10 |
+
|
11 |
+
---
|
12 |
+
|
13 |
+
# yacis-electra-small
|
14 |
+
|
15 |
This is [ELECTRA](https://github.com/google-research/electra) Small model for Japanese pretrained on 354 million sentences / 5.6 billion words of [YACIS](https://github.com/ptaszynski/yacis-corpus) blog corpus.
|
16 |
|
17 |
The corpus was tokenized for pretraining with [MeCab](https://taku910.github.io/mecab/). Subword tokenization was peroformed with WordPiece.
|