gyopark commited on
Commit
4273acd
·
verified ·
1 Parent(s): 41100f4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -55,8 +55,8 @@ Since the model generates based on existing research content, it is recommended
55
 
56
  Use the code below to get started with the model.
57
 
58
- ```
59
- from transformers import AutoTokenizer, AutoModelForCausalLM, BitsAndBytesConfig, pipeline, TrainingArguments
60
 
61
  FINETUNED_MODEL = "gyopark/gemma-2-2b-it-WriteMyPaper"
62
 
 
55
 
56
  Use the code below to get started with the model.
57
 
58
+ ```python
59
+ from transformers import AutoTokenizer, AutoModelForCausalLM
60
 
61
  FINETUNED_MODEL = "gyopark/gemma-2-2b-it-WriteMyPaper"
62