kishb87 commited on
Commit
a31a086
1 Parent(s): a49acd1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -40,7 +40,7 @@ tinyChat is prone to hallucination and displays model bias. It is under active d
40
 
41
  ```python
42
  import transformers
43
- from transformers import PeftModel
44
 
45
  model_name = "google/flan-t5-large"
46
  peft_model_id = "Leadmatic/tinyChat"
 
40
 
41
  ```python
42
  import transformers
43
+ from peft import PeftModel
44
 
45
  model_name = "google/flan-t5-large"
46
  peft_model_id = "Leadmatic/tinyChat"