MLH-Fellowship / Social-BERTerfly

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

Bert model #9

Closed susiejojo closed 3 years ago

susiejojo commented 3 years ago

Changes made:

Should solve #2 and #3 .

Tests to be checked

What to do next:

V2dha commented 3 years ago

Similar to @sh-biswas, the model returns a JSON response within 15 seconds and the model gets downloaded only the very first time so everything's working good. Just one thing, there was an error in the terminal about the incompatibility in shape of the tensor, the shape of the tensor required was (None, 1500) but shape it got was (None, 8). Capture But despite that it is giving the json results so I guess its okay.

susiejojo commented 3 years ago

Similar to @sh-biswas, the model returns a JSON response within 15 seconds and the model gets downloaded only the very first time so everything's working good. Just one thing, there was an error in the terminal about the incompatibility in shape of the tensor, the shape of the tensor required was (None, 1500) but shape it got was (None, 8). Capture But despite that it is giving the json results so I guess its okay.

Yeah so that's the bug why I can't get model.json. I'll look into it, but since it's working atm ig we should be fine.