Update repo ID
Browse files
README.md
CHANGED
@@ -58,7 +58,7 @@ You can then run inference with this model like so:
|
|
58 |
from span_marker import SpanMarkerModel
|
59 |
|
60 |
# Download from the 🤗 Hub
|
61 |
-
model = SpanMarkerModel.from_pretrained("
|
62 |
# Run inference
|
63 |
entities = model.predict("Amelia Earhart flew her single engine Lockheed Vega 5B across the Atlantic to Paris.")
|
64 |
```
|
|
|
58 |
from span_marker import SpanMarkerModel
|
59 |
|
60 |
# Download from the 🤗 Hub
|
61 |
+
model = SpanMarkerModel.from_pretrained("tomaarsen/span-marker-roberta-large-fewnerd-fine-super")
|
62 |
# Run inference
|
63 |
entities = model.predict("Amelia Earhart flew her single engine Lockheed Vega 5B across the Atlantic to Paris.")
|
64 |
```
|