aglazkova commited on
Commit
121f755
·
verified ·
1 Parent(s): 9917dc4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -38,8 +38,8 @@ Inspired by <a href = "https://aclanthology.org/2020.findings-emnlp.428.pdf">(Ca
38
  ```python
39
  from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
40
 
41
- tokenizer = AutoTokenizer.from_pretrained("beogradjanka/bart_multitask_finetuned_for_title_and_keyphrase_generation")
42
- model = AutoModelForSeq2SeqLM.from_pretrained("beogradjanka/bart_multitask_finetuned_for_title_and_keyphrase_generation")
43
 
44
 
45
  text = "In this paper, we investigate cross-domain limitations of keyphrase generation using the models for abstractive text summarization.\
 
38
  ```python
39
  from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
40
 
41
+ tokenizer = AutoTokenizer.from_pretrained("aglazkova/bart_multitask_finetuned_for_title_and_keyphrase_generation")
42
+ model = AutoModelForSeq2SeqLM.from_pretrained("aglazkova/bart_multitask_finetuned_for_title_and_keyphrase_generation")
43
 
44
 
45
  text = "In this paper, we investigate cross-domain limitations of keyphrase generation using the models for abstractive text summarization.\