Pinned Repositories
AI-Vtuber
AI Vtuber是一个由 【ChatterBot/ChatGPT/claude/langchain本地or云端/chatglm/text-generation-webui】 驱动的虚拟主播【Live2D】,可以在 【Bilibili/抖音/快手】 直播中与观众实时互动 或 直接在本地进行聊天。它使用自然语言处理和文本转语音技术【edge-tts/VITS/elevenlabs】生成对观众问题的回答并可以选择【so-vits-svc/DDSP-SVC】变声;通过特定指令协同Stable Diffusion进行画图展示。并且可以自定义文案进行循环播放。
aistudy1
alpaca-lora
Instruct-tune LLaMA on consumer hardware
AnotherFasterRunner
基于HttpRunner+Python+DRF+Vue的接口自动化测试平台
architect-awesome
后端架构师技术图谱
crab-hpf
DeepLearningSystem
Deep Learning System core principles introduction.
graphrag-ui
The latest graphrag interface is used, using the local ollama to provide the LLM interface.Support for using the pip installation
rust-assembly
杨旭老师《Rust Web 全栈开发教程》完整学习代码
youdaonote-pull
有道云导出,支持PicList(PicGo的二次开发),本项目在大佬的基础上增加了支持PicList,之前只支持SM.MS,免费的使用起来限制大的很。使用PicList,后端存储接什么都行。PicGo也是可以做到上传的,但是需要将图片下载到本地,然后再传到PicGo,有兴趣可以实现下。(直接传有道云的url可能不行,因为有防盗链,怎么模拟有道云访问,就没时间研究了)
wade1010's Repositories
wade1010/graphrag-ui
The latest graphrag interface is used, using the local ollama to provide the LLM interface.Support for using the pip installation
wade1010/youdaonote-pull
有道云导出,支持PicList(PicGo的二次开发),本项目在大佬的基础上增加了支持PicList,之前只支持SM.MS,免费的使用起来限制大的很。使用PicList,后端存储接什么都行。PicGo也是可以做到上传的,但是需要将图片下载到本地,然后再传到PicGo,有兴趣可以实现下。(直接传有道云的url可能不行,因为有防盗链,怎么模拟有道云访问,就没时间研究了)
wade1010/AI-Vtuber
AI Vtuber是一个由 【ChatterBot/ChatGPT/claude/langchain本地or云端/chatglm/text-generation-webui】 驱动的虚拟主播【Live2D】,可以在 【Bilibili/抖音/快手】 直播中与观众实时互动 或 直接在本地进行聊天。它使用自然语言处理和文本转语音技术【edge-tts/VITS/elevenlabs】生成对观众问题的回答并可以选择【so-vits-svc/DDSP-SVC】变声;通过特定指令协同Stable Diffusion进行画图展示。并且可以自定义文案进行循环播放。
wade1010/aistudy1
wade1010/alpaca-lora
Instruct-tune LLaMA on consumer hardware
wade1010/Awesome-Chinese-LLM
整理开源的中文大语言模型,以规模较小、可私有化部署、训练成本较低的模型为主,包括底座模型,垂直领域微调及应用,数据集与教程等。
wade1010/Chat2DB
🔥 🔥 🔥 An intelligent and versatile general-purpose SQL client and reporting tool for databases which integrates ChatGPT capabilities.(智能的通用数据库SQL客户端和报表工具)
wade1010/DeepLearningSystem
Deep Learning System core principles introduction.
wade1010/BELLE
BELLE: Be Everyone's Large Language model Engine(开源中文对话大模型)
wade1010/ChatDoctor
wade1010/ChatGLM-Efficient-Tuning
Fine-tuning ChatGLM-6B with PEFT | 基于 PEFT 的高效 ChatGLM 微调
wade1010/ChatGLM-Tuning
一种平价的chatgpt实现方案, 基于ChatGLM-6B + LoRA
wade1010/docconv
Converts PDF, DOC, DOCX, XML, HTML, RTF, etc to plain text
wade1010/Firefly
Firefly(流萤): 中文对话式大语言模型(全量微调+QLoRA)
wade1010/langchain-ChatGLM
langchain-ChatGLM, local knowledge based ChatGLM with langchain | 基于本地知识库的 ChatGLM 问答
wade1010/llama
Inference code for LLaMA models
wade1010/LLMs-from-scratch
Implementing a ChatGPT-like LLM in PyTorch from scratch, step by step
wade1010/LongQLoRA
LongQLoRA: Extent Context Length of LLMs Efficiently
wade1010/mlc-llm
Enable everyone to develop, optimize and deploy AI models natively on everyone's devices.
wade1010/nanoGPT
The simplest, fastest repository for training/finetuning medium-sized GPTs.
wade1010/note
wade1010/notebook
wade1010/peft
🤗 PEFT: State-of-the-art Parameter-Efficient Fine-Tuning.
wade1010/pyd_demo
wade1010/pywencai
获取同花顺问财数据
wade1010/Qwen
The official repo of Qwen (通义千问) chat & pretrained large language model proposed by Alibaba Cloud.
wade1010/RAG-Retrieval
Unify Efficient Fine-tuning of RAG Retrieval, including Embedding, ColBERT,Cross Encoder
wade1010/study_jqxx
wade1010/swift
ms-swift: Use PEFT or Full-parameter to finetune 250+ LLMs or 35+ MLLMs. (Qwen2, GLM4, Internlm2, Yi, Llama3, Llava, Deepseek, Baichuan2...)
wade1010/Train-llm-from-scratch
使用deepspeed从头开始训练一个LLM,经过pretrain和sft阶段,验证llm学习知识、理解语言、回答问题的能力