# bert-base-japanese-sentiment-irony **Repository Path**: modelee/bert-base-japanese-sentiment-irony ## Basic Information - **Project Name**: bert-base-japanese-sentiment-irony - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-05-23 - **Last Updated**: 2024-11-22 ## Categories & Tags **Categories**: llm **Tags**: None ## README --- language: ja license: cc-by-sa-4.0 --- # BERT Base Japanese for Irony This is a BERT Base model for sentiment analysis in Japanese additionally finetuned for automatic irony detection. The model was based on [bert-base-japanese-sentiment](https://huggingface.co/daigo/bert-base-japanese-sentiment), and later finetuned on a dataset containing ironic and sarcastic tweets. ## 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. Creative Commons License ## Citations Please, cite this model using the following citation. ``` @inproceedings{dan2022bert-base-irony02, title={北見工業大学 テキスト情報処理研究室 ELECTRA Base 皮肉検出モデル (daigo ver.)}, author={団 俊輔 and プタシンスキ ミハウ and ジェプカ ラファウ and 桝井 文人}, publisher={HuggingFace}, year={2022}, url = "https://huggingface.co/kit-nlp/bert-base-japanese-sentiment-irony" } ```