Kaspar commited on
Commit
64d17bd
·
1 Parent(s): b8f8098

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -23,7 +23,9 @@ widget:
23
 
24
  🌺ERWT is a language model that is (🤭 maybe 🤫) better at history than you...🌺
25
 
26
- ERWT is a fine-tuned [`distilbert-base-cased`](https://huggingface.co/distilbert-base-cased) model trained on historical newspapers from the [Heritage Made Digital collection](https://huggingface.co/datasets/davanstrien/hmd-erwt-training) with **temporal metadata**.
 
 
27
 
28
  ERWT performs **time-sensitive masked language modelling** and can be used for **date prediction** as well.
29
 
 
23
 
24
  🌺ERWT is a language model that is (🤭 maybe 🤫) better at history than you...🌺
25
 
26
+ ERWT is a fine-tuned [`distilbert-base-cased`](https://huggingface.co/distilbert-base-cased) model trained on historical newspapers from the [Heritage Made Digital collection](https://huggingface.co/datasets/davanstrien/hmd-erwt-training).
27
+
28
+ We trained a model based on a combination of text and **temporal metadata** (i.e. year information).
29
 
30
  ERWT performs **time-sensitive masked language modelling** and can be used for **date prediction** as well.
31