Pinned Repositories
astormer
Source code for grammar-based text-to-SQL parser using one variant of Transformer decoder called ASTormer. Implementations for prevalent cross-domain multi-table benchmarks Spider, SParC, CoSQL, DuSQL and Chase are all included.
coursera-test
coursera test repo
Cpp-advanced-Multithreading
Contains C++ codes done from a course on SimpliLearn. Contains Multithreading and Mutex concepts implemented in C++
dalai
The simplest way to run LLaMA on your local machine
GitLearning
health4all_v3
Health4All
JavaProject
server client model with server having three services to provide
leetcode-patterns
A pattern-based approach for learning technical interview questions
leetcode-problem-solving-22-23
II MTech 2023-24 leetcode problem's solution
LLM_Text2SQL
performance evaluation of LLM models on Text to SQL
Saivignesh-05's Repositories
Saivignesh-05/Cpp-advanced-Multithreading
Contains C++ codes done from a course on SimpliLearn. Contains Multithreading and Mutex concepts implemented in C++
Saivignesh-05/LLM_Text2SQL
performance evaluation of LLM models on Text to SQL
Saivignesh-05/astormer
Source code for grammar-based text-to-SQL parser using one variant of Transformer decoder called ASTormer. Implementations for prevalent cross-domain multi-table benchmarks Spider, SParC, CoSQL, DuSQL and Chase are all included.
Saivignesh-05/coursera-test
coursera test repo
Saivignesh-05/dalai
The simplest way to run LLaMA on your local machine
Saivignesh-05/GitLearning
Saivignesh-05/health4all_v3
Health4All
Saivignesh-05/JavaProject
server client model with server having three services to provide
Saivignesh-05/leetcode-patterns
A pattern-based approach for learning technical interview questions
Saivignesh-05/leetcode-problem-solving-22-23
II MTech 2023-24 leetcode problem's solution
Saivignesh-05/MTech_SEM-2
Saivignesh-05/nbingo
Multi-threaded, Multiplayer and server-client implementaion of bingo game using ncurses.
Saivignesh-05/PredictiveAnalysis
Saivignesh-05/Spam-classifier
docker containerization of a simple spam classifier app with front-end using the Streamlit
Saivignesh-05/wumpus_world
The popular AI problem game where the agent traversers a series of obstacles by learning with the percepts from the current square. This method uses Reinforcement learning to traverse the world and find the gold
Saivignesh-05/NL2SQL_Project
Testing Scalability of LLM models
Saivignesh-05/RESDSQL
The Pytorch implementation of RESDSQL for latest python versions.
Saivignesh-05/SQLformer
Code for "SQLformer: Deep Auto-Regressive Query Graph Generation for Text-to-SQL Translation"