distil_bert = True when initialize task object to use it.distil_bert = False and indonlu = False when initialize task object to use it.distil_bert = False and indonlu = True, and base_version = True when initialize task object to use it.distil_bert = False and indonlu = True, and base_version = False when initialize task object to use it.There are three models that can be used for one-step sentence recognition, boundary detection, medical entity recognition, and keyphrases extraction:
For multi-task learning, you can use regular BERT-BiLSTMs or use medical entity as keyphrases extraction's feature
When a token is split into word-pieces during the tokenization process, there are four rules that can be used to decide the final label:
To use one of those rules, pass corresponding rule number (1, 2, 3, or 4) as argument for version parameter when calling task object's post_evaluate function.
For a more detailed guide, take a look at example.ipynb file.
1 commits
Python
89.7%
Jupyter Notebook
10.3%
distil_bert = True when initialize task object to use it.distil_bert = False and indonlu = False when initialize task object to use it.distil_bert = False and indonlu = True, and base_version = True when initialize task object to use it.distil_bert = False and indonlu = True, and base_version = False when initialize task object to use it.There are three models that can be used for one-step sentence recognition, boundary detection, medical entity recognition, and keyphrases extraction:
For multi-task learning, you can use regular BERT-BiLSTMs or use medical entity as keyphrases extraction's feature
When a token is split into word-pieces during the tokenization process, there are four rules that can be used to decide the final label:
To use one of those rules, pass corresponding rule number (1, 2, 3, or 4) as argument for version parameter when calling task object's post_evaluate function.
For a more detailed guide, take a look at example.ipynb file.
1 commits
Python
89.7%
Jupyter Notebook
10.3%