Pinned Repositories
ai_golf_swing
AI Golf Swing Discrepancy Detector
anomaly-detection-resources
Anomaly detection related books, papers, videos, and toolboxes
api-for-open-llm
Openai style api for open large language models, using LLMs just as chatgpt! Support for LLaMA, LLaMA-2, BLOOM, Falcon, Baichuan, Qwen, Xverse, SqlCoder, CodeLLaMA, ChatGLM, ChatGLM2, ChatGLM3 etc. 开源大模型的统一后端接口
auto-coder
automatic-KG-creation-with-LLM
Automatic Ontology and Knowledge Graph construction with LLM
cail2019
法研杯2019相似案例匹配第二名解决方案(附数据集和文档),CAIL2020/2021司法考试赛道冠军队伍
chatglm.cpp
C++ implementation of ChatGLM-6B & ChatGLM2-6B & ChatGLM3 & more LLMs
ChatGLM3
ChatGLM3 series: Open Bilingual Chat LLMs | 开源双语对话语言模型
ChuanhuChatGPT
GUI for ChatGPT API and many LLMs. Supports agents, file-based QA, GPT finetuning and query with web search. All with a neat UI.
dolly-expert-lite
A lightweight Dolly-v2 powered assistant that can answer domain-specific questions and keep a conversation. It's expert systems in the era of LLMs.
linuaries's Repositories
linuaries/prompt-engineering
Tips and tricks for working with Large Language Models like OpenAI's GPT-4.
linuaries/Qwen-Explained
千问14B和7B的逐行解释
linuaries/ai_golf_swing
AI Golf Swing Discrepancy Detector
linuaries/dolly-expert-lite
A lightweight Dolly-v2 powered assistant that can answer domain-specific questions and keep a conversation. It's expert systems in the era of LLMs.
linuaries/anomaly-detection-resources
Anomaly detection related books, papers, videos, and toolboxes
linuaries/golfdb
GolfDB is a video database for Golf Swing Sequencing, which involves detecting 8 golf swing events in trimmed golf swing videos. This repo demos the baseline model, SwingNet.
linuaries/tigramite
Tigramite is a time series analysis python module for causal discovery. The Tigramite documentation is at
linuaries/pmdarima
A statistical library designed to fill the void in Python's time series analysis capabilities, including the equivalent of R's auto.arima function.
linuaries/cail2019
法研杯2019相似案例匹配第二名解决方案(附数据集和文档),CAIL2020/2021司法考试赛道冠军队伍
linuaries/golfdbPipeline
使用golfdb数据训练关键帧提取网络
linuaries/reinforcement-learning
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.