tomaarsen HF staff commited on
Commit
716ee79
1 Parent(s): fa66c6b

Update repo ID

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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("span_marker_model_name")
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
  ```