Pinned Repositories
Arduino-Blink-Eclipse-Project
Starting point for your Arduino projects in Eclipse
arm-eabi-toolchain
Makefile & supporting patches/scripts to build an ARM EABI toolchain.
BLDC-6step-control-STM32F3
DuckHuntRobotics
DuinOS
My Git mirror of the DuinOS port of FreeRTOS to the Arduino AVR Platform
firmware
Peripheral driver library with command line interface for Gumstix RoboVero
gcc4mbed
Project to allow offline GCC compilation of code using mbed cloud libraries.
Gumstix-Test
lpc17xx.cmsis.driver.library
NXP LPC17XX Cortex-M3 library patched for crosstool-ng use
mbed-cmsis
Compiling your own CMSIS Code for the mbed.
air23zj's Repositories
air23zj/tidybot
TidyBot: Personalized Robot Assistance with Large Language Models
air23zj/ToolkenGPT
ToolkenGPT: Augmenting Frozen Language Models with Massive Tools via Tool Embeddings
air23zj/XrayGPT
XrayGPT: Chest Radiographs Summarization using Medical Vision-Language Models.
air23zj/llm_multiagent_debate
Code for Improving Factuality and Reasoning in Language Models through Multiagent Debate
air23zj/ToolBench
An open platform for training, serving, and evaluating large language model for tool learning.
air23zj/BMTools
Tool Learning for Big Models, Open-Source Solutions of ChatGPT-Plugins
air23zj/WizardLM
WizardLM: Empowering Large Pre-Trained Language Models to Follow Complex Instructions
air23zj/MiniGPT-4
MiniGPT-4: Enhancing Vision-language Understanding with Advanced Large Language Models
air23zj/gpt4all
gpt4all: an ecosystem of open-source chatbots trained on a massive collections of clean assistant data including code, stories and dialogue
air23zj/trlx
A repo for distributed training of language models with Reinforcement Learning via Human Feedback (RLHF)
air23zj/LaMini-LM
LaMini-LM: A Diverse Herd of Distilled Models from Large-Scale Instructions
air23zj/Track-Anything
Track-Anything is a flexible and interactive tool for video object tracking and segmentation, based on Segment Anything and XMem.
air23zj/Caption-Anything
Caption-Anything is a versatile tool combining image segmentation, visual captioning, and ChatGPT, generating tailored captions with diverse controls for user preferences.
air23zj/pythia
air23zj/auto-evaluator
air23zj/hyperDB
A hyper-fast local vector database for use with LLM Agents. Now accepting SAFEs at $35M cap.
air23zj/JARVIS
JARVIS, a system to connect LLMs with ML community. Paper: https://arxiv.org/pdf/2303.17580.pdf
air23zj/babyagi
air23zj/Auto-GPT
An experimental open-source attempt to make GPT-4 fully autonomous.
air23zj/BLIP
PyTorch code for BLIP: Bootstrapping Language-Image Pre-training for Unified Vision-Language Understanding and Generation
air23zj/segment-anything
The repository provides code for running inference with the SegmentAnything Model (SAM), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.
air23zj/nanoGPT
The simplest, fastest repository for training/finetuning medium-sized GPTs.
air23zj/Chinese-Vicuna
Chinese-Vicuna: A Chinese Instruction-following LLaMA-based Model —— 一个中文低资源的llama+lora方案,结构参考alpaca
air23zj/EasyLM
Easy to use model parallel large language models in JAX/Flax with pjit support on cloud TPU pods.
air23zj/RWKV-LM
RWKV is an RNN with transformer-level LLM performance. It can be directly trained like a GPT (parallelizable). So it's combining the best of RNN and transformer - great performance, fast inference, saves VRAM, fast training, "infinite" ctx_len, and free sentence embedding.
air23zj/DeepSpeed
DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and effective.
air23zj/koala-test-set
The test set for Koala
air23zj/openscene
[CVPR'23] OpenScene: 3D Scene Understanding with Open Vocabularies
air23zj/FastChat
The release repo for "Vicuna: An Open Chatbot Impressing GPT-4"
air23zj/ChatRWKV
ChatRWKV is like ChatGPT but powered by RWKV (100% RNN) language model, and open source.