Update README.md
Browse files
README.md
CHANGED
@@ -30,6 +30,12 @@ By using this service, you are deemed to have agreed to the [terms of use](https
|
|
30 |
Please note: For commercial use, please refer to https://stability.ai/membership
|
31 |
|
32 |
## convert
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
変換用スクリプトは[こちら](https://gist.github.com/mmnga/bd9de075fcbdf1f95587edeb35565419)
|
34 |
|
35 |
## Usage
|
|
|
30 |
Please note: For commercial use, please refer to https://stability.ai/membership
|
31 |
|
32 |
## convert
|
33 |
+
元モデルをダウンロード後、tokenization_arcade100k.pyを修正する必要があります。
|
34 |
+
修正箇所は、def __init__の最後に下記を追加します
|
35 |
+
```
|
36 |
+
self.special_tokens = self.tokenizer._special_tokens
|
37 |
+
```
|
38 |
+
|
39 |
変換用スクリプトは[こちら](https://gist.github.com/mmnga/bd9de075fcbdf1f95587edeb35565419)
|
40 |
|
41 |
## Usage
|