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

Text Classification, Named Entity Recognition, and Transformers Overview Documentation #80

Conversation

UTSAVS26
Copy link
Contributor

Closes: #79

  • Title : Text Classification, Named Entity Recognition, and Transformers Overview Documentation
  • Name: Utsav Singhal
  • Identify yourself: SSOC'24 Contributor

Describe the add-ons or changes you've made 📃

Implemented a module for text classification to categorize text into predefined categories using machine learning algorithms. Developed a Named Entity Recognition (NER) feature to identify and categorize entities such as names, dates, and locations within text data. Additionally, created comprehensive documentation covering the concepts, applications, and implementation of Transformers in natural language processing (NLP).

Type of change ☑️

  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

How Has This Been Tested? ⚙️

The text classification module was tested using a sample dataset to ensure accurate categorization. The NER feature was evaluated on various text samples to verify correct entity identification and categorization. Documentation was reviewed for completeness and accuracy.

Checklist: ☑️

  • My code follows the Contributing Guidelines & Code of Conduct of this project.
  • This PR does not contain plagiarized content.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly wherever it was hard to understand.
  • My changes generate no new warnings.

Note to reviewers 📄

The new features and documentation aim to enhance the project's NLP capabilities by providing essential tools for text classification and named entity recognition, along with a detailed overview of Transformers. Your feedback on these additions will be appreciated.

Copy link

Thank you for submitting your pull request! We'll review it as soon as possible. For further communication, join our discord server https://discord.gg/tSqtvHUJzE.

@UTSAVS26
Copy link
Contributor Author

UTSAVS26 commented Aug 3, 2024

@Avdhesh-Varshney and @ArchitJ6 please review this pr.

@Avdhesh-Varshney Avdhesh-Varshney merged commit 6d5f406 into Avdhesh-Varshney:main Aug 3, 2024
1 check passed
@Avdhesh-Varshney Avdhesh-Varshney added Approved ✔️ This PR is approved by the PR or, Mentors SSOC These issue/pull request will be considered for SSOC'24 Intermediate Intermediate level issues/pull requests documentation 📃 Improvements or additions to documentation Code Addition 🤖 Addition of new code or program or model. labels Aug 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Approved ✔️ This PR is approved by the PR or, Mentors Code Addition 🤖 Addition of new code or program or model. documentation 📃 Improvements or additions to documentation Intermediate Intermediate level issues/pull requests SSOC These issue/pull request will be considered for SSOC'24
Projects
None yet
Development

Successfully merging this pull request may close these issues.

📃: Enhancing NLP Capabilities and Documentation for Transformers
2 participants