CaptAlpha / Team-SQuAD-Tasks

Repository for Team-SQuAD Fresher to push their tasks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Team-SQuAD-Tasks

Repo to submit and review all the ML tasks for freshers.

How to submit your task?

  • Fork this repository
  • Clone your fork and Create a new branch with your name.
  • Add your tasks
  • Generate your Pull Request
$ git clone <URL>
$ cd Team-SQuAD_Tasks
$ git branch <new_branch> 
$ git checkout <new_branch>

Add your task

$ git add .
$ git commit -m "<Commit MESSAGE>"
$ git push origin <new_branch>

About

Repository for Team-SQuAD Fresher to push their tasks


Languages

Language:Jupyter Notebook 100.0%