Update README.md
Browse files
README.md
CHANGED
@@ -94,7 +94,7 @@ This model card was influence by that of [dslim/bert-base-NER](https://huggingfa
|
|
94 |
|
95 |
If you use this model, you can cite the following paper:
|
96 |
|
97 |
-
|
98 |
@misc{franklin2024ndjv,
|
99 |
title={News Deja Vu: Connecting Past and Present with Semantic Search},
|
100 |
author={Brevin Franklin, Emily Silcock, Abhishek Arora, Tom Bryan and Melissa Dell},
|
@@ -104,10 +104,10 @@ If you use this model, you can cite the following paper:
|
|
104 |
primaryClass={cs.CL},
|
105 |
url={https://arxiv.org/abs/2406.15593},
|
106 |
}
|
107 |
-
|
108 |
|
109 |
|
110 |
## Applications
|
111 |
|
112 |
-
We applied this model to a century of historical
|
113 |
|
|
|
94 |
|
95 |
If you use this model, you can cite the following paper:
|
96 |
|
97 |
+
```
|
98 |
@misc{franklin2024ndjv,
|
99 |
title={News Deja Vu: Connecting Past and Present with Semantic Search},
|
100 |
author={Brevin Franklin, Emily Silcock, Abhishek Arora, Tom Bryan and Melissa Dell},
|
|
|
104 |
primaryClass={cs.CL},
|
105 |
url={https://arxiv.org/abs/2406.15593},
|
106 |
}
|
107 |
+
```
|
108 |
|
109 |
|
110 |
## Applications
|
111 |
|
112 |
+
We applied this model to a century of historical news articles. You can see all the named entities in the [NEWSWIRE dataset](https://huggingface.co/datasets/dell-research-harvard/newswire).
|
113 |
|