johngiorgi commited on
Commit
f56e11b
1 Parent(s): d4877d8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -11,7 +11,7 @@ model-index:
11
 
12
  # Overview
13
 
14
- This model is a fine-tuned version of [allenai/led-base-16384](https://huggingface.co/allenai/led-base-16384) on the [Cochrane](https://github.com/allenai/mslr-shared-task#cochrane-dataset) dataset. The model received as input the titles and abstracts of up to 25 included studies for each example, concatenated by the `"</s>"` token. Global attention is applied to the special start token `"<s>"` and each of the document seperator tokens `"</s>"`. The model performs comparably to the reported results in the original paper: [MS2: Multi-Document Summarization of Medical Studies](https://arxiv.org/abs/2104.06486).
15
 
16
  It achieves the following results on the `validation` set:
17
 
 
11
 
12
  # Overview
13
 
14
+ This model is a fine-tuned version of [allenai/led-base-16384](https://huggingface.co/allenai/led-base-16384) on the [Cochrane](https://github.com/allenai/mslr-shared-task#cochrane-dataset) dataset. The model received as input the titles and abstracts of up to 25 included studies for each example, concatenated by the `"</s>"` token. Global attention is applied to the special start token `"<s>"` and each of the document separator tokens `"</s>"`. The model slightly outperforms the reported results in the original paper: [MS2: Multi-Document Summarization of Medical Studies](https://arxiv.org/abs/2104.06486). See the [Cochrane leaderboard](https://leaderboard.allenai.org/mslr-cochrane/submissions/public) for results on the blind test set.
15
 
16
  It achieves the following results on the `validation` set:
17