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/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-LLM
Awesome-LLM: a curated list of Large Language Model
alirezabayatmk/data-engineer-handbook
This is a repo with links to everything you'd ever want to learn about data engineering
alirezabayatmk/data-juicer
A one-stop data processing system to make data higher-quality, juicier, and more digestible for LLMs! 🍎 🍋 🌽 ➡️ ➡️🍸 🍹 🍷为大语言模型提供更高质量、更丰富、更易”消化“的数据!
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/Large-Language-Model-Notebooks-Course
Practical course about Large Language Models.
alirezabayatmk/lewis_final
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/llm-course
Course to get into Large Language Models (LLMs) with roadmaps and Colab notebooks.
alirezabayatmk/llm-foundry
LLM training code for MosaicML foundation models
alirezabayatmk/minimal-mistakes
:triangular_ruler: Jekyll theme for building a personal site, blog, project documentation, or portfolio.
alirezabayatmk/ml-engineering
Machine Learning Engineering Online Book
alirezabayatmk/notebooks
alirezabayatmk/open-lid-dataset
Repository accompanying "An Open Dataset and Model for Language Identification" (Burchell et al., 2023)
alirezabayatmk/open-llms
📋 A list of open LLMs available for commercial use.
alirezabayatmk/opengpts
alirezabayatmk/OpenLLM
Operating LLMs in production
alirezabayatmk/outlines
Structured Text Generation
alirezabayatmk/SalesGPT
Context-aware AI Sales Agent to automate sales outreach.
alirezabayatmk/streamlit-audio-recorder
Record Audio from the User's Microphone in Apps that are Deployed to the Web. (via Browser Media-API, REACT-based, Streamlit Custom Component)
alirezabayatmk/tagger-generator
Code for Politeness Transfer: A Tag and Generate Approach
alirezabayatmk/unsloth
5X faster 50% less memory LLM finetuning
alirezabayatmk/vllm
A high-throughput and memory-efficient inference and serving engine for LLMs
alirezabayatmk/yet-another-applied-llm-benchmark
A benchmark to evaluate language models on questions I've previously asked them to solve.