NotXia commited on
Commit
6523d5f
1 Parent(s): f71a65f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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
- Model architecture is similar to [BERTSum](https://github.com/nlpyang/BertSum).\
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