Ezi commited on
Commit
81307c8
1 Parent(s): 8b065d9

Addition of paper link

Browse files

added in the link to the parent model (bart-large-cnn ) paper

Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -24,9 +24,10 @@ thumbnail: https://huggingface.co/front/thumbnails/distilbart_medium.png
24
  - **Model Type:** Summarization
25
  - **Language(s):** English
26
  - **License:** Apache-2.0
27
- - **Parent Model:** See the [BART lage CNN model](https://huggingface.co/facebook/bart-large-cnn) for more information about the BART large-sized model which is similarly trained on [CNN Dailymail](https://huggingface.co/datasets/cnn_dailymail) dataset.
28
  - **Resources for more information:**
29
  - [Bart Document](https://huggingface.co/docs/transformers/model_doc/bart#transformers.BartForConditionalGeneration)
 
30
 
31
 
32
  ## How to Get Started With the Model
 
24
  - **Model Type:** Summarization
25
  - **Language(s):** English
26
  - **License:** Apache-2.0
27
+ - **Parent Model:** See the [BART large CNN model](https://huggingface.co/facebook/bart-large-cnn) for more information about the BART large-sized model which is similarly trained on [CNN Dailymail](https://huggingface.co/datasets/cnn_dailymail) dataset.
28
  - **Resources for more information:**
29
  - [Bart Document](https://huggingface.co/docs/transformers/model_doc/bart#transformers.BartForConditionalGeneration)
30
+ - [BART large CNN model paper](https://arxiv.org/abs/1910.13461)
31
 
32
 
33
  ## How to Get Started With the Model