Update README.md
Browse files
README.md
CHANGED
@@ -48,7 +48,7 @@ The dataset was compiled from the following publicly available datasets:
|
|
48 |
|
49 |
### Interfere Guide
|
50 |
To perform inference, execute the following code.
|
51 |
-
|
52 |
# 必要なライブラリを読み込み
|
53 |
from unsloth import FastLanguageModel
|
54 |
from peft import PeftModel
|
|
|
48 |
|
49 |
### Interfere Guide
|
50 |
To perform inference, execute the following code.
|
51 |
+
```python
|
52 |
# 必要なライブラリを読み込み
|
53 |
from unsloth import FastLanguageModel
|
54 |
from peft import PeftModel
|