Pinned Repositories
30-Days-Of-Python
30 days of Python programming challenge is a step-by-step guide to learn the Python programming language in 30 days. This challenge may take more than100 days, follow your own pace. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw
Auto-GPT
An experimental open-source attempt to make GPT-4 fully autonomous.
awesome-database-testing
数据库测试资料 This repo is a collection of resources on testing database systems
awesome-rl
Reinforcement learning resources curated
bertviz
Tool for visualizing attention in the Transformer model (BERT, GPT-2, Albert, XLNet, RoBERTa, CTRL, etc.)
Chinese-LLaMA-Alpaca
中文LLaMA&Alpaca大语言模型+本地CPU/GPU训练部署 (Chinese LLaMA & Alpaca LLMs)
codes
The source code of CodeS (SIGMOD 2024).
CycleSQL
ICDE 2025 Paper, Grounding Natural Language to SQL Translation with Data-Based Self-Explanations
GAR
ICDE 2023 Paper, GAR: A Generate-and-Rank Approach for Natural Language to SQL Translation
MetaSQL
ICDE 2024 Paper, MetaSQL: A Generate-then-Rank Framework for Natural Language to SQL Translation
Kaimary's Repositories
Kaimary/GAR
ICDE 2023 Paper, GAR: A Generate-and-Rank Approach for Natural Language to SQL Translation
Kaimary/MetaSQL
ICDE 2024 Paper, MetaSQL: A Generate-then-Rank Framework for Natural Language to SQL Translation
Kaimary/CycleSQL
ICDE 2025 Paper, Grounding Natural Language to SQL Translation with Data-Based Self-Explanations
Kaimary/kaimary.github.io
My personal website
Kaimary/30-Days-Of-Python
30 days of Python programming challenge is a step-by-step guide to learn the Python programming language in 30 days. This challenge may take more than100 days, follow your own pace. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw
Kaimary/Auto-GPT
An experimental open-source attempt to make GPT-4 fully autonomous.
Kaimary/awesome-rl
Reinforcement learning resources curated
Kaimary/bertviz
Tool for visualizing attention in the Transformer model (BERT, GPT-2, Albert, XLNet, RoBERTa, CTRL, etc.)
Kaimary/Chinese-LLaMA-Alpaca
中文LLaMA&Alpaca大语言模型+本地CPU/GPU训练部署 (Chinese LLaMA & Alpaca LLMs)
Kaimary/codes
The source code of CodeS (SIGMOD 2024).
Kaimary/DAMO-ConvAI
DAMO-ConvAI: The official repository which contains the codebase for Alibaba DAMO Conversational AI.
Kaimary/DB-GPT
Revolutionizing Database Interactions with Private LLM Technology
Kaimary/evaporate
This repo contains data and code for the paper "Language Models Enable Simple Systems for Generating Structured Views of Heterogeneous Data Lakes"
Kaimary/fairseq
Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
Kaimary/ganhacks
starter from "How to Train a GAN?" at NIPS2016
Kaimary/gpt_academic
为GPT/GLM等LLM大语言模型提供实用化交互接口,特别优化论文阅读/润色/写作体验,模块化设计,支持自定义快捷按钮&函数插件,支持Python和C++等项目剖析&自译解功能,PDF/LaTex论文翻译&总结功能,支持并行问询多种LLM模型,支持chatglm3等本地模型。接入通义千问, deepseekcoder, 讯飞星火, 文心一言, llama2, rwkv, claude2, moss等。
Kaimary/Hands-On-Meta-Learning-With-Python
Learning to Learn using One-Shot Learning, MAML, Reptile, Meta-SGD and more with Tensorflow
Kaimary/HowToTrainYourMAMLPytorch
The original code for the paper "How to train your MAML" along with a replication of the original "Model Agnostic Meta Learning" (MAML) paper in Pytorch.
Kaimary/learn2learn
A PyTorch Library for Meta-learning Research
Kaimary/meta-learning-lstm
This repo contains the source code accompanying a scientific paper with the same name.
Kaimary/miniob
Kaimary/Paper-Writing-Tips
Paper Writing Tips
Kaimary/pytorch-seq2seq
Tutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText.
Kaimary/rat-sql
A relation-aware semantic parsing model from English to SQL
Kaimary/sqlancer
Detecting Logic Bugs in DBMS
Kaimary/sqlsmith
A random SQL query generator
Kaimary/stanford_alpaca
Code and documentation to train Stanford's Alpaca models, and generate the data.
Kaimary/tensor2struct-public
Semantic parsers based on encoder-decoder framework
Kaimary/trl
Train transformer language models with reinforcement learning.
Kaimary/x-transformers
A simple but complete full-attention transformer with a set of promising experimental features from various papers