Update README.md
Browse files
README.md
CHANGED
@@ -31,8 +31,7 @@ Training is done using Japanese, English, and Chinese (traditional characters) a
|
|
31 |
The output language of the thought process is Japanese only.
|
32 |
I think it will probably work with other languages that are supported by qwen 2.5.
|
33 |
|
34 |
-
|
35 |
-
### prompt template
|
36 |
|
37 |
#### Input prompt template/入力テンプレート
|
38 |
|
@@ -98,16 +97,22 @@ masterpiece, best quality, highresなどの品質に関連するタグは後工
|
|
98 |
詳細はSample Scriptを確認してください
|
99 |
Please check Sample Script for details.
|
100 |
|
101 |
-
|
102 |
### Sample Script
|
103 |
|
104 |
-
[Google Colabのサンプル](https://github.com/webbigdata-jp/python_sample/blob/main/FanFic_Illustrator_demo.ipynb)
|
105 |
[Sample Colab Script](https://github.com/webbigdata-jp/python_sample/blob/main/FanFic_Illustrator_demo.ipynb)
|
106 |
|
107 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
108 |
|
109 |
- **Developed by:** webbigdata
|
110 |
- **Model type:** text generation
|
111 |
- **Language(s) (NLP):** Japanese, English
|
112 |
-
- **Finetuned from model [optional]:** Qwen 2.5 3B Instruct
|
113 |
-
|
|
|
31 |
The output language of the thought process is Japanese only.
|
32 |
I think it will probably work with other languages that are supported by qwen 2.5.
|
33 |
|
34 |
+
### prompt template/プロンプトテンプレート
|
|
|
35 |
|
36 |
#### Input prompt template/入力テンプレート
|
37 |
|
|
|
97 |
詳細はSample Scriptを確認してください
|
98 |
Please check Sample Script for details.
|
99 |
|
|
|
100 |
### Sample Script
|
101 |
|
102 |
+
[Google Colabのサンプル](https://github.com/webbigdata-jp/python_sample/blob/main/FanFic_Illustrator_demo.ipynb)
|
103 |
[Sample Colab Script](https://github.com/webbigdata-jp/python_sample/blob/main/FanFic_Illustrator_demo.ipynb)
|
104 |
|
105 |
|
106 |
+
### Acknowledgements/謝辞
|
107 |
+
We would like to thank the following people for providing related models/methods/tools.
|
108 |
+
以下の関連モデル/手法/ツールを提供してくださった皆さんに感謝します。
|
109 |
+
- Base Model: [Qwen/Qwen2.5-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-3B-Instruct)
|
110 |
+
- Image Generation model: [cagliostrolab/animagine-xl-4.0](https://huggingface.co/cagliostrolab/animagine-xl-4.0)
|
111 |
+
- Training Methods: (Deepseek GRPO)[https://arxiv.org/abs/2402.03300]
|
112 |
+
- Traing script: [Unsloth](https://huggingface.co/unsloth).
|
113 |
+
|
114 |
|
115 |
- **Developed by:** webbigdata
|
116 |
- **Model type:** text generation
|
117 |
- **Language(s) (NLP):** Japanese, English
|
118 |
+
- **Finetuned from model [optional]:** Qwen 2.5 3B Instruct
|
|