Update README.md
Browse files
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("
|
42 |
-
model = AutoModelForSeq2SeqLM.from_pretrained("
|
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.\
|