Update README.md
Browse files
README.md
CHANGED
@@ -15,8 +15,8 @@ This model can be used to summarize company and job offer information in such pe
|
|
15 |
|
16 |
from transformers import AutoModelForSeq2SeqLM
|
17 |
|
18 |
-
tokenizer = AutoTokenizer.from_pretrained("avisena/
|
19 |
-
model = AutoModelForSeq2SeqLM.from_pretrained("avisena/
|
20 |
|
21 |
input_text = """summarize: About Four Seasons
|
22 |
Four Seasons is powered by our people. We are a collective of individuals who crave to become better, to push ourselves to new heights and to treat each other as we wish to be treated in return. Our team members around the world create amazing experiences for our guests, residents, and partners through a commitment to luxury with genuine heart. We know that the best way to enable our people to deliver these exceptional guest experiences is through a world-class employee experience and company culture.
|
|
|
15 |
|
16 |
from transformers import AutoModelForSeq2SeqLM
|
17 |
|
18 |
+
tokenizer = AutoTokenizer.from_pretrained("avisena/bart-base-job-info-summarizer")
|
19 |
+
model = AutoModelForSeq2SeqLM.from_pretrained("avisena/bart-base-job-info-summarizer")
|
20 |
|
21 |
input_text = """summarize: About Four Seasons
|
22 |
Four Seasons is powered by our people. We are a collective of individuals who crave to become better, to push ourselves to new heights and to treat each other as we wish to be treated in return. Our team members around the world create amazing experiences for our guests, residents, and partners through a commitment to luxury with genuine heart. We know that the best way to enable our people to deliver these exceptional guest experiences is through a world-class employee experience and company culture.
|