michaelzhouy's Stars
syzong/2023-Kaggle-LECR-Top3-TrainCode
2023 Kaggle LECR 金牌 Top3 训练代码
liguodongiot/llm-action
本项目旨在分享大模型相关技术原理以及实战经验(大模型工程化、大模型应用落地)
Zeyi-Lin/LLM-Finetune
大语言模型微调,Qwen2VL、Qwen2、GLM4指令微调
naginoa/LLMs_interview_notes
LLMs interview notes and answers:该仓库主要记录大模型(LLMs)算法工程师相关的面试题和参考答案
moon-hotel/BertWithPretrained
An implementation of the BERT model and its related downstream tasks based on the PyTorch framework
wangrenyisme/Shukongdashi
使用知识图谱,自然语言处理,卷积神经网络等技术,基于python语言,设计了一个数控领域故障诊断专家系统
chatchat-space/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
arcee-ai/mergekit
Tools for merging pretrained large language models.
datawhalechina/self-llm
《开源大模型食用指南》基于Linux环境快速部署开源大模型,更适合**宝宝的部署教程
5663015/LLMs_train
一套代码指令微调大模型
mlabonne/llm-course
Course to get into Large Language Models (LLMs) with roadmaps and Colab notebooks.
ben1234560/DataMiningCase
基于真实业务上手数据挖掘(银行流失预警):数据的处理、LightGBM、skLearning包(里面含有:GridSearchCV寻找最优参、StratifiedKFold分层5折切分、_test_Split单次数据切分等)、叠层模型融合、画AUC图、画混淆矩阵图,并输出预测名单。
hiyouga/LLaMA-Factory
Unified Efficient Fine-Tuning of 100+ LLMs (ACL 2024)
lonePatient/BERT-NER-Pytorch
Chinese NER(Named Entity Recognition) using BERT(Softmax, CRF, Span)
GuanshuoXu/RSNA-STR-Pulmonary-Embolism-Detection
yhygao/CBIM-Medical-Image-Segmentation
A PyTorch framework for medical image segmentation
xjtulyc/Medical-Image-Processing
医学图像处理,增强CT分类,增强CT分割,Dense Net,U-Net,Focal Loss
tikutikutiku/kaggle-hubmap
Kaggle HuBMAP 1st Place Solution
xv44586/ccf_2020_qa_match
ccf 2020 qa match competition top1
SunnyGJing/t5-pegasus-chinese
基于GOOGLE T5中文生成式模型的摘要生成/指代消解,支持batch批量生成,多进程
nilboy/rlt2t
Text to text with reinforcement learning
renmada/t5-pegasus-pytorch
LZ-CH/GAIIC2023
GAIIC赛道一:影像学 NLP — 医学影像诊断报告生成 [A100换你大棚甜瓜 Rank-12 方案]
ztxz16/fastllm
纯c++的全平台llm加速库,支持python调用,chatglm-6B级模型单卡可达10000+token / s,支持glm, llama, moss基座,手机端流畅运行
ZS167275/mgtv-2023-4th
[Baseline-Polars版本]第四届"马栏山"多任务和多模态的用户未来价值预估问题
EdisonLeeeee/DCIC-2023-Solution
DCIC2023 Fraud Risk Identification Competition Solution.
TheoViel/kaggle_otto_rs
3rd Place Solution for the OTTO – Multi-Objective Recommender System Competition
hansu1017/WSDM-CUP-2022-Retention-Score-Prediction
WSDM2022留存预测挑战赛 第1名解决方案
osuossu8/FeedbackPrize3
z814081807/DeepNER
天池中药说明书实体识别挑战冠军方案;中文命名实体识别;NER; BERT-CRF & BERT-SPAN & BERT-MRC;Pytorch