Update README.md
Browse files
README.md
CHANGED
@@ -10,9 +10,11 @@ pipeline_tag: summarization
|
|
10 |
# PubMedBERT for biomedical extractive summarization
|
11 |
|
12 |
## Description
|
|
|
|
|
13 |
[PubMedBERT](https://huggingface.co/microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext) fine-tuned
|
14 |
on [MS^2](https://github.com/allenai/mslr-shared-task) for extractive summarization.\
|
15 |
-
|
16 |
Training code is available at [biomed-ext-summ](https://github.com/NotXia/biomed-ext-summ).
|
17 |
|
18 |
## Usage
|
|
|
10 |
# PubMedBERT for biomedical extractive summarization
|
11 |
|
12 |
## Description
|
13 |
+
Work done for my [Bachelor's thesis](https://amslaurea.unibo.it/id/eprint/29686).
|
14 |
+
|
15 |
[PubMedBERT](https://huggingface.co/microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext) fine-tuned
|
16 |
on [MS^2](https://github.com/allenai/mslr-shared-task) for extractive summarization.\
|
17 |
+
The model architecture is similar to [BERTSum](https://github.com/nlpyang/BertSum).\
|
18 |
Training code is available at [biomed-ext-summ](https://github.com/NotXia/biomed-ext-summ).
|
19 |
|
20 |
## Usage
|