personality-prediction
personality-prediction copied to clipboard
Question of prediction result
Thank you your sharing!
I run your project with my data successfully. But how can I see the prediction results of "O" "C" "E" "A" "N" like TableⅡ in your paper. If it is convenient to you, please explain how to interpret the results generated by the codes in 'finetune_models'.
Thank you! Looking forward to your reply !!
In addition, how to use models other than 'bert-base'! Thank you!!
In addition, how to use models other than 'bert-base'! Thank you!!
I believe they are using LaTeX for the table as the screenshot seems to be from the paper. You could create a dataframe with the data and save it to a CSV.
@minekirito did you predict any new text using their pre-trained data?
您好,您的邮件我已收到。Hello, I have received your email.有急事可加微信17695549522If you are in a hurry, please add my WeChat 17695549522.
@minekirito did you predict any new text using their pre-trained data?
No. I think the performance of the model trained by this project is not enough for practical application. So I'm still working on how to train a better model.
Hi @Milad-Laly @minekirito,
@edersoncorbari just added functionality to the repository to use our language model to make personality predictions on new text input! Please use: unseen_predictor.py
.