model,architecture,embedding,max_seq_len,embedding_dim,hidden_dim,dropout,optimizer,learning_rate,weight_decay,epochs,batch_size GloVe+BiLSTM,BiLSTM,pretrained GloVe,128,300,256,0.5,Adam,0.001,0,10,32 Word2Vec+BiLSTM,BiLSTM,pretrained Word2Vec,128,300,256,0.5,Adam,0.001,0,10,32 FastText+BiLSTM,BiLSTM,pretrained FastText (subword),128,300,256,0.5,Adam,0.001,0,10,32 Word2Vec+LSTM,LSTM (many-to-one),Word2Vec,100,100,128,0.2,Adam,0.01,0,30,16 GloVe+LSTM,LSTM (many-to-one),GloVe,100,100,128,0.2,Adam,0.01,0,30,16 FastText+LSTM,LSTM (many-to-one),FastText,100,100,128,0.2,Adam,0.01,0,30,16