mlu-ai's Stars
chaoswork/llm_illustrated
看图学大模型
astral-sh/uv
An extremely fast Python package and project manager, written in Rust.
WangRongsheng/awesome-LLM-resourses
🧑🚀 全世界最好的LLM资料总结 | Summary of the world's best LLM resources.
miguelgrinberg/retrofun
Code from my "SQLAlchemy 2 In Practice" book.
HandsOnLLM/Hands-On-Large-Language-Models
Official code repo for the O'Reilly Book - "Hands-On Large Language Models"
david-cortes/contextualbandits
Python implementations of contextual bandits algorithms
crewAIInc/crewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.
FidelusAleksander/ghcertified
Prepare for GitHub Certification exams!
openai/tiktoken
tiktoken is a fast BPE tokeniser for use with OpenAI's models.
google/sentencepiece
Unsupervised text tokenizer for Neural Network-based text generation.
binhnguyennus/awesome-scalability
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
bitsandbytes-foundation/bitsandbytes
Accessible large language models via k-bit quantization for PyTorch.
unslothai/unsloth
Finetune Llama 3.2, Mistral, Phi, Qwen 2.5 & Gemma LLMs 2-5x faster with 80% less memory
PacktPublishing/Learn-React-with-TypeScript-2nd-Edition
Learn React with TypeScript (2nd Edition), published by Packt
PacktPublishing/React-and-React-Native-5E
React and React Native, 5E_published by Packt
amazon-science/auto-rag-eval
Code repo for the ICML 2024 paper "Automated Evaluation of Retrieval-Augmented Language Models with Task-Specific Exam Generation"
Denis2054/Transformers-for-NLP-and-Computer-Vision-3rd-Edition
Transformers 3rd Edition
CHIANGEL/Awesome-LLM-for-RecSys
Survey: A collection of AWESOME papers and resources on the large language model (LLM) related recommender system topics.
stanfordnlp/dspy
DSPy: The framework for programming—not prompting—language models
bookingcom/upliftml
UpliftML: A Python Package for Scalable Uplift Modeling
PacktPublishing/Synthetic-Data-for-Machine-Learning
Synthetic Data for Machine Learning, published by Packt
truera/trulens
Evaluation and Tracking for LLM Experiments
ddehueck/skip-gram-negative-sampling
A PyTorch Implementation of the Skipgram Negative Sampling Word2Vec Model as Described in Mikolov et al.
lukysummer/SkipGram_with_NegativeSampling_Pytorch
Implementation of Word2Vec: Skip Grams with Negative Sampling method in Pytorch to generate context words from vocabulary given a single input word
PacktPublishing/Generative-AI-for-Cloud-Solutions
Generative AI for Cloud Solutions, published by Packt
ehassler/MontgomeryDAE
An R package for Design and Analysis of Experiment
Stonesjtu/Pytorch-NCE
The Noise Contrastive Estimation for softmax output written in Pytorch
labmlai/annotated_deep_learning_paper_implementations
🧑🏫 60+ Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
ModelTC/lightllm
LightLLM is a Python-based LLM (Large Language Model) inference and serving framework, notable for its lightweight design, easy scalability, and high-speed performance.
mli/paper-reading
深度学习经典、新论文逐段精读