Update README.md
Browse files
README.md
CHANGED
@@ -57,7 +57,6 @@ You can easily use this model with the Hugging Face `transformers` library. Here
|
|
57 |
|
58 |
```python
|
59 |
from transformers import AutoTokenizer, AutoModelForTokenClassification
|
60 |
-
import torch
|
61 |
|
62 |
model_name = "rigonsallauka/italian_medical_ner"
|
63 |
|
|
|
57 |
|
58 |
```python
|
59 |
from transformers import AutoTokenizer, AutoModelForTokenClassification
|
|
|
60 |
|
61 |
model_name = "rigonsallauka/italian_medical_ner"
|
62 |
|