Pinned Repositories
SupContrast
PyTorch implementation of "Supervised Contrastive Learning" (and SimCLR incidentally)
feasibilityQA
[EACL 23] Dataset & Evaluation for FeasibleQA paper
InstructABSA
Instructional learning for Aspect Based Sentiment Analysis [NAACL-2024]
Autonomous-driving-simulation-on-GTA5
Using neural network to drive scooter in the game GTA 5.
Chatbot
Retrieval based chatbot uses MongoDB database to find the most appropriate answer using scoring algorithm. The scoring is dependent on the weights of word type like subject,noun,verb etc.
dsaproblems
A repository for DSA problems solved in python for the coding practice.
efficient_instruction_learning
Code base for the paper "Instruction Tuned Models are Quick Learners".
FUEL-Founder
A biography application of FUEL organization
SQLEngineLite
A project implementing a lightweight SQLite engine with support for CREATE, INSERT, and SELECT queries, including mathematical operations on columns.
srsawant34.github.io
My portfolio website describing about my interests, work experience and my projects.
srsawant34's Repositories
srsawant34/Autonomous-driving-simulation-on-GTA5
Using neural network to drive scooter in the game GTA 5.
srsawant34/efficient_instruction_learning
Code base for the paper "Instruction Tuned Models are Quick Learners".
srsawant34/srsawant34.github.io
My portfolio website describing about my interests, work experience and my projects.
srsawant34/Chatbot
Retrieval based chatbot uses MongoDB database to find the most appropriate answer using scoring algorithm. The scoring is dependent on the weights of word type like subject,noun,verb etc.
srsawant34/dsaproblems
A repository for DSA problems solved in python for the coding practice.
srsawant34/FUEL-Founder
A biography application of FUEL organization
srsawant34/G26_P7-Document_Clustering_Summarization_Visualization
Document Clustering, Summarisation and Visualisation on 20NewsGroup
srsawant34/SQLEngineLite
A project implementing a lightweight SQLite engine with support for CREATE, INSERT, and SELECT queries, including mathematical operations on columns.
srsawant34/land_cover_classification
Project implementation of land cover classification problem. This repository contains the implementation of models in pytorch lightning and their results.
srsawant34/Machine-Learning-Algorithms-from-Scratch
srsawant34/NER-tagging-using-BiLSTM
srsawant34/SupContrast
PyTorch implementation of "Supervised Contrastive Learning" (and SimCLR incidentally)