Closed Rajashan closed 4 years ago
Train instance number: 0
This means the model can’t load the input file. There must exist data format error for your input data.
Any idea on what that could be with the above format? I tried with plain text, calling them bmes, using crlf and lf line endings.
They are utf-8 encoded.
Check the demo data in this code.
Notice there is a newline between sentences to split the sentences
I am trying to run the main script, but get the following error.
The data summary says that there are no data instances.
I have tried to make my data as similar as possible to the data in sample_data. Here is an example, using a BIO scheme.
So I am not sue why my data is not getting recognized at all. Any ideas?