Update README.md
Browse files
README.md
CHANGED
@@ -27,6 +27,9 @@ nlp = pipeline("text-generation",
|
|
27 |
nlp("I live at 15 Firstfield Road.")
|
28 |
```
|
29 |
|
|
|
|
|
|
|
30 |
## Intended uses & limitations
|
31 |
|
32 |
The model is intended to detect addresses that occur in a sentence.
|
|
|
27 |
nlp("I live at 15 Firstfield Road.")
|
28 |
```
|
29 |
|
30 |
+
**Note that if you would like to try longer sentences using the Hosted inference API
|
31 |
+
on the right hand side on this website, you might need to click "compute" more than one time to get the address.**
|
32 |
+
|
33 |
## Intended uses & limitations
|
34 |
|
35 |
The model is intended to detect addresses that occur in a sentence.
|