Kaspar commited on
Commit
c8739c6
1 Parent(s): 4cbe18b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -64,7 +64,9 @@ ERWT is a [`distilbert-base-cased`](https://huggingface.co/distilbert-base-cased
64
 
65
  To unleash the power of MDMA, we adapted to the training routine for the masked language model. When preprocessing the text, we prepended each segment of hundred words with a time stamp (year of publication) and a special `[DATE]` token.
66
 
67
- The snippet below, taken from the [Londonderry Sentinel](https://www.britishnewspaperarchive.co.uk/viewer/bl/0001480/18700722/014/0002),
 
 
68
  ```python
69
  "1870 [DATE] Every scrap of intelligence relative to the war between France and Prussia is now read with interest."
70
  ```
 
64
 
65
  To unleash the power of MDMA, we adapted to the training routine for the masked language model. When preprocessing the text, we prepended each segment of hundred words with a time stamp (year of publication) and a special `[DATE]` token.
66
 
67
+
68
+
69
+ The snippet below, gives an example taken from the [Londonderry Sentinel](https://www.britishnewspaperarchive.co.uk/viewer/bl/0001480/18700722/014/0002),
70
  ```python
71
  "1870 [DATE] Every scrap of intelligence relative to the war between France and Prussia is now read with interest."
72
  ```