Jzuluaga commited on
Commit
e37fe9f
1 Parent(s): 549fe69

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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")