-
-
Notifications
You must be signed in to change notification settings - Fork 347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question generation from the paragraphs/sentences #989
Comments
Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊 |
Hi @glitchinamatrix what are the models you are planning to implement here? |
“ Transformers” to analyse the Text/Sentence provided as an input and to
provide questions based on the difficulty level we require.
Transformers can process entire input data at once, capture context and
relevance, and handle longer sequences efficiently. They are also able to
overcome the vanishing gradients problem that recurrent neural networks
(RNNs) face.
…On Sat, 23 Nov 2024 at 10:11 AM, Abhishek Sharma ***@***.***> wrote:
Hi @glitchinamatrix <https://github.com/glitchinamatrix> what are the
models you are planning to implement here?
—
Reply to this email directly, view it on GitHub
<#989 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BBCWXIUYJKVTQDKNTJR2RSL2CABQJAVCNFSM6AAAAABSD7CQMWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOJVGMYDMNJYGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
RNN is a good option to go with. Apart from RNN any other methods/models/architectures as you need to implement at least 3 of these and make a comparison to find the best fitted one based on the accuracy scores. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Deep Learning Simplified Repository (Proposing new issue)
🔴 Project Title :
Question generation from a text integrated with fast api
🔴 Aim :
To help teachers for faster question paper preparation
🔴 Dataset :
🔴 Approach : https://medium.com/@shrutisharma.infinity/fastqgen-fastapi-powered-question-generator-1816a43b11d9
📍 Follow the Guidelines to Contribute in the Project :
requirements.txt
- This file will contain the required packages/libraries to run the project in other machines.Model
folder, theREADME.md
file must be filled up properly, with proper visualizations and conclusions.🔴🟡 Points to Note :
✅ To be Mentioned while taking the issue :
Happy Contributing 🚀
All the best. Enjoy your open source journey ahead. 😎
The text was updated successfully, but these errors were encountered: