awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
mistralai avatar

mistralai/mistral-finetune

0
View on GitHub↗
3,077 نجوم·308 تفرعات·Python·apache-2.0·11 مشاهدات

Mistral Finetune

This project is a language model finetuning framework designed to adapt large language models to specific datasets using supervised fine-tuning and low-rank adaptation. It serves as a distributed training manager that coordinates workloads and synchronizes gradients across multiple processing units to scale performance.

The framework includes a specialized toolkit for low-rank adaptation to update a subset of model weights, reducing memory and hardware requirements. It provides capabilities for instruction fine-tuning, domain adaptation, and the optimization of function calling to improve how models interact with external APIs.

The system covers the full training pipeline, including dataset processing for cleaning and validating conversational data, and an evaluation pipeline for tracking model accuracy. It also includes utilities for vocabulary extension to ensure compatibility between model checkpoints and tokenizers, and remote logging for real-time performance monitoring.

Features

  • Low-Rank Adaptation - Implements low-rank adaptation (LoRA) to efficiently tune a small subset of model weights.
  • Distributed Training Managers - Coordinates and scales language model training workloads across multiple compute nodes.
  • Distributed Gradient Synchronization - Implements mechanisms for coordinating gradient updates across multiple compute nodes during distributed training.
  • Instruction Fine-tuning - Implements methods for training language models to follow specific directions using structured instruction datasets.
  • LLM Evaluation Frameworks - Implements a monitoring system to track model accuracy and performance using systematic experiments and scorers.
  • LoRA Training - Uses low-rank adaptation to efficiently tune model weights while minimizing memory and hardware requirements.
  • Large Language Model Fine-Tuning Frameworks - Provides a comprehensive framework for adapting large language models using supervised fine-tuning and low-rank adaptation.
  • Distributed Training - Scales the training of large language models across multiple GPUs and processing units.
  • Model Training Pipelines - Manages end-to-end workflows for dataset preparation, training, and performance validation.
  • Dialogue Dataset Structuring - Converts raw conversational logs into structured schemas and templates required for instruction-following training.
  • LLM - Provides tools for cleaning, formatting, and validating raw text and conversational data.
  • Distributed Training Coordination - Coordinates training workloads across multiple processing units with device synchronization to scale computational performance.
  • Incremental Vocabulary Adaptation - Provides utilities to expand tokenizer vocabularies and adapt embedding layers without catastrophic forgetting.
  • Function Calling Interfaces - Trains models to accurately format tool calls and interact with external APIs via function calling interfaces.
  • LLM Domain Adaptations - Updates models with specific datasets to improve performance on niche topics or specialized knowledge.
  • Training Hyperparameter Configurations - Provides tools for adjusting specific training parameters like batch size and learning rate via configuration files.
  • Training Metric Streaming - Streams training progress and evaluation data to external dashboards for real-time performance tracking.
  • Model Performance Tracking - Implements a pipeline to track model accuracy and convergence by running test samples and logging metrics during training.
  • Model Training Metrics - Records diagnostic training metrics and evaluation data to external monitoring tools for performance analysis.
  • Experiment Tracking Dashboards - Streams training progress and evaluation data to remote dashboards for real-time performance visualization.
  • Fine-Tuning Frameworks - Lightweight codebase for memory-efficient model fine-tuning.
  • Fine-Tuning Frameworks - Lightweight codebase for efficient model fine-tuning.

سجل النجوم

