Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ widget:
|
|
20 |
|
21 |
<img src="https://upload.wikimedia.org/wikipedia/commons/5/5b/NCI_peas_in_pod.jpg" alt="erwt" width="200" >
|
22 |
|
23 |
-
# ERWT-year
|
24 |
|
25 |
🌺ERWT\* a language model that (🤭 maybe 🤫) knows more about history than you...🌺
|
26 |
|
@@ -119,7 +119,7 @@ Doing this requires just a few lines of code:
|
|
119 |
from transformers import pipeline
|
120 |
|
121 |
mask_filler = pipeline("fill-mask",
|
122 |
-
model='Livingwithmachines/erwt-year')
|
123 |
|
124 |
mask_filler(f"1820 [DATE] We received a letter from [MASK] Majesty.")
|
125 |
```
|
|
|
20 |
|
21 |
<img src="https://upload.wikimedia.org/wikipedia/commons/5/5b/NCI_peas_in_pod.jpg" alt="erwt" width="200" >
|
22 |
|
23 |
+
# ERWT-year-st
|
24 |
|
25 |
🌺ERWT\* a language model that (🤭 maybe 🤫) knows more about history than you...🌺
|
26 |
|
|
|
119 |
from transformers import pipeline
|
120 |
|
121 |
mask_filler = pipeline("fill-mask",
|
122 |
+
model='Livingwithmachines/erwt-year-st')
|
123 |
|
124 |
mask_filler(f"1820 [DATE] We received a letter from [MASK] Majesty.")
|
125 |
```
|