Update README.md
Browse files
README.md
CHANGED
|
@@ -30,8 +30,8 @@ This is the model card of a 🤗 transformers model that has been pushed on the
|
|
| 30 |
|
| 31 |
Use the code below to get started with the model.
|
| 32 |
|
|
|
|
| 33 |
## 必要なライブラリをインストール
|
| 34 |
-
%%capture
|
| 35 |
!pip install unsloth
|
| 36 |
!pip uninstall unsloth -y && pip install --upgrade --no-cache-dir "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
|
| 37 |
!pip install -U torch
|
|
@@ -106,3 +106,4 @@ with open(f"/content/{json_file_id}_output.jsonl", 'w', encoding='utf-8') as f:
|
|
| 106 |
for result in results:
|
| 107 |
json.dump(result, f, ensure_ascii=False)
|
| 108 |
f.write('\n')
|
|
|
|
|
|
| 30 |
|
| 31 |
Use the code below to get started with the model.
|
| 32 |
|
| 33 |
+
```python
|
| 34 |
## 必要なライブラリをインストール
|
|
|
|
| 35 |
!pip install unsloth
|
| 36 |
!pip uninstall unsloth -y && pip install --upgrade --no-cache-dir "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
|
| 37 |
!pip install -U torch
|
|
|
|
| 106 |
for result in results:
|
| 107 |
json.dump(result, f, ensure_ascii=False)
|
| 108 |
f.write('\n')
|
| 109 |
+
```
|