Pinned Repositories
100-Days-Of-ML-Code
100 Days of ML Coding
100-nlp-papers
100 Must-Read NLP Papers
8Puzzle
implementing 8 puzzle game using hill climbing search (java)
8Queens
A graphical implementation of 8 queens problem using java
awesome-python-1
A curated list of awesome Python frameworks, libraries and software.
BCI
Brain-Computer interface stuff
DataSciencePython
common data analysis and machine learning tasks using python
porter-stemmer
python implementation of Porter's stemming algorithm
pydata-book
Materials and IPython notebooks for "Python for Data Analysis" by Wes McKinney, published by O'Reilly Media
trlx
A repo for distributed training of language models with Reinforcement Learning via Human Feedback (RLHF)
alirezabayatmk's Repositories
alirezabayatmk/AI-For-Beginners
12 Weeks, 24 Lessons, AI for All!
alirezabayatmk/all-words-in-all-languages
This repository contains all the words from every language that exists in the universe.
alirezabayatmk/alpaca_eval
An automatic evaluator for instruction-following language models. Human-validated, high-quality, cheap, and fast.
alirezabayatmk/awesome-generative-ai-guide
A one stop repository for generative AI research updates, interview resources, notebooks and much more!
alirezabayatmk/BitNet
Official inference framework for 1-bit LLMs
alirezabayatmk/cppbestpractices
Collaborative Collection of C++ Best Practices. This online resource is part of Jason Turner's collection of C++ Best Practices resources. See README.md for more information.
alirezabayatmk/deepeval
The LLM Evaluation Framework
alirezabayatmk/deepscatter
Zoomable, animated scatterplots in the browser that scales over a billion points
alirezabayatmk/DHS-LLM-Workshop
DHS 2023 LLM Workshop by Sourab Mangrulkar
alirezabayatmk/evals
Evals is a framework for evaluating LLMs and LLM systems, and an open-source registry of benchmarks.
alirezabayatmk/garak
the LLM vulnerability scanner
alirezabayatmk/L1B3RT4S
TOTALLY HARMLESS LIBERATION PROMPTS FOR GOOD LIL AI'S
alirezabayatmk/Large-Language-Model-Notebooks-Course
Practical course about Large Language Models.
alirezabayatmk/lit-gpt
Hackable implementation of state-of-the-art open-source LLMs based on nanoGPT. Supports flash attention, 4-bit and 8-bit quantization, LoRA and LLaMA-Adapter fine-tuning, pre-training. Apache 2.0-licensed.
alirezabayatmk/LLaMA-Factory
Easy-to-use LLM fine-tuning framework (LLaMA, BLOOM, Mistral, Baichuan, Qwen, ChatGLM)
alirezabayatmk/llama-recipes
Scripts for fine-tuning Meta Llama3 with composable FSDP & PEFT methods to cover single/multi-node GPUs. Supports default & custom datasets for applications such as summarization and Q&A. Supporting a number of candid inference solutions such as HF TGI, VLLM for local or cloud deployment. Demo apps to showcase Meta Llama3 for WhatsApp & Messenger.
alirezabayatmk/llama3-from-scratch
llama3 implementation one matrix multiplication at a time
alirezabayatmk/llm-datasets
High-quality datasets, tools, and concepts for LLM fine-tuning.
alirezabayatmk/minimal-mistakes
:triangular_ruler: Jekyll theme for building a personal site, blog, project documentation, or portfolio.
alirezabayatmk/notebooks
alirezabayatmk/open-lid-dataset
Repository accompanying "An Open Dataset and Model for Language Identification" (Burchell et al., 2023)
alirezabayatmk/outlines
Structured Text Generation
alirezabayatmk/professional-programming
A collection of learning resources for curious software engineers
alirezabayatmk/rag-from-scratch
alirezabayatmk/silero-vad
Silero VAD: pre-trained enterprise-grade Voice Activity Detector
alirezabayatmk/spreadsheet-is-all-you-need
A nanoGPT pipeline packed in a spreadsheet
alirezabayatmk/unsloth
5X faster 50% less memory LLM finetuning
alirezabayatmk/vllm
A high-throughput and memory-efficient inference and serving engine for LLMs
alirezabayatmk/whisperX
WhisperX: Automatic Speech Recognition with Word-level Timestamps (& Diarization)
alirezabayatmk/yet-another-applied-llm-benchmark
A benchmark to evaluate language models on questions I've previously asked them to solve.