Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: ja
|
3 |
+
|
4 |
+
license: cc-by-sa-4.0
|
5 |
+
---
|
6 |
+
|
7 |
+
# ELECTRA Base Japanese for Information Triage
|
8 |
+
|
9 |
+
This is an ELECTRA model pretrained on approximately 200M Japanese sentences additionally finetuned for Information Triage.
|
10 |
+
|
11 |
+
The model was based on [transformers-ud-japanese-electra-base-discriminator](https://huggingface.co/megagonlabs/transformers-ud-japanese-electra-base-discriminator), and later finetuned on a dataset containing disaster tweets.
|
12 |
+
|
13 |
+
|
14 |
+
## Licenses
|
15 |
+
|
16 |
+
The finetuned model with all attached files is licensed under [CC BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/), or Creative Commons Attribution-ShareAlike 4.0 International License.
|
17 |
+
|
18 |
+
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a>
|
19 |
+
|
20 |
+
## Citations
|
21 |
+
|
22 |
+
Please, cite this model using the following citation.
|
23 |
+
|
24 |
+
```
|
25 |
+
@inproceedings{oikawa2022electra-base-triage,
|
26 |
+
title={北見工業大学 テキスト情報処理研究室 ELECTRA Base 情報トリアージモデル (megagon labs ver.)},
|
27 |
+
author={及川 佑人 and プタシンスキ ミハウ and 桝井 文人},
|
28 |
+
publisher={HuggingFace},
|
29 |
+
year={2022},
|
30 |
+
url = "https://huggingface.co/y-oikawa/Information-triage-for-disaster-tweets"
|
31 |
+
}
|
32 |
+
```
|