dscpesu / SimpleML

🚀 SimpleML: Dive into the exciting world of machine learning with our open-source repository, offering a diverse array of projects suitable for beginners and experts alike.
https://gdscpesu.com/
MIT License
15 stars 16 forks source link

Yahoo Answers: Train a BERT Sequence Model for predicting the "best_answer" target variable. Suggest any evaluation metrics that could be used for this task with your reasoning. #18

Closed asphytheghoul closed 10 months ago

asphytheghoul commented 11 months ago

Field Description
About A short Description about project
Github Your Github name
Email
Label Update request

Define You

Is your feature request related to a problem? Please describe.

Describe the solution you'd like...

Describe alternatives you've considered?

Approach to be followed (optional):

Additional context

amulyamarali commented 11 months ago

Could use F1 score to asses the predicted answers based on the groud truth values. especially for question anwer models.

But need to train the model first :)

amulyamarali commented 11 months ago

Field Description About using BERT model for predicting the "best answer" Github amulyamarali Email here Label Update request Define You

Describe the solution you'd like... Could use F1 score to asses the predicted answers based on the groud truth values. especially for question anwer models.

Approach to be followed (optional): First the model has to be created using BERT

I would like to work on this task , request to assign it to me. Thanks