Pinned Repositories
Active-Learning-Annotation-Tool
An interactive annotation software which uses human-in-the-loop machine learning concepts known as “Active Learning” to label time sequences, in order to save a great deal of labelling expenses and take upon the challenges faced during the annotation process
AgentVerse
🤖 AgentVerse 🪐 provides a flexible framework that simplifies the process of building custom multi-agent environments for large language models (LLMs).
answer-knowledge-analysis
语义搜索引擎-语义解析模块
Ask-Anything
[VideoChatGPT] ChatGPT with video understanding! And many more supported LMs such as miniGPT4, StableLM, and MOSS.
Att-Induction
Attention-based Induction Networks for Few-Shot Text Classification
audio-spectogram-transformer
Torch implementation of ViT based classifier for Audio classification
awesome-pretrained-chinese-nlp-models
Awesome Pretrained Chinese NLP Models,高质量中文预训练模型集合
basaran
Basaran is an open-source alternative to the OpenAI text completion API. It provides a compatible streaming API for your Hugging Face Transformers-based text generation models.
blueprint
transition-amr-parser
SoTA Abstract Meaning Representation (AMR) parsing with word-node alignments in Pytorch. Includes checkpoints and other tools such as statistical significance Smatch.
zxs-learn's Repositories
zxs-learn/AgentVerse
🤖 AgentVerse 🪐 provides a flexible framework that simplifies the process of building custom multi-agent environments for large language models (LLMs).
zxs-learn/Ask-Anything
[VideoChatGPT] ChatGPT with video understanding! And many more supported LMs such as miniGPT4, StableLM, and MOSS.
zxs-learn/awesome-pretrained-chinese-nlp-models
Awesome Pretrained Chinese NLP Models,高质量中文预训练模型集合
zxs-learn/basaran
Basaran is an open-source alternative to the OpenAI text completion API. It provides a compatible streaming API for your Hugging Face Transformers-based text generation models.
zxs-learn/ChatGLM-Efficient-Tuning
Fine-tuning ChatGLM-6B with PEFT | 基于 PEFT 的高效 ChatGLM 微调
zxs-learn/CLIP-Based-Image-Text-Similarity-Task
将ViT做为图片的Encoder,Bert做为文本的Encoder,利用对比学习的方式训练clip。
zxs-learn/codeck
基于JS的可视化蓝图编程引擎
zxs-learn/Computer-Automation
Computer Automation using OpenCv and MediaPipe - Virtually controlling computer using hand-gestures and voice commands.
zxs-learn/examples
zxs-learn/Get-Things-Done-with-Prompt-Engineering-and-LangChain
LangChain & Prompt Engineering tutorials on Large Language Models (LLMs) such as ChatGPT with custom data. Jupyter notebooks on loading and indexing data, creating prompt templates, CSV agents, and using retrieval QA chains to query the custom data. Projects for using a private LLM for chat with PDF files, cryptocurrency tweets sentiment analysis.
zxs-learn/graph-of-thoughts
Official Implementation of "Graph of Thoughts: Solving Elaborate Problems with Large Language Models"
zxs-learn/hello-algo
《Hello 算法》:动画图解、一键运行的数据结构与算法教程。支持 Python, Java, C++, C, C#, JS, Go, Swift, Rust, Ruby, Kotlin, TS, Dart 代码。简体版和繁体版同步更新,English version ongoing
zxs-learn/Hipe-Threadpool-Framework
基于C++11的跨平台、高性能、简单易用、灵活且功能强大的线程池框架(thread pool framework)
zxs-learn/JittorLLMs
计图大模型推理库,具有高性能、配置要求低、中文支持好、可移植等特点
zxs-learn/knowledge-graph-from-GPT
Using GPT to organize and access information, and generate questions. Long term goal is to make an agent-like research assistant.
zxs-learn/langchain
⚡ Building applications with LLMs through composability ⚡
zxs-learn/langchain-ChatGLM
langchain-ChatGLM, local knowledge based ChatGLM with langchain | 基于本地知识的 ChatGLM
zxs-learn/LLaMA-Efficient-Tuning
Easy-to-use fine-tuning framework using PEFT (PT+SFT+RLHF with QLoRA) (LLaMA-2, BLOOM, Falcon, Baichuan)
zxs-learn/llm-medical-data
llm-medical-data:用于大模型微调训练的医疗数据集
zxs-learn/minigpt4.cpp
Port of MiniGPT4 in C++ (4bit, 5bit, 6bit, 8bit, 16bit CPU inference with GGML)
zxs-learn/miniGPT4_guide
miniGPT4的本地复现
zxs-learn/NeteaseCloudMusicApi
网易云音乐 Node.js API service
zxs-learn/node-blueprint
A visual scripting editor based on JavaScript 一个基于JavaScrips脚本设计软件的HTML实现
zxs-learn/RAP
Reasoning with Language Model is Planning with World Model
zxs-learn/Segment-and-Track-Anything
An open-source project dedicated to tracking and segmenting any objects in videos, either automatically or interactively. The primary algorithms utilized include the Segment Anything Model (SAM) for key-frame segmentation and Associating Objects with Transformers (AOT) for efficient tracking and propagation purposes.
zxs-learn/semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
zxs-learn/ToolBench
An open platform for training, serving, and evaluating large language model for tool learning.
zxs-learn/transformers_tasks
NLP Algorithms with transformers lib.
zxs-learn/Video-LLaMA
Video-LLaMA: An Instruction-tuned Audio-Visual Language Model for Video Understanding
zxs-learn/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch