oaksharks's Stars
openai/openai-cookbook
Examples and guides for using the OpenAI API
geekan/MetaGPT
🌟 The Multi-Agent Framework: First AI Software Company, Towards Natural Language Programming
streamlit/streamlit
Streamlit — A faster way to build and share data apps.
vllm-project/vllm
A high-throughput and memory-efficient inference and serving engine for LLMs
OpenBMB/ChatDev
Create Customized Software using Natural Language Idea (through LLM-powered Multi-Agent Collaboration)
UKPLab/sentence-transformers
State-of-the-Art Text Embeddings
OpenMOSS/MOSS
An open-source tool-augmented conversational language model from Fudan University
NVIDIA/TensorRT-LLM
TensorRT-LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and build TensorRT engines that contain state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs. TensorRT-LLM also contains components to create Python and C++ runtimes that execute those TensorRT engines.
kyrolabs/awesome-langchain
😎 Awesome list of tools and projects with the awesome LangChain framework
netease-youdao/EmotiVoice
EmotiVoice 😊: a Multi-Voice and Prompt-Controlled TTS Engine
run-llama/rags
Build ChatGPT over your data, all with natural language
nteract/papermill
📚 Parameterize, execute, and analyze notebooks
OpenBMB/ToolBench
[ICLR'24 spotlight] An open platform for training, serving, and evaluating large language model for tool learning.
shibing624/text2vec
text2vec, text to vector. 文本向量表征工具,把文本转化为向量矩阵,实现了Word2Vec、RankBM25、Sentence-BERT、CoSENT等文本表征、文本相似度计算模型,开箱即用。
Instruction-Tuning-with-GPT-4/GPT-4-LLM
Instruction Tuning with GPT-4
yizhongw/self-instruct
Aligning pretrained language models with instruction data generated by themselves.
shroominic/codeinterpreter-api
👾 Open source implementation of the ChatGPT Code Interpreter
minimaxir/gpt-2-simple
Python package to easily retrain OpenAI's GPT-2 text-generating model on new texts
DefTruth/Awesome-LLM-Inference
📖A curated list of Awesome LLM/VLM Inference Papers with codes, such as FlashAttention, PagedAttention, Parallelism, etc. 🎉🎉
YiVal/YiVal
Your Automatic Prompt Engineering Assistant for GenAI Applications
huggingface/blog
Public repo for HF blog posts
tatsu-lab/alpaca_eval
An automatic evaluator for instruction-following language models. Human-validated, high-quality, cheap, and fast.
evalplus/evalplus
Rigourous evaluation of LLM-synthesized code - NeurIPS 2023 & COLM 2024
agentcoinorg/evo.ninja
A versatile generalist agent.
graykode/gpt-2-Pytorch
Simple Text-Generator with OpenAI gpt-2 Pytorch Implementation
shibing624/similarities
Similarities: a toolkit for similarity calculation and semantic search. 相似度计算、匹配搜索工具包,支持亿级数据文搜文、文搜图、图搜图,python3开发,开箱即用。
AGI-Edgerunners/Plan-and-Solve-Prompting
Code for our ACL 2023 Paper "Plan-and-Solve Prompting: Improving Zero-Shot Chain-of-Thought Reasoning by Large Language Models".
InternLM/agentlego
Enhance LLM agents with rich tool APIs
lyeoni/gpt-pytorch
PyTorch Implementation of OpenAI GPT
thu-coai/MoralStory