从零预训练LLM、SFT、RLHF、DPO笔记整理+面试问题
☆21Sep 2, 2024Updated last year
Alternatives and similar repositories for LLM_Learning_ph
Users that are interested in LLM_Learning_ph are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 🔥🔥🔥 基于 PyTorch Lightning 和 MIND 数据集的模块化新闻推荐系统框架。实现了从特征工程到召回 (DSSM) 与排序 (Deep, DCN, WideDeep, FM) 的完整链路。☆49Apr 12, 2026Updated last month
- 本项目是一个基于LangChain构建的多Agent系统,结合Streamlit实现的Web界面,能够根据用户输入进行网络搜索并提供旅游相关的聊天服务。此外,该系统还具备基于本地知识库的推销功能,为用户提供个性化的旅游产品推荐。☆16Apr 20, 2025Updated last year
- 基于qwen3的医疗大模型研发全流程 0.分词训练 1.增量预训练 2.微调 3.强化 4.量化 5.蒸馏 6.评估 7.lora模型合并 8.服务 9.部署☆45Jan 3, 2026Updated 5 months ago
- ☆12Sep 2, 2021Updated 4 years ago
- Sequence Tagging for Biomedical Extractive Question Answering (Bioinformatics'2020)☆10Jul 3, 2023Updated 2 years ago
- Simple, predictable pricing with DigitalOcean hosting • AdAlways know what you'll pay with monthly caps and flat pricing. Enterprise-grade infrastructure trusted by 600k+ customers.
- 基于大语言模型的RAG项目,分别实现了基于文本和知识图谱的RAG☆29Dec 11, 2025Updated 6 months ago
- [AAAI 2024] History Matters: Temporal Knowledge Editing in Large Language Model☆13Dec 17, 2023Updated 2 years ago
- 本项目将基于多模态,RAG以及LLM等技术,打造了一个基于手相算命的系统☆31Aug 28, 2024Updated last year
- Implementation of our paper "Towards Consistent Document-Level Entity Linking: Joint Models for Entity Linking and Coreference Resolution…☆11Nov 13, 2022Updated 3 years ago
- Data and code for the paper Causal Reasoning of Entities and Events in Procedural Texts.☆11May 26, 2023Updated 3 years ago
- Natural Language Processing (NLP) and Large Language Models (LLM) with Fine-Tuning LLM and make Chatbot Question answering (QA) with LoRA…☆12Jan 20, 2024Updated 2 years ago
- ☆11Feb 21, 2024Updated 2 years ago
- Implementation of the paper 'Improve Discourse Dependency Parsing with Contextualized Representations', Findings of NAACL 2022☆13Jul 15, 2022Updated 3 years ago
- 2021 语言与智能技术竞赛关系 篇章级关系抽取☆17Sep 8, 2021Updated 4 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- 这是一个从零开始构建的强化学习人类反馈(RLHF)学习代码库,实现了 PPO、GRPO、GSPO 以及相关的策略优化算法,并提供了清晰、可复现的训练流程。由于文档是由latex文件转译过来,如果md文件渲染异常,请用VScode的md插件打开☆91Dec 19, 2025Updated 5 months ago
- [Course] Simple database in C++ (Database 2017)☆21Apr 1, 2019Updated 7 years ago
- ☆16Jan 31, 2023Updated 3 years ago
- This repository is the implementation of "Top-down RST Parsing Utilizing Granularity Levels in Documents" published at AAAI 2020.☆19Dec 14, 2020Updated 5 years ago
- ☆15Mar 6, 2020Updated 6 years ago
- 一个简单的多模态RAG项目☆364May 13, 2025Updated last year
- A task relevant entity linking toolkit☆22Apr 2, 2022Updated 4 years ago
- tf-idf 模型封装类,包含计算所有文档的tf-idf值,实现了基于tf-idf搜索引擎功能。根据query,计算与每个文档的相似度,返回与query相似度最高的topk文档☆15Nov 20, 2020Updated 5 years ago
- baichuan LLM surpervised finetune by lora☆63Jun 28, 2023Updated 2 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- ☆26Dec 12, 2024Updated last year
- PyTorch implementation of the eligibility propagation (e-prop) learning algorithm.☆64Feb 18, 2022Updated 4 years ago
- scrap wiki how for info☆26Jun 24, 2020Updated 5 years ago
- MultiSpanQA: A Dataset for Multi-Span Question Answering☆27Jan 24, 2026Updated 4 months ago
- LIQUID: A Framework for List Question Anwering Dataset Generation (AAAI 2023)☆27Jun 7, 2023Updated 3 years ago
- Resource of School of Software Engineering, South China University of Technology.☆21Feb 13, 2022Updated 4 years ago
- This is the pytorch implementation of the long paper on ACL 2020: A Self-Training Method for Machine Reading Comprehension with Soft Evid…☆33Aug 14, 2020Updated 5 years ago
- EMNLP 2024: Model Editing Harms General Abilities of Large Language Models: Regularization to the Rescue☆37May 26, 2025Updated last year
- ☆117Feb 28, 2026Updated 3 months ago
- Deploy open-source AI quickly and easily - Special Bonus Offer • AdRunpod Hub is built for open source. One-click deployment and autoscaling endpoints without provisioning your own infrastructure.
- This is an official pytorch implementation of Learning To Recognize Procedural Activities with Distant Supervision. In this repository, w…☆42Feb 21, 2023Updated 3 years ago
- django+nuxt-vue+channels 实时在线聊天博客问答系统☆28Nov 22, 2022Updated 3 years ago
- Long short-term memory Spiking Neural Networks☆112Feb 25, 2020Updated 6 years ago
- 🤗Transformers: State-of-the-art Natural Language Processing for Pytorch and TensorFlow 2.0.☆55Jan 20, 2022Updated 4 years ago
- llama inference for tencentpretrain☆99Jun 8, 2023Updated 3 years ago
- 基于 KelvinQiu802/llm-mcp-rag 的 Python 实现版本,用于学习和实践 LLM、MCP 和 RAG 技术☆162Apr 14, 2025Updated last year
- 包含程序员面试大厂面试题和面试经验☆234May 20, 2025Updated last year