-
Notifications
You must be signed in to change notification settings - Fork 72
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
Text Summarization Model #147
Text Summarization Model #147
Conversation
@yashasvini121 I have done my work. Kindly check it out and give GSSOC-24 EXTD, Hacktoberfest and Level 3. It will be an honor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your work in not in the correct project structure. Please refer docs/
Since my program is a NLP model so it is done in a single file and it does not need any separate code file to train or a separate code file to run or a separate file of data sets @yashasvini121 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your final submission should include the following:
- An independent
predict.py
file using Streamlit. - Your page added to the
pages.json
configuration. - Your form configurations defined in
form_config
. - Utilization of the
page_handler
class to generate your page.
Check docs in case, I've missed anything, but these are the primary requirements.
Feel free to reach out if you have any questions regarding the expected changes. |
@yashasvini121 I hope I was able to explain everything clearly. Would you like any further adjustments? |
Your project works fine, but please note that the PR checklist specifies that the required project structure must be followed. If not, your PR will only receive a Level 1 rating. |
@yashasvini121 |
@yashasvini121 I hope you understood. Will be waiting for your reply |
@yashasvini121 Thank You for Understanding. It was pleasure working with you. |
Description
I added a Text Summarizer Model
Name: Ankan
Github: Peart-Guy
Participant role: GSSOC-24 EXTD , Hacktoberfest
Issue Resolved
#139
Changes Made
I added a new model which summarizes long texts that enhances understanding and speed up learning—perfect for students and professionals alike.
Screenshots or Videos
text.summarizer.nlp.mp4
Additional Details
Checklist
requirements.txt
file to include any new packagespredict.py
file includes a properly implementedmodel_details()
function, or the notebook contains this function to print a detailed model report. The model will not be accepted without this function, as it is essential for generating the necessary model details.