pszemraj commited on
Commit
fe72742
·
1 Parent(s): cf7e520

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -10,7 +10,7 @@ size_categories:
10
 
11
  # scientific_lay_summarisation - PLOS - normalized
12
 
13
- This dataset contains scientific lay summaries which have been preprocessed using the code provided in this repository. The preprocessing includes fixing punctuation and whitespace issues, and calculating the token length of each text sample using a tokenizer from the T5 model.
14
  ## Data Cleaning
15
 
16
  The text in both the "article" and "summary" columns was processed to ensure that punctuation and whitespace were consistent. The `fix_punct_whitespace` function was applied to each text sample to:
 
10
 
11
  # scientific_lay_summarisation - PLOS - normalized
12
 
13
+ This dataset contains scientific lay summaries which have been preprocessed [with this code](https://gist.github.com/pszemraj/bd344637af7c0c10ecf4ab62c4d0ce91). The preprocessing includes fixing punctuation and whitespace issues, and calculating the token length of each text sample using a tokenizer from the T5 model.
14
  ## Data Cleaning
15
 
16
  The text in both the "article" and "summary" columns was processed to ensure that punctuation and whitespace were consistent. The `fix_punct_whitespace` function was applied to each text sample to: