本项目从零开始构建并优化了一个千万参数级别的大规模预训练语言模型,涵盖预训练、有监督微调(SFT)和R1推理蒸馏三个阶段。项目采用自定义Transformer架构(包括RMSNorm、分组注意力、多Query机制、SwiGLU激活和RoPE位置编码),实现高效的长文本处理和自回归生成。同时,开发了基于BBPE编码的分词器,针对中文进行了优化,构建了轻量级词表。预训练阶段通过混合精度训练、梯度累积和Cosine Annealing学习率调度,实现全流程训练;微调阶段则利用开源SFT数据集,通过特殊损失掩码优化指令遵循;R1推理蒸馏阶段采用Deepseek-R1数据及损失加权策略,赋予模型逐步推理(慢思考)的能力,显著提升复杂任务的回答质量。
☆23Mar 10, 2025Updated last year
Alternatives and similar repositories for WeakWater-30M
Users that are interested in WeakWater-30M are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- ☆13Aug 19, 2025Updated 11 months ago
- hrtem lattice fringe image analysis algorithms - developed for carbon nanostructure analysis☆10Jan 9, 2026Updated 6 months ago
- An Efficent BPE Algorithm Faster then Hugging Face Tokenizer's Implementation☆13Sep 9, 2024Updated last year
- 本项目对Deepseek-R1-Distill-Qwen-7B进行心理咨询CoT数据的LoRA微调,以进一步提升Deepseek-R1-Distill-Qwen-7B在心理咨询领域的慢思考能力。☆12Mar 11, 2025Updated last year
- A comprehensive evaluation framework for Backboard's memory system using the LoCoMo (Long Conversation Memory) benchmark.☆17Nov 3, 2025Updated 8 months ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- 校园音乐征集投票系统 A system for electing annual school music☆10Jul 7, 2026Updated 2 weeks ago
- 一个基于 模型上下文协议/MCP 构建的智能医学文献分析工具。它旨在帮助科研人员、医学从业者和学生快速检索 PubMed 数据库,并利用大型语言模型 (LLM) 的能力对文献摘要进行智能分析和总结☆10Jun 17, 2026Updated last month
- ☆13Feb 25, 2022Updated 4 years ago
- 使用分布式技术结合前端Vue框架,后端mycat+mybatis+springboot框架实现金融分布式交易系统,包括:开户,登录,信息查询,明细查询,一对一转账,计息,对账等金融交易的核心功能。☆12Sep 3, 2020Updated 5 years ago
- Taurix OS kernel. Taurix 系统内核,操作系统原理实(xjb)践(写)☆12Dec 20, 2020Updated 5 years ago
- 量化交易网站,软工三大作业迭代三,团队项目☆11Mar 8, 2018Updated 8 years ago
- ETL调度管理平台☆12Nov 21, 2022Updated 3 years ago
- Unofficial implementation of the Ask-LLM paper 'How to Train Data-Efficient LLMs', arXiv:2402.09668.☆12Jun 19, 2024Updated 2 years ago
- 这是一个可通过网页远程登录管理、可接入讯飞星火、ChatGPT等大语言模型的微信聊天机器人,使用微信网页版协议。☆16Feb 20, 2024Updated 2 years 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.
- NewsApp包含客户端源码、服务端源码、数据库文件。 基于Miscrosoft人工智能项目ProjectOxford中的Recognition Emotion做的, 主要是基于用户的面部表情来推送不同类别的新闻。 Emotion API可以参考:https://www.p…☆10Mar 2, 2016Updated 10 years ago
- An android app which converts text/voice input to American Sign Language(ASL)☆14Sep 8, 2016Updated 9 years ago
- EasyTTS是一个便捷的工具,旨在方便地使用第三方API服务来调用OpenAI的文本转语音(TTS)功能。 EasyTTS允许用户输入文本,并选择不同的模型、音色、格式来生成音频文件。☆10Nov 26, 2023Updated 2 years ago
- 「城语」APP基于A级景区、历史古迹、文物保护单位等基础数据,利用先进的大模型能力实现智能化的Citywalk 路线规划,包括设计一条路线、生成路线攻略、生成景点的推荐理由等三大核心功能;利用大模型减少了人工编辑和推荐的工作量,并可以根据游客的需求进行个性化定制,提升了游客…☆19Feb 20, 2024Updated 2 years ago
- ☆19Jun 14, 2024Updated 2 years ago
- Chinese Word Segmentation task based on BERT and implemented in Pytorch☆14Aug 14, 2020Updated 5 years ago
- 同济大学计科机器学习大作业☆10Mar 22, 2025Updated last year
- 基于MFCC特征构建单核GMM的0-9独立词语音识别,MFCC,GMM,sklearn,Isolated word recognition。☆10Nov 18, 2020Updated 5 years ago
- A collection of metric learning papers.☆21Apr 24, 2023Updated 3 years ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- Classification and aggregation of russian news articles. University coursework.☆18Jan 21, 2019Updated 7 years ago
- 本项目利用医学领域的 CoT 数据对 Deepseek-R1-Distill-Qwen-7B 进行微调,通过 QLoRA 量化和 Unsloth 加速训练,显著提升模型在复杂医学推理任务中的慢思考能力。知识蒸馏技术使轻量级模型获得大模型的推理优势,实现高效、准确且具有解释性…☆47Mar 10, 2025Updated last year
- Official implementation for "Instruction Tuning with Retrieval-based Examples Ranking for Aspect-based Sentiment Analysis"☆13Mar 23, 2026Updated 4 months ago
- 基于CNN的新浪新闻文本分类☆11Jul 22, 2019Updated 7 years ago
- ☆19Sep 7, 2025Updated 10 months ago
- 基于 Qwen/Qwen3-0.6B 的医疗问答微调与推理示例项目,记录健康数据、生成建议与报告☆16Sep 30, 2025Updated 9 months ago
- Large-scale exact string matching tool☆17Mar 7, 2025Updated last year
- 🐾 EmotionCube: An intelligent companion robot is designed based on expression recognition and intelligent speech.☆19May 27, 2024Updated 2 years ago
- This is an official code repository for CVPR 2025 paper BadVision.☆15Nov 18, 2025Updated 8 months ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- flutter lib android e ios salvar e abrir documents tipo pdf, ppt e excel ...etc☆12May 25, 2026Updated 2 months ago
- ffmpeg 4.0+ijkplayer 0.8 + 能本地调试运行C++,支持本地录制成Mp4,支持截图jpg☆12Oct 18, 2024Updated last year
- 这是一个大学生互联网+的大创项目:“一点到家”——云滇家政平台助力乡村振兴,系统前台:微信小程序,后端springboot,数据库mysql。属于一个非常值得推荐的项目,系统源码简单宜读 ,干净简洁、注释详细,可二次开发。创意满满,贴近生活,缓解就业压力,为农民增收致富,促进…☆14Jun 17, 2023Updated 3 years ago
- python爬取股市数据,并对各个行业股票行情、财务数据进行重构分析☆10Jul 26, 2020Updated 6 years ago
- An official implementation for the EMNLP 2023 Findings paper "Prompt-Based Editing for Text Style Transfer"☆13Dec 9, 2023Updated 2 years ago
- 基于LangGraph开发的智能体项目,可借助大模型自动调用工具规划旅游行程,包括景点搜索、交通查询、饭店酒店查询等功能☆43Aug 27, 2024Updated last year
- 博客代码:快过年了,搞个AI作曲,用TensorFlow训练midi文件☆18Dec 24, 2022Updated 3 years ago