asahi417 commited on
Commit
1083869
1 Parent(s): 1e39326

model update

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -92,7 +92,7 @@ Install the library via pip
92
  pip install tner
93
  ```
94
  and activate model as below.
95
- ```
96
  from tner import TransformersNER
97
  model = TransformersNER("tner/roberta-large-conll2003")
98
  model.predict("Jacob Collier is a Grammy awarded English artist from London".split(" "))
 
92
  pip install tner
93
  ```
94
  and activate model as below.
95
+ ```python
96
  from tner import TransformersNER
97
  model = TransformersNER("tner/roberta-large-conll2003")
98
  model.predict("Jacob Collier is a Grammy awarded English artist from London".split(" "))