天池算法比赛《BetterMixture - 大模型数据混合挑战赛》的第一名top1解决方案
☆34Jul 7, 2024Updated last year
Alternatives and similar repositories for BetterMixture-Top1-Solution
Users that are interested in BetterMixture-Top1-Solution are comparing it to the libraries listed below
Sorting:
- ☆13Mar 16, 2025Updated 11 months ago
- 通用简单工具项目☆22Oct 6, 2024Updated last year
- AI Demo 项目,一个专门为希望学习和探索人工智能(AI)技术的开发者准备的实战案例集合。☆25Jan 3, 2026Updated 2 months ago
- llms related stuff , including code, docs☆13Feb 25, 2025Updated last year
- A Discourse-Level Named Entity Recognition and Relation Extraction Dataset for Chinese Literature Text☆12May 14, 2018Updated 7 years ago
- Vscode Samge Translate 翻译助手:Quickly translate text right in your code 🚀 支持多种翻译命令(英译中、中译英、中文转多规则命名变量等),支持多种结果展示方式,支持配置百度、阿里、腾讯、火山、有道、Deep…☆14Mar 24, 2025Updated 11 months ago
- 集成Qwen与DeepSeek等先进大语言模型,支持纯LLM+分类层模式及LLM+LoRA+分类层模式,使用transformers模块化设计和训练便于根据需要调整或替换组件。☆19Sep 1, 2025Updated 6 months ago
- 中文版hf-alignment-handbook,大模型全套sft、dpo、orpo、cpt训练教程.☆14Aug 25, 2024Updated last year
- FT-Data Ranker: Fine-Tuning Data Processing Competition for LLMs (1B-Model Track & 7B-Model Track) FT-Data Ranker:大语言模型微调数据竞赛 -- 1B模型赛道比赛…☆15Dec 6, 2023Updated 2 years ago
- A minimal LLM sales agent framework for sales agent fast deployment and benchmark. Support OpenAI models, Claude, HuggingFace models, Gem…☆19Sep 6, 2024Updated last year
- ☆11Feb 25, 2026Updated last week
- 大模型API企业网关,公司内部API管理,分发聚和系统,支持将多种大模型转换成统一的OpenAI兼容接口,尤其对国内开源模型deepseek,qwen,kimi,glm提供特别支持 可供个人或者企业内部大模型API统一管理和渠道分发使用(key管理与二次分发),长期更新,支…☆37Sep 12, 2025Updated 5 months ago
- 阿里云天池 - GLM 法律行业大模型挑战赛 - 我们小组实现基于大模型的对话机器人源码☆17Oct 23, 2024Updated last year
- Implemented a script that automatically adjusts Qwen3's inference and non-inference capabilities, based on an OpenAI-like API. The infere…☆22May 9, 2025Updated 9 months ago
- 代码大模型 预训练&微调&DPO 数据处理 业界处理pipeline sota☆51Jul 25, 2024Updated last year
- MCP DeepResearch Server: 基于 LangGraph + Ollama + Tavily 的深度研究服务器,支持异步运行、超时控制与进度推送☆31Jun 16, 2025Updated 8 months ago
- Dify DSL collection收集Dify工作流文件DSL,这里很多文件并不是本人原创,而是收集而来,感谢原作者。目前我是初学github,后面会加入大量原创内容☆25Jul 13, 2025Updated 7 months ago
- Code for KDD 2023 long paper: MetricPrompt: Prompting Model as a Relevance Metric for Few-Shot Text Classification☆19Aug 10, 2024Updated last year
- Clustering and Ranking: Diversity-preserved Instruction Selection through Expert-aligned Quality Estimation☆90Nov 13, 2024Updated last year
- It is a simple demo of chatDB workflow in dify.☆24Dec 7, 2024Updated last year
- 服务端:Git开源项目Dify,前端:Dify-web。是我自己结合AI开发的一个web应用,目前支持:流式输出、文字转语音、markdown、上下文持续对话。其它功能接口待补充,欢迎一起学习交流完善!☆44Jul 18, 2025Updated 7 months ago
- ☆148Apr 16, 2024Updated last year
- Embed your LLM into a python function☆22Jan 9, 2025Updated last year
- The code of “Prototypical Graph Contrastive Learning”. [TNNLS 2022]☆24Aug 21, 2022Updated 3 years ago
- unify-easy-llm(ULM)旨在 打造一个简易的一键式大模型训练工具,支持Nvidia GPU、Ascend NPU等不同硬件以及常用的大模型。☆60Jul 26, 2024Updated last year
- You can play any API server that compatible with OpenAI API☆24Jun 6, 2024Updated last year
- 五星大厨:全面Multi-Agent 的客服机器人,基于langraph实现,txt2sql ,txt2cypher, lightrag, 多模态 等☆141Nov 17, 2025Updated 3 months ago
- An open-source chat text to control actions agentic workflow framework/showcase powered by Agently AI application development framework.☆29Sep 20, 2024Updated last year
- 模型 llava-Qwen2-7B-Instruct-Chinese-CLIP 增强中文文字识别能力和表情包内涵识别能力,接近gpt4o、claude-3.5-sonnet的识别水平!☆27Jul 23, 2024Updated last year
- ☆28Oct 14, 2024Updated last year
- LLM-based Multi-Agent 系统架构设计与项目代码实践☆35Nov 30, 2024Updated last year
- Qwen1.5-SFT(阿里, Ali), Qwen_Qwen1.5-2B-Chat/Qwen_Qwen1.5-7B-Chat微调(transformers)/LORA(peft)/推理☆74May 17, 2024Updated last year
- 阿里天池: 2023全球智能汽车AI挑战赛——赛道一:AI大模型检索问答 baseline 80+☆119Dec 28, 2023Updated 2 years ago
- 推荐系统入门教程,包含基础知识和相应的运行实例☆10Jan 9, 2024Updated 2 years ago
- 新闻文本自动摘要, 以Textrank 为基础,融入 标题特征,单句位置特征,重要实体特征,线索词特征,做句子的综合权重计算,并使用MMR算法,兼顾自动摘要的主题相关性和摘要多样性。☆26May 13, 2022Updated 3 years ago
- ☆42Mar 6, 2025Updated 11 months ago
- vanna.ai demo☆31May 1, 2024Updated last year
- Difyで作る生成AIアプリ完全入門☆17May 25, 2025Updated 9 months ago
- A simple WeChat Official Account layout tool based on Dify☆17Jun 27, 2025Updated 8 months ago