Update README.md
Browse files
README.md
CHANGED
@@ -45,8 +45,8 @@ You can try C3TR-Adapter for free using Google's web service Colab. Please press
|
|
45 |
|
46 |
### モデルの動かし方(How to use Model)
|
47 |
|
48 |
-
自分のパソコンで動かす場合は、少なくとも約8.3GB以上のGPU RAMが必要です。GPUメモリが足りない場合は上記のgguf版を試すか、パラメーターを調整してください(max_length、max_new_tokensを減らす)
|
49 |
-
If you want to run it on your own local computer, you will need at least approximately 8.3 GB or more of GPU RAM.If you do not have enough GPU memory, try the gguf version above or decrease parameters(max_length、max_new_tokens).
|
50 |
|
51 |
必要なライブラリのインストール(Installation of required libraries)
|
52 |
```
|
@@ -220,8 +220,9 @@ I wouldn't recommend it to beginners.
|
|
220 |
Well, you, >>1, just eat a beef salmon set meal.
|
221 |
```
|
222 |
|
223 |
-
|
224 |
-
|
|
|
225 |
casual, formal, technical, journalistic, web-fiction, business, nsfw, educational-casual, academic-presentation, slang, sns-casual
|
226 |
|
227 |
|
@@ -302,11 +303,11 @@ Tatsuki Aoyama went camping with their friends on the weekend and enjoyed nature
|
|
302 |
|
303 |
残念ながら現時点では性別の指定は本文の内容が優先されるため、例えば以下の文章では性別指定が有効になりません。
|
304 |
以下の例では本文内の「俺は男だよ!」を消せば性別指定が有効になります。
|
305 |
-
また、bfloat16が扱えないColab
|
306 |
|
307 |
Unfortunately, at present, the content of the text takes priority when designating gender, so for example, the gender designation will not be effective in the following sentence.
|
308 |
In the example below, if you delete "俺は男だよ!(I'm a guy!)" from the text, the gender specification will be effective.
|
309 |
-
Also, this specification seems to be ignored in the free version of Colab, which cannot handle bfloat16.
|
310 |
|
311 |
```
|
312 |
### Instruction:
|
|
|
45 |
|
46 |
### モデルの動かし方(How to use Model)
|
47 |
|
48 |
+
自分のパソコンで動かす場合は、少なくとも約8.3GB以上のGPU RAMが必要です。GPUメモリが足りない場合は上記のgguf版を試すか、パラメーターを調整してください(max_length、max_new_tokens, num_beamsを減らす)
|
49 |
+
If you want to run it on your own local computer, you will need at least approximately 8.3 GB or more of GPU RAM.If you do not have enough GPU memory, try the gguf version above or decrease parameters(max_length、max_new_tokens, num_beams).
|
50 |
|
51 |
必要なライブラリのインストール(Installation of required libraries)
|
52 |
```
|
|
|
220 |
Well, you, >>1, just eat a beef salmon set meal.
|
221 |
```
|
222 |
|
223 |
+
現在は試験的に11のwriteing styleをテスト実装しています。
|
224 |
+
We are currently testing 11 writing styles.
|
225 |
+
|
226 |
casual, formal, technical, journalistic, web-fiction, business, nsfw, educational-casual, academic-presentation, slang, sns-casual
|
227 |
|
228 |
|
|
|
303 |
|
304 |
残念ながら現時点では性別の指定は本文の内容が優先されるため、例えば以下の文章では性別指定が有効になりません。
|
305 |
以下の例では本文内の「俺は男だよ!」を消せば性別指定が有効になります。
|
306 |
+
また、bfloat16が扱えないColabの無料版などではこの指定が無視されてしまうようです。
|
307 |
|
308 |
Unfortunately, at present, the content of the text takes priority when designating gender, so for example, the gender designation will not be effective in the following sentence.
|
309 |
In the example below, if you delete "俺は男だよ!(I'm a guy!)" from the text, the gender specification will be effective.
|
310 |
+
Also, this specification seems to be ignored in the free version of Colab, which cannot handle bfloat16.
|
311 |
|
312 |
```
|
313 |
### Instruction:
|