spow12 commited on
Commit
4158092
1 Parent(s): 74ea861

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
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)