Update README.md
Browse files
README.md
CHANGED
@@ -29,7 +29,7 @@ We utilized various jurisprudence and its summary to train this model.
|
|
29 |
# name of folder principal
|
30 |
from transformers import T5Tokenizer, T5ForConditionalGeneration
|
31 |
|
32 |
-
model_checkpoint = "
|
33 |
t5_model = T5ForConditionalGeneration.from_pretrained(model_checkpoint)
|
34 |
t5_tokenizer = T5Tokenizer.from_pretrained(model_checkpoint)
|
35 |
|
|
|
29 |
# name of folder principal
|
30 |
from transformers import T5Tokenizer, T5ForConditionalGeneration
|
31 |
|
32 |
+
model_checkpoint = "stjiris/t5-portuguese-legal-summarization"
|
33 |
t5_model = T5ForConditionalGeneration.from_pretrained(model_checkpoint)
|
34 |
t5_tokenizer = T5Tokenizer.from_pretrained(model_checkpoint)
|
35 |
|