Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from transformers import AutoTokenizer, T5Tokenizer, T5ForConditionalGeneration,
|
|
4 |
|
5 |
st.title('How does the LLM choose its words?')
|
6 |
|
7 |
-
model_checkpoint = "google/flan-t5-
|
8 |
|
9 |
tokenizer = AutoTokenizer.from_pretrained(model_checkpoint)
|
10 |
|
|
|
4 |
|
5 |
st.title('How does the LLM choose its words?')
|
6 |
|
7 |
+
model_checkpoint = "google/flan-t5-base"
|
8 |
|
9 |
tokenizer = AutoTokenizer.from_pretrained(model_checkpoint)
|
10 |
|