shainaraza
commited on
Commit
•
9036f6c
1
Parent(s):
efdb120
Update README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ Users can input a sequence of text, and the model will highlight words or tokens
|
|
21 |
The model can be used for inference directly through the Hugging Face `transformers` library:
|
22 |
|
23 |
```python
|
24 |
-
|
25 |
from transformers import AutoModelForTokenClassification, AutoTokenizer
|
26 |
import torch
|
27 |
|
|
|
21 |
The model can be used for inference directly through the Hugging Face `transformers` library:
|
22 |
|
23 |
```python
|
24 |
+
|
25 |
from transformers import AutoModelForTokenClassification, AutoTokenizer
|
26 |
import torch
|
27 |
|