kermitt2 / delft

a Deep Learning Framework for Text https://delft.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I am trying to make a model that reads problems and solutions and then it will generate text (when I give it a problem it will give the solutions) but i am stuck

raneem199 opened this issue · comments

what shall I do ??

Hello @raneem199 !

Your task is a question answering task, not related to this library, which is dedicated to sequence labeling and classification.

A good start is for example https://huggingface.co/docs/transformers/tasks/question_answering

Good luck !