Pinned Repositories
ai-deadlines
:alarm_clock: AI conference deadline countdowns
chatllm-vscode
cleanbib
Clean bibliography
cp-algorithms
Algorithm and data structure articles for https://cp-algorithms.com (based on http://e-maxx.ru)
cross-entropy-for-combinatorics
Code accompanying the manuscript "Constructions in combinatorics via neural networks and LP solvers".
forky
A git-style way of managing LLM chats
gitignore
A collection of useful .gitignore templates
llm-chess-proofgame
LLMs playing chess are sensitive to how the position came to be
stealing-part-lm-supplementary
Some code for "Stealing Part of a Production Language Model"
superhuman-ai-consistency
dpaleka's Repositories
dpaleka/llm-chess-proofgame
LLMs playing chess are sensitive to how the position came to be
dpaleka/cross-entropy-for-combinatorics
Code accompanying the manuscript "Constructions in combinatorics via neural networks and LP solvers".
dpaleka/stealing-part-lm-supplementary
Some code for "Stealing Part of a Production Language Model"
dpaleka/ai-deadlines
:alarm_clock: AI conference deadline countdowns
dpaleka/chatllm-vscode
dpaleka/cleanbib
Clean bibliography
dpaleka/cp-algorithms
Algorithm and data structure articles for https://cp-algorithms.com (based on http://e-maxx.ru)
dpaleka/forky
A git-style way of managing LLM chats
dpaleka/gitignore
A collection of useful .gitignore templates
dpaleka/img2dataset
Easily turn large sets of image urls to an image dataset. Can download, resize and package 100M urls in 20h on one machine.
dpaleka/mlcontests.github.io
A list of public machine learning/data science/AI contests.
dpaleka/superhuman-ai-consistency
dpaleka/tic_tac_transformer
dpaleka/trlx
A repo for distributed training of language models with Reinforcement Learning via Human Feedback (RLHF)
dpaleka/perscache
An easy to use decorator for persistent memoization: like `functools.lrucache`, but results can be saved in any format to any storage.
dpaleka/qr-reader-matrix
Text representation QR reader using Python standard library, adapted from ewino/qreader