Views
No views yet
1from transformers import (
2 AutoTokenizer,
3 LEDConfig,
4 LEDForConditionalGeneration,
5)
6# load model and tokenizer
7tokenizer = AutoTokenizer.from_pretrained('biu-nlp/QAmden')
8config=LEDConfig.from_pretrained('biu-nlp/QAmden-multinews')
9
10model = LEDForConditionalGeneration.from_pretrained('biu-nlp/QAmden-multinews')1@article{caciularu2023peekacross,
2 title={Peek Across: Improving Multi-Document Modeling via Cross-Document Question-Answering},
3 author={Caciularu, Avi and Peters, Matthew E and Goldberger, Jacob and Dagan, Ido and Cohan, Arman},
4 journal={The 61st Annual Meeting of the Association for Computational Linguistics: ACL 2023},
5 year={2023}
6}