Created
March 26, 2020 21:45
-
-
Save ravishchawla/94fdca32311e36fc50081ab49d95d8ae to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Model Configuration | Number of Epochs | Training F1 Score | Validation F1 Score | ||
---|---|---|---|---|---|
2 LSTM Layers with 64 Hidden Units | 5 epochs | 0.637 | 0.540 | ||
2 LSTM Layers with 128 Hidden Units | 5 epochs | 0.625 | 0.567 | ||
2 LSTM Layers with 128 Hidden Units | 15 epochs | 0.661 | 0.558 | ||
1 LSTM Layer and a Self Attention Layer | 5 epochs | 0.771 | 0.601 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment