Achai's starred repositories
undingable-optimization
顶不住的运筹优化
llm-universe
本项目是一个面向小白开发者的大模型应用开发教程,在线阅读地址:https://datawhalechina.github.io/llm-universe/
openai-cookbook
Examples and guides for using the OpenAI API
NotebookForDatawhale
正在施工中,现在是在学习西瓜书和南瓜书,俗称吃瓜教程!
leetcode-notes
🐳 LeetCode 算法笔记:面试、刷题、学算法。在线阅读地址:https://datawhalechina.github.io/leetcode-notes/
llm-cookbook
面向开发者的 LLM 入门教程,吴恩达大模型系列课程中文版
so-large-lm
大模型基础: 一文了解大模型基础知识
clash_for_windows
Fndroid/clash_for_windows_pkg/releases 最后备份文件
Awesome-Multimodal-Large-Language-Models
:sparkles::sparkles:Latest Advances on Multimodal Large Language Models
LangChain-Tutorials-and-Examples
LangChain结合了大型语言模型、知识库和计算逻辑,可以用于快速开发强大的AI应用。这个仓库包含了我对LangChain的学习和实践经验,包括教程和代码案例。让我们一起探索LangChain的可能性,共同推动人工智能领域的进步!
glm-cookbook
Examples and guides for using the GLM APIs
Langchain-Chatchat
Langchain-Chatchat(原Langchain-ChatGLM)基于 Langchain 与 ChatGLM, Qwen 与 Llama 等语言模型的 RAG 与 Agent 应用 | Langchain-Chatchat (formerly langchain-ChatGLM), local knowledge based LLM (like ChatGLM, Qwen and Llama) RAG and Agent app with langchain
LangChain-Chinese-Getting-Started-Guide
LangChain 的中文入门教程
MedicalGPT
MedicalGPT: Training Your Own Medical GPT Model with ChatGPT Training Pipeline. 训练医疗大模型,实现了包括增量预训练(PT)、有监督微调(SFT)、RLHF、DPO、ORPO。
local-llm-function-calling
A tool for generating function arguments and choosing what function to call with local LLMs
NER-Pytorch-Chinese
Implemention of NER model on chinese dataset.
CLUENER2020
A PyTorch implementation of a BiLSTM\BERT\Roberta(+CRF) model for Named Entity Recognition.
pytorch_bert_bilstm_crf_ner
基于pytorch的bert_bilstm_crf中文命名实体识别
named_entity_recognition
中文命名实体识别(包括多种模型:HMM,CRF,BiLSTM,BiLSTM+CRF的具体实现)
relation_classification
Relation Extraction: BERT vs BiLSTM
entity_extraction_and_linking_with_gcn
GCN and BERT for relation extraction
pytorch_bert_relation_extraction
基于pytorch+bert的中文关系抽取