Skip to content
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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

sagar27sahu
Copy link

@sagar27sahu sagar27sahu commented Oct 20, 2024

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 :

  • Info about the related issue (Aim of the project) :
  • Name:
  • GitHub ID:
  • Email ID: [email protected]
  • Idenitfy yourself: (Mention in which program you are contributing in. Eg. For a JWOC 2022 participant it's, 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:

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.
Copy link

Our team will soon review your PR. Thanks @sagar27sahu :)

Copy link
Owner

@abhisheks008 abhisheks008 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @sagar27sahu

  1. 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.
  2. Do not use .py files, use ipynb files only.
  3. Update the README.md in the existing project folder as per your contributions.

Hope this is clear to you.

@sagar27sahu
Copy link
Author

@abhisheks008 i have resolved the issue,please check and please consider increasing label1 to label2

Copy link
Owner

@abhisheks008 abhisheks008 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. Remove the unnecessary files (.DS_Store, .idea and so on).
  2. You were asked to not to change/update the existing project .ipynb file, still you have updated that.
  3. No need to create a separate README.md. In the existing README.md mention your implemented models' details, as per the existing points of the README.
  4. 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.
@abhisheks008
Copy link
Owner

.DS_Store files are still there. Please remove them.

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Model Enhancement]: Sentiment Analysis Model using DL
2 participants