MLH-Fellowship / Social-BERTerfly

Finding your MBTI personality type based on your Twitter activity using BERT
MIT License
92 stars 32 forks source link

Set up baseline model #2

Closed susiejojo closed 3 years ago

susiejojo commented 3 years ago

The model broadly performs the following functions:

V2dha commented 3 years ago

Also @susiejojo it would be great if the data preprocessing as well as the prediction is set up as a pipeline because then the api server can directly take the input as text and using pipeline function preprocess and predict the text at the same time in short it would be easier for the deployment.

susiejojo commented 3 years ago

Solved via #9 . Merged into main.