ammo414 commited on
Commit
59e6508
1 Parent(s): 37f520f

Update README.md

Browse files

fixed link handling formatting

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -45,7 +45,7 @@ model-index:
45
  ---
46
  # BART (large-sized model), fine-tuned on CNN Daily Mail
47
 
48
- BART model pre-trained on English language, and fine-tuned on [CNN Daily Mail](https://huggingface.co/datasets/cnn_dailymail). It was introduced in the paper [BART: Denoising Sequence-to-Sequence Pre-training for Natural Language Generation, Translation, and Comprehension](https://arxiv.org/abs/1910.13461) by Lewis et al. and first released in [this repository (https://github.com/pytorch/fairseq/tree/master/examples/bart).
49
 
50
  Disclaimer: The team releasing BART did not write a model card for this model so this model card has been written by the Hugging Face team.
51
 
 
45
  ---
46
  # BART (large-sized model), fine-tuned on CNN Daily Mail
47
 
48
+ BART model pre-trained on English language, and fine-tuned on [CNN Daily Mail](https://huggingface.co/datasets/cnn_dailymail). It was introduced in the paper [BART: Denoising Sequence-to-Sequence Pre-training for Natural Language Generation, Translation, and Comprehension](https://arxiv.org/abs/1910.13461) by Lewis et al. and first released in [this repository](https://github.com/pytorch/fairseq/tree/master/examples/bart).
49
 
50
  Disclaimer: The team releasing BART did not write a model card for this model so this model card has been written by the Hugging Face team.
51