Olga Bystrova commited on
Commit
10e7146
1 Parent(s): 4b8cc82

update readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -29,7 +29,7 @@ cd InstructionNER
29
  ```
30
 
31
  ```python
32
- from src.Model import Model
33
 
34
  model = Model(
35
  model_path_or_name="olgaduchovny/t5-base-qa-ner-conll",
 
29
  ```
30
 
31
  ```python
32
+ from instruction_ner.model import Model
33
 
34
  model = Model(
35
  model_path_or_name="olgaduchovny/t5-base-qa-ner-conll",