Update README.md
Browse files
README.md
CHANGED
@@ -46,6 +46,8 @@ It achieves the following results on the evaluation set:
|
|
46 |
|
47 |
## Intended uses & limitations
|
48 |
|
|
|
|
|
49 |
```
|
50 |
from transformers import pipeline
|
51 |
|
|
|
46 |
|
47 |
## Intended uses & limitations
|
48 |
|
49 |
+
Supported classes: LOCATION, PERSON, ORGANIZATION
|
50 |
+
|
51 |
```
|
52 |
from transformers import pipeline
|
53 |
|