Update README.md
Browse files
README.md
CHANGED
@@ -73,6 +73,21 @@ The output:
|
|
73 |
ただし、「可愛い」という基準には個人差があり、同じ作品に対する感覚や好みも異なることがあります。そのため、特定のキャラクターを選ぶだけでなく、複数のキャラクターから好きな要素を見つけたり、全体的に楽しむことが大切だと思います。
|
74 |
```
|
75 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
76 |
|
77 |
## License
|
78 |
|
|
|
73 |
ただし、「可愛い」という基準には個人差があり、同じ作品に対する感覚や好みも異なることがあります。そのため、特定のキャラクターを選ぶだけでなく、複数のキャラクターから好きな要素を見つけたり、全体的に楽しむことが大切だと思います。
|
74 |
```
|
75 |
|
76 |
+
## Merge process
|
77 |
+
|
78 |
+
See [merge.ipynb](https://huggingface.co/p1atdev/nekoqarasu-14b-chat/blob/main/merge.ipynb). (this worked on 8GB VRAM GPU)
|
79 |
+
|
80 |
+
## Features
|
81 |
+
|
82 |
+
- Fluent Japanese responses
|
83 |
+
- Good knowledge of common sense in Japanese culture
|
84 |
+
|
85 |
+
## Limitation
|
86 |
+
|
87 |
+
- This model often generates too long responses, that are not related to user's instructions or questions. Also, this model does not seem to know how to end a text.
|
88 |
+
- Due to these issues, ChatML format prompt works worse compared to other Qwen based models, such as Qwen-Chat or Qarasu.
|
89 |
+
|
90 |
+
- Since I have not measured any benchmarks, this model cannot be quantitatively evaluated.
|
91 |
|
92 |
## License
|
93 |
|