Do we have a reading tasking for question and answering?
JonathanSum opened this issue · comments
Description
Hi. I have a project for disabled people and a company that I need a model to do the reading and answering task for the patient.
I am looking for giving a small piece of text and the user gives a question, and the model can answer the question from the text.
I want to use it on Mobile, IOS, and Android in javascript(I think I know how to do it in this part)
However, I do not know there is a model available in Trax for me. I see I can have a hugging face model for t5 small, which is small enough for 6 GB ram or 4 GB ram(hopefully) to run. For the Reformer, I saw a questions and answering taskg on Coursera's course, but it requires training. I am looking for the one that is trained in a lot of questions and answering tasks, and it is able to do answering with a piece of text. Is there an example for Trax like this?
I believe if I am successfully finding a solution for it with trax, we will have a showcase that Trax is useful in a commercial product.
...
Environment information
OS: Android and IOS with React Native with TF.js or ONNX
Closing it because without response.