vasudevgupta commited on
Commit
56ebe55
1 Parent(s): dd30a76

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -3,7 +3,7 @@
3
  language: en
4
  license: apache-2.0
5
  datasets:
6
- - pubmed
7
 
8
  ---
9
 
@@ -44,7 +44,7 @@ prediction = tokenizer.batch_decode(prediction)
44
 
45
  ## Training Procedure
46
 
47
- This checkpoint is obtained after fine-tuning `BigBirdPegasusForConditionalGeneration` for **summarization** on **pubmed dataset**.
48
 
49
  ## BibTeX entry and citation info
50
 
 
3
  language: en
4
  license: apache-2.0
5
  datasets:
6
+ - scientific_papers
7
 
8
  ---
9
 
 
44
 
45
  ## Training Procedure
46
 
47
+ This checkpoint is obtained after fine-tuning `BigBirdPegasusForConditionalGeneration` for **summarization** on **pubmed dataset** from [scientific_papers](https://huggingface.co/datasets/scientific_papers).
48
 
49
  ## BibTeX entry and citation info
50