awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

Awesome GitHub RepositoriesPruning Ratio Optimization

Automatically determining the optimal percentage of parameters to remove to meet resource budgets.

Distinct from Model Pruning: Focuses on the search for optimal pruning ratios rather than the execution of the pruning.

Explore 3 awesome GitHub repositories matching artificial intelligence & ml · Pruning Ratio Optimization. Refine with filters or upvote what's useful.

Awesome Pruning Ratio Optimization GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • vainf/torch-pruningAvatar de VainF

    VainF/Torch-Pruning

    3,319Voir sur GitHub↗

    Torch-Pruning is a deep learning model pruning tool and neural network optimization toolkit designed for PyTorch. The library analyzes neural network graphs to remove redundant parameters and channels, reducing model size and computational costs. The framework traces computational graphs dynamically using sample inputs to map relational dependencies and identify coupled layers that require simultaneous pruning. It evaluates and ranks layer parameters across the entire network using global importance ranking and applies structural constraints to optimize overall outcomes. Additional capabili

    Perform global importance ranking across network layers and apply structural constraints to optimize overall pruning results.

    Pythonefficient-deep-learningllmmodel-compression
    Voir sur GitHub↗3,319
  • eric-mitchell/direct-preference-optimizationAvatar de eric-mitchell

    eric-mitchell/direct-preference-optimization

    2,888Voir sur GitHub↗

    Ce projet est un framework destiné à aligner les grands modèles de langage (LLM) sur les préférences humaines. Il fournit une bibliothèque permettant d'optimiser le comportement des modèles en mappant directement les données de préférence sur un objectif de politique, sans avoir recours à un modèle de récompense distinct. Le framework utilise un objectif mathématique en forme fermée pour ajuster les poids du modèle en maximisant la probabilité des réponses préférées par rapport aux autres. Il inclut une boîte à outils pour le fine-tuning supervisé, permettant aux utilisateurs d'établir une base de référence stable sur des données de démonstration avant d'appliquer des techniques d'optimisation basées sur les préférences. La bibliothèque prend en charge l'entraînement distribué, permettant de mettre à l'échelle l'alignement des modèles sur plusieurs accélérateurs matériels grâce au sharding de données et à des stratégies de parallélisation. Elle fournit également des utilitaires pour préparer des jeux de données de préférence personnalisés, en mappant les prompts et les paires de réponses pour structurer le feedback humain destiné au pipeline d'entraînement.

    Adjusts model weights by maximizing the likelihood of preferred responses relative to dispreferred ones using a closed-form mathematical objective.

    Python
    Voir sur GitHub↗2,888
  • tencent/pocketflowAvatar de Tencent

    Tencent/PocketFlow

    2,914Voir sur GitHub↗

    PocketFlow is an integrated toolkit for deep learning model compression, distributed training, and mobile format optimization. It provides a system for reducing the size and complexity of neural networks to improve inference efficiency, featuring a dedicated engine for knowledge distillation and a mobile model optimizer. The framework differentiates itself through an automated hyperparameter tuning system that uses reinforcement learning and statistical models to determine optimal compression ratios and layer-wise bit allocation. It also includes a distributed training system that utilizes mu

    Uses reinforcement learning to find optimal compression ratios that meet specific computation or FLOPs budgets.

    Pythonautomlcomputer-visiondeep-learning
    Voir sur GitHub↗2,914
  1. Home
  2. Artificial Intelligence & ML
  3. Model Optimization
  4. Compression Techniques
  5. Model Pruning
  6. Pruning Ratio Optimization

Explorer les sous-tags

  • Global Layer Pruning OptimizersPerform global importance ranking across network layers and apply structural constraints to optimize overall pruning results. **Distinct from Pruning Ratio Optimization:** Distinct from Pruning Ratio Optimization: focuses specifically on global layer importance ranking and structural constraint application across the network.
  • Preference Alignment ObjectivesMathematical objectives used to align language model outputs with human preferences by optimizing the likelihood of preferred responses. **Distinct from Pruning Ratio Optimization:** Distinct from Pruning Ratio Optimization: focuses on policy alignment via preference data rather than parameter reduction for resource efficiency.