Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ from langchain_community.llms import HuggingFacePipeline
|
|
11 |
from streamlit_chat import message
|
12 |
import safetensors
|
13 |
|
14 |
-
checkpoint = "LaMini-Flan-T5-
|
15 |
tokenizer = T5Tokenizer.from_pretrained(checkpoint)
|
16 |
|
17 |
base_model = T5ForConditionalGeneration.from_pretrained(
|
|
|
11 |
from streamlit_chat import message
|
12 |
import safetensors
|
13 |
|
14 |
+
checkpoint = "LaMini-Flan-T5-77M"
|
15 |
tokenizer = T5Tokenizer.from_pretrained(checkpoint)
|
16 |
|
17 |
base_model = T5ForConditionalGeneration.from_pretrained(
|