sguarnaccio commited on
Commit
192a8e3
1 Parent(s): 6d3a1d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -33,7 +33,8 @@ Identify the section of a legal contract that contains the governing law and ext
33
 
34
  Use the code below to get started with the model.
35
  ```python
36
- from transformers import AutoTokenizer, ClassifierNER
 
37
 
38
  tokenizer = AutoTokenizer.from_pretrained("sguarnaccio/gov_law_clf_ner")
39
 
 
33
 
34
  Use the code below to get started with the model.
35
  ```python
36
+ from transformers import AutoTokenizer
37
+ from clf_ner import ClassifierNER
38
 
39
  tokenizer = AutoTokenizer.from_pretrained("sguarnaccio/gov_law_clf_ner")
40