You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our current NN splitter is based on BiLSTM, which has problems with performance. We should leverage the recent advancements in deep learning and implement the new attention-based (seq2seq-like?) architecture of the model.
Stage 1 - research
Follow the paper, take the same dataset, and design the model. Calculate the metrics.
Stage 2 - production
Package the model, publish it on Modelforge.
The text was updated successfully, but these errors were encountered:
Our current NN splitter is based on BiLSTM, which has problems with performance. We should leverage the recent advancements in deep learning and implement the new attention-based (seq2seq-like?) architecture of the model.
Stage 1 - research
Follow the paper, take the same dataset, and design the model. Calculate the metrics.
Stage 2 - production
Package the model, publish it on Modelforge.
The text was updated successfully, but these errors were encountered: