alanakbik commited on
Commit
60b0cc2
1 Parent(s): ab9a59c

initial model commit

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -88,7 +88,7 @@ The following Flair script was used to train this model:
88
 
89
  ```python
90
  from flair.data import Corpus
91
- from flair.datasets import CONLL_03
92
  from flair.embeddings import WordEmbeddings, StackedEmbeddings, FlairEmbeddings
93
 
94
  # 1. load the corpus (Ontonotes does not ship with Flair, you need to download and reformat into a column format yourself)
 
88
 
89
  ```python
90
  from flair.data import Corpus
91
+ from flair.datasets import ColumnCorpus
92
  from flair.embeddings import WordEmbeddings, StackedEmbeddings, FlairEmbeddings
93
 
94
  # 1. load the corpus (Ontonotes does not ship with Flair, you need to download and reformat into a column format yourself)