Update README.md
Browse files
README.md
CHANGED
@@ -109,7 +109,7 @@ pip install https://github.com/kpu/kenlm/archive/master.zip
|
|
109 |
The snippet of code:
|
110 |
|
111 |
```python
|
112 |
-
from transformers import AutoTokenizer, AutoModelForTokenClassification
|
113 |
|
114 |
tokenizer = AutoTokenizer.from_pretrained("Jzuluaga/bert-base-token-classification-for-atc-en-uwb-atcc")
|
115 |
model = AutoModelForTokenClassification.from_pretrained("Jzuluaga/bert-base-token-classification-for-atc-en-uwb-atcc")
|
|
|
109 |
The snippet of code:
|
110 |
|
111 |
```python
|
112 |
+
from transformers import pipeline, AutoTokenizer, AutoModelForTokenClassification
|
113 |
|
114 |
tokenizer = AutoTokenizer.from_pretrained("Jzuluaga/bert-base-token-classification-for-atc-en-uwb-atcc")
|
115 |
model = AutoModelForTokenClassification.from_pretrained("Jzuluaga/bert-base-token-classification-for-atc-en-uwb-atcc")
|