We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how can i train it in batch?
what is the format of input_file.txt ? can you give me en example?
The text was updated successfully, but these errors were encountered:
Hi @susht3,
You can train deep-crf in mini batch. you mean batch is all training data?
batch
For example, each line is word and tag set.
word
tag
$ head input_file.txt CRICKET O - O LEICESTERSHIRE S-ORG TAKE O OVER O AT O TOP O AFTER O INNINGS O VICTORY O . O LONDON S-LOC 1996-08-30 O
Sorry, something went wrong.
No branches or pull requests
how can i train it in batch?
what is the format of input_file.txt ? can you give me en example?
The text was updated successfully, but these errors were encountered: