ミツアちゃんと日本語で楽しくタグ付けするためのモデルです。本モデルは以下のステップでスクラッチ学習しました。
本モデルの学習では学習済みの基盤モデルは使用しておらず、ライセンスされていないデータや、AI生成画像などのライセンスされていないデータで学習したAIモデルの出力も学習データとして使用していません。
本モデルは、CC BY-NCライセンスに基づき、非商用の目的で使用していただく事が可能です。商用利用についてはinfo [at] elanmitsua.comまでお問い合わせください。
Swin Transformer model for Japanese image tagging, trained solely on opt-in licensed data, openly licensed data and public domain data. This is finetuned checkpoint from
Swin Base Multi Fractal 1k, which is trained solely on
formula driven fractal images.
This model is licensed under CC BY-NC and is freely used for non-commercial, research and educational purposes. For commercial use, please contact us: info [at] elanmitsua.com
1from transformers import pipeline
2pipe = pipeline("image-classification", model="Mitsua/mitsua-japanese-tagger")
3ret = pipe("test.jpg", function_to_apply="sigmoid", top_k=100)
4print(ret)
We have obtained official permission to train these Japanese fictional characters.
The dataset includes official images and fan arts from opt-in contributors.
敬称略/Honorific titles are omitted.
Our dataset is a mix of opt-in licensed data and openly licensed data.
Pre-filtering based on metadata and captions are applied to exclude potential rights-infringing, harmful or NSFW data.
For pre-filtering data, we built 146,041 words database which contains artist names, celebrity names, fictional character names, trademarks and bad words, based on Wikidata licensed under CC0.
We pre-process with face-blurring.