kermitt2 / delft

a Deep Learning Framework for Text https://delft.readthedocs.io/
Apache License 2.0
388 stars 64 forks source link

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 #159

Closed raneem199 closed 1 year ago

raneem199 commented 1 year ago

1 2 3 4

raneem199 commented 1 year ago

what shall I do ??

kermitt2 commented 1 year ago

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 !