Update README.md
Browse files
README.md
CHANGED
|
@@ -51,7 +51,7 @@ This model can be used to summarize daily diary log into weekly summarization
|
|
| 51 |
from transformers import T5Tokenizer, T5ForConditionalGeneration
|
| 52 |
|
| 53 |
# Load the model and tokenizer
|
| 54 |
-
model_name = "
|
| 55 |
tokenizer = T5Tokenizer.from_pretrained(model_name)
|
| 56 |
model = T5ForConditionalGeneration.from_pretrained(model_name)
|
| 57 |
|
|
|
|
| 51 |
from transformers import T5Tokenizer, T5ForConditionalGeneration
|
| 52 |
|
| 53 |
# Load the model and tokenizer
|
| 54 |
+
model_name = "avisena/t5-base-weekly-diary-summarization"
|
| 55 |
tokenizer = T5Tokenizer.from_pretrained(model_name)
|
| 56 |
model = T5ForConditionalGeneration.from_pretrained(model_name)
|
| 57 |
|