Monday, June 8, 2020

PSF GSoC students blogs: Weekly Check-in #2

What did I do this week?

I worked on question answering and classification models using Hugging Face Transformers. Now, both question answering and classification models can be trained in DFFML. 

What's next?

I will be adding the Accuracy and Prediction method for question answering model and will wrap up the classification model to open pull request for review by mentors.

Did I get stuck somewhere?

Yes, I got stuck in reading the json file of SQuAD dataset for QA model. As you already know my mentor is super helpful so it got resolved quickly. 

 



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...