avisena commited on
Commit
4adbeee
1 Parent(s): 31e1291

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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/BART_CV_summarizer")
19
- model = AutoModelForSeq2SeqLM.from_pretrained("avisena/BART_CV_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.
 
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.