Commit
·
8fdccb0
1
Parent(s):
5d508ca
Update README.md
Browse files
README.md
CHANGED
@@ -27,6 +27,9 @@ pytorchおよびtransformers, peftをインストールして下記コードを
|
|
27 |
|
28 |
and please execute this code.
|
29 |
|
|
|
|
|
|
|
30 |
```python
|
31 |
|
32 |
import torch
|
|
|
27 |
|
28 |
and please execute this code.
|
29 |
|
30 |
+
下記コードに関してはnpakaさんの記事(https://note.com/npaka/n/na5b8e6f749ce)の記事を参考にさせて頂きました。
|
31 |
+
感謝致します。
|
32 |
+
|
33 |
```python
|
34 |
|
35 |
import torch
|