Update README.md
Browse files
README.md
CHANGED
@@ -36,9 +36,7 @@ Use the code below to get started with the model.
|
|
36 |
!pip install transformers[torch] -U
|
37 |
!pip install -q -U peft
|
38 |
|
39 |
-
import os
|
40 |
import torch
|
41 |
-
from google.colab import drive
|
42 |
from transformers import AutoModelForSeq2SeqLM, AutoTokenizer
|
43 |
from huggingface_hub import notebook_login
|
44 |
|
|
|
36 |
!pip install transformers[torch] -U
|
37 |
!pip install -q -U peft
|
38 |
|
|
|
39 |
import torch
|
|
|
40 |
from transformers import AutoModelForSeq2SeqLM, AutoTokenizer
|
41 |
from huggingface_hub import notebook_login
|
42 |
|