Update README.md
Browse files
README.md
CHANGED
@@ -39,8 +39,8 @@ This model is suitable for:
|
|
39 |
from transformers import AutoModelForSeq2SeqLM, AutoTokenizer
|
40 |
|
41 |
# Load the model and tokenizer
|
42 |
-
model = AutoModelForSeq2SeqLM.from_pretrained("
|
43 |
-
tokenizer = AutoTokenizer.from_pretrained("
|
44 |
|
45 |
# Input text
|
46 |
input_text = "Your lengthy legal document text here..."
|
|
|
39 |
from transformers import AutoModelForSeq2SeqLM, AutoTokenizer
|
40 |
|
41 |
# Load the model and tokenizer
|
42 |
+
model = AutoModelForSeq2SeqLM.from_pretrained("giuid/flan_t5_large_summarization_v2")
|
43 |
+
tokenizer = AutoTokenizer.from_pretrained("giuid/flan_t5_large_summarization_v2")
|
44 |
|
45 |
# Input text
|
46 |
input_text = "Your lengthy legal document text here..."
|