Final Assignment of AMLSII
pip install -r requirement.txt
The code is mainly written in jupyter-notebook. Just click Run to get the results.
English task A contains two models, BiLSTM and LSTM-CNN, the Task-A-ENG-BiLSTM.ipynb and Task-A-ENG-LSTM+CNN.ipynb files respectively.
The Arabic task A contains both BiLSTM and CNN-LSTM models, the TASK-A-Arabic-BiLSTM.ipynb and TASK-A-Arabic-CNN+LSTM.ipynb files respectively.
Task B uses the pre-trained Bert model for the TASK-B-ENG.ipynb file.