tomaarsen HF staff commited on
Commit
b2ac7e8
1 Parent(s): fe10e18

Update snippet model ID

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -102,7 +102,7 @@ You can then run inference with this model like so:
102
  from span_marker import SpanMarkerModel
103
 
104
  # Download from the 🤗 Hub
105
- model = SpanMarkerModel.from_pretrained("span_marker_model_name")
106
  # Run inference
107
  entities = model.predict("Amelia Earhart flew her single engine Lockheed Vega 5B across the Atlantic to Paris.")
108
  ```
 
102
  from span_marker import SpanMarkerModel
103
 
104
  # Download from the 🤗 Hub
105
+ model = SpanMarkerModel.from_pretrained("tomaarsen/span-marker-bert-base-cross-ner")
106
  # Run inference
107
  entities = model.predict("Amelia Earhart flew her single engine Lockheed Vega 5B across the Atlantic to Paris.")
108
  ```