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