Commit ·
3490075
1
Parent(s): 4bb0a9c
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
|
| 3 |
+
language: pl
|
| 4 |
+
|
| 5 |
+
license: cc-by-sa-4.0
|
| 6 |
+
|
| 7 |
+
datasets:
|
| 8 |
+
|
| 9 |
+
- 18th and 19th century articles mentioning Japan
|
| 10 |
+
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# Model for Detection of Japan-related topics
|
| 14 |
+
|
| 15 |
+
This model was based on the original [HerBERT](https://huggingface.co/allegro/herbert-base-cased) Base.
|
| 16 |
+
|
| 17 |
+
It was trained on a set of 18th and 19th century articles mentioning Japan to discriminate whether a new input text mentions Japan (or similar oriental topics).
|
| 18 |
+
|
| 19 |
+
## Licenses
|
| 20 |
+
|
| 21 |
+
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.
|
| 22 |
+
|
| 23 |
+
<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>
|
| 24 |
+
|
| 25 |
+
## Citations
|
| 26 |
+
|
| 27 |
+
Please, cite this model using the following citation.
|
| 28 |
+
|
| 29 |
+
```
|
| 30 |
+
@inproceedings{ptaszynski2022herbert-japan,
|
| 31 |
+
title={Finetuned HerBERT model for detecting Japan and related oriebntal topics},
|
| 32 |
+
author={Michal Ptaszynski and Pawel Dybala and Third Author},
|
| 33 |
+
booktitle={HuggingFace},
|
| 34 |
+
url={https://huggingface.co/ptaszynski/japan-topic-detection}
|
| 35 |
+
year={2022}
|
| 36 |
+
}
|
| 37 |
+
```
|