Joaaaane commited on
Commit
ea527cd
1 Parent(s): 6e9a314

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -2
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