Update README.md
Browse files
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)
|
|
|
|
|
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 |
|