مخطط تاريخ النجوم لـ mistralai/mistral-finetuneمخطط تاريخ النجوم لـ mistralai/mistral-finetune

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Mistral Finetune

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Mistral Finetune.
  • h2oai/h2o-llmstudioالصورة الرمزية لـ h2oai

    h2oai/h2o-llmstudio

    4,977عرض على GitHub↗

    h2o-llmstudio is a language model training framework that provides a no-code graphical interface for fine-tuning large language models on custom datasets. It functions as a specialized tool for managing the training lifecycle, from configuring hyperparameters to monitoring performance metrics. The project distinguishes itself through a multi-GPU training orchestrator that distributes workloads via data parallel processing and a low-rank adaptation tool for memory-efficient fine-tuning. It also includes a model evaluation dashboard featuring an interactive chat interface to verify conversation

    Pythonaichatbotchatgpt
    عرض على GitHub↗4,977
  • polyaxon/polyaxonالصورة الرمزية لـ polyaxon

    polyaxon/polyaxon

    3,707عرض على GitHub↗

    Polyaxon is a Kubernetes-native machine learning orchestration platform and MLOps pipeline orchestrator. It serves as a control plane for managing distributed deep learning workloads, automated machine learning pipelines, and experiment tracking. The platform distinguishes itself through specialized services for distributed training management, including MPI-based coordination for PyTorch and TensorFlow. It provides an automated hyperparameter optimization service utilizing Bayesian, random, and grid search algorithms, alongside managed interactive AI workspaces for launching Jupyter notebook

    MDX
    عرض على GitHub↗3,707
  • internlm/xtunerالصورة الرمزية لـ InternLM

    InternLM/xtuner

    5,150عرض على GitHub↗

    xtuner is a comprehensive training engine for large language models, offering a toolkit for pre-training, supervised fine-tuning, and the optimization of vision-language multimodal models. It serves as a distributed training accelerator and a specialized framework for scaling Mixture-of-Experts models and aligning model behavior through reinforcement learning from human feedback. The project distinguishes itself through advanced memory and compute optimizations, such as sequence parallelism for ultra-long context windows and interleaved pipeline parallelism to reduce GPU idle time. It provide

    Pythonagentdeepseek-v3gpt-oss
    عرض على GitHub↗5,150
  • openpipe/artالصورة الرمزية لـ OpenPipe

    OpenPipe/ART

    8,630عرض على GitHub↗

    ART is a platform for agentic training, providing a reinforcement learning framework, training environment, and compute orchestrator. It enables the improvement of multi-step agent reasoning and tool usage through group relative policy optimization and a judge-based reward modeling system. The project features tools for model distillation to transfer capabilities from large teacher models to smaller architectures, as well as a system for capturing execution trajectories to generate synthetic training data. It supports specialized training workflows including supervised fine-tuning for baselin

    Pythonagentagentic-aigrpo
    عرض على GitHub↗8,630
عرض جميع البدائل الـ 30 لـ Mistral Finetune→

الأسئلة الشائعة

ما هي وظيفة mistralai/mistral-finetune؟

This project is a language model finetuning framework designed to adapt large language models to specific datasets using supervised fine-tuning and low-rank adaptation. It serves as a distributed training manager that coordinates workloads and synchronizes gradients across multiple processing units to scale performance.

ما هي الميزات الرئيسية لـ mistralai/mistral-finetune؟

الميزات الرئيسية لـ mistralai/mistral-finetune هي: Low-Rank Adaptation, Distributed Training Managers, Distributed Gradient Synchronization, Instruction Fine-tuning, LLM Evaluation Frameworks, LoRA Training, Large Language Model Fine-Tuning Frameworks, Distributed Training.

ما هي البدائل مفتوحة المصدر لـ mistralai/mistral-finetune؟

تشمل البدائل مفتوحة المصدر لـ mistralai/mistral-finetune: h2oai/h2o-llmstudio — h2o-llmstudio is a language model training framework that provides a no-code graphical interface for fine-tuning large… polyaxon/polyaxon — Polyaxon is a Kubernetes-native machine learning orchestration platform and MLOps pipeline orchestrator. It serves as… internlm/xtuner — xtuner is a comprehensive training engine for large language models, offering a toolkit for pre-training, supervised… openpipe/art — ART is a platform for agentic training, providing a reinforcement learning framework, training environment, and… hiyouga/llama-factory — LLaMA-Factory is a comprehensive suite for dataset preparation, model fine-tuning, memory optimization, and… infrasys-ai/aiinfra.