initial model commit
Browse files
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
|
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)
|