We are going to implement the pipeline from Transformer. First Task
- Just we are going to implementing the pipeline from transformers to fill the mask sentences.
- we are taking the mBert model to complete the Hinglish template sentences which is been . eg. "woh seekh raha hai"
Second Task
- we are implementing the pipeline of question answering task were we are providing both question and context related to question and check the score.
Third Task
- Lastely we are providing the nlp pipeline to do sentimental analysis on the text.
- After providing the text we are getting back the predicted label related to the text were are generalizing wheather the given text is "POSITIVE" or "Negative" and also check the Accuracy score of the sentences.