Update README.md
Browse files
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
|
| 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"
|