Token Classification
GLiNER
PyTorch
multilingual
urchade tomdkt commited on
Commit
9e24f6e
1 Parent(s): 83d8b1a

Update README.md (#7)

Browse files

- Update README.md (114642615a338623a6b3cdad1e2a288e3326b028)


Co-authored-by: thomas <[email protected]>

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -62,7 +62,7 @@ European Championship => competitions
62
  ```
63
 
64
  ```python
65
- from model import GLiNER
66
 
67
  model = GLiNER.from_pretrained("urchade/gliner_multi")
68
 
 
62
  ```
63
 
64
  ```python
65
+ from gliner import GLiNER
66
 
67
  model = GLiNER.from_pretrained("urchade/gliner_multi")
68