olgaduchovny commited on
Commit
94655df
·
1 Parent(s): e059b99

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -34,8 +34,8 @@ cd InstructionNER
34
  from instruction_ner.model import Model
35
 
36
  model = Model(
37
- model_path_or_name="olgaduchovny/t5-base-qa-ner-conll",
38
- tokenizer_path_or_name="olgaduchovny/t5-base-qa-ner-conll"
39
  )
40
 
41
  options = ["LOC", "PER", "ORG", "MISC"]
 
34
  from instruction_ner.model import Model
35
 
36
  model = Model(
37
+ model_path_or_name="olgaduchovny/t5-base-ner-conll",
38
+ tokenizer_path_or_name="olgaduchovny/t5-base-ner-conll"
39
  )
40
 
41
  options = ["LOC", "PER", "ORG", "MISC"]