Update README.md
Browse files
README.md
CHANGED
@@ -143,6 +143,7 @@ print(generated_text)
|
|
143 |
```
|
144 |
|
145 |
# jsonlファイルの出力方法は以下の通りです。
|
|
|
146 |
import json
|
147 |
from google.colab import files
|
148 |
|
@@ -159,7 +160,7 @@ with open(file_name, 'w', encoding='utf-8') as f:
|
|
159 |
f.write('\n')
|
160 |
# ファイルのダウンロード
|
161 |
files.download(file_name)
|
162 |
-
|
163 |
This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
164 |
|
165 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
|
|
143 |
```
|
144 |
|
145 |
# jsonlファイルの出力方法は以下の通りです。
|
146 |
+
```python
|
147 |
import json
|
148 |
from google.colab import files
|
149 |
|
|
|
160 |
f.write('\n')
|
161 |
# ファイルのダウンロード
|
162 |
files.download(file_name)
|
163 |
+
```
|
164 |
This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
165 |
|
166 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|