Update README.md
Browse files
README.md
CHANGED
@@ -37,6 +37,9 @@ parameters:
|
|
37 |
dtype: bfloat16
|
38 |
```
|
39 |
|
|
|
|
|
|
|
40 |
# WaifuModel Collections
|
41 |
|
42 |
- [TTS](https://huggingface.co/spow12/visual_novel_tts)
|
|
|
37 |
dtype: bfloat16
|
38 |
```
|
39 |
|
40 |
+
Note, because of my chat model has 1 added_token([PAD]),ChatWaifu model and mistral model has different embedding size. So if you want to merge this yourself,
|
41 |
+
|
42 |
+
you have to resize mistral's embedding size(131072 to 131073).
|
43 |
# WaifuModel Collections
|
44 |
|
45 |
- [TTS](https://huggingface.co/spow12/visual_novel_tts)
|