-
-
Notifications
You must be signed in to change notification settings - Fork 337
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
Sentiment Analysis with BERT and RoBERTa #933
base: main
Are you sure you want to change the base?
Sentiment Analysis with BERT and RoBERTa #933
Conversation
This project implements sentiment analysis using state-of-the-art transformer models, BERT and RoBERTa. The aim is to classify text data into positive and negative sentiments by fine-tuning pre-trained models on a custom dataset. The project includes data preprocessing, model training, and evaluation metrics such as accuracy, precision, recall, and F1 score, allowing for a comparative analysis of the two models' performance in sentiment classification tasks.
Our team will soon review your PR. Thanks @sagar27sahu :) |
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.
Hi @sagar27sahu
- As this is an enhancement work, you don't have to create a new project folder. Check out the existing project folder and add your
ipynb
files there with the implemented model names. - Do not use
.py
files, useipynb
files only. - Update the
README.md
in the existing project folder as per your contributions.
Hope this is clear to you.
@abhisheks008 i have resolved the issue,please check and please consider increasing label1 to label2 |
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.
- Remove the unnecessary files (
.DS_Store
,.idea
and so on). - You were asked to not to change/update the existing project
.ipynb
file, still you have updated that. - No need to create a separate
README.md
. In the existingREADME.md
mention your implemented models' details, as per the existing points of the README. - Update the file name as
requirements.txt
, it's not a.docx
file.
Please have a look at the requested changes for this pull request.
@sagar27sahu
i can't find the .Ds_store file in folder .may be it is environment generated please check again.rest all are changed.
|
i have add the file to git ignore ,so that it would be disabled.it was a file generated by mac os.please verify it
Pull Request for DL-Simplified 💡
This project implements sentiment analysis using state-of-the-art transformer models, BERT and RoBERTa. The aim is to classify text data into positive and negative sentiments by fine-tuning pre-trained models on a custom dataset. The project includes data preprocessing, model training, and evaluation metrics such as accuracy, precision, recall, and F1 score, allowing for a comparative analysis of the two models' performance in sentiment classification tasks.
Issue Title :
JWOC Participant
) <hacktoberfest and gssoc-ext 2024>Closes: #588
Describe the add-ons or changes you've made 📃
i have made sentiment analysis using Bert and Robert
Type of change ☑️
What sort of change have you made: