awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 repositorios

Awesome GitHub RepositoriesSampling Parameter Tuning

Fine-tuning of token selection parameters like temperature and top-p to control output variance.

Distinct from Parameter Sampling: Focuses on adjusting inference-time sampling parameters rather than parameter value suggestions for optimization.

Explore 6 awesome GitHub repositories matching artificial intelligence & ml · Sampling Parameter Tuning. Refine with filters or upvote what's useful.

Awesome Sampling Parameter Tuning GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • openbmb/minicpmAvatar de OpenBMB

    OpenBMB/MiniCPM

    9,464Ver en GitHub↗

    MiniCPM is a collection of small language models designed for local, on-device deployment in resource-constrained environments. The project focuses on running dense Transformer models on consumer hardware, including GPUs, CPUs, and Apple Silicon, without requiring custom code forks. The project distinguishes itself through heavy optimization for edge hardware, utilizing quantized weight compression in GGUF and MLX formats to reduce memory overhead. It implements advanced inference techniques such as speculative sampling and radix-tree prefix caching to accelerate generation speed and throughp

    Adjusts temperature and top-p parameters to balance concise responses and expanded reasoning.

    Jupyter Notebook
    Ver en GitHub↗9,464
  • sigoden/aichatAvatar de sigoden

    sigoden/aichat

    9,328Ver en GitHub↗

    This project is a terminal-based command line interface client and agent orchestrator for interacting with multiple large language model providers. It functions as an OpenAI API client and a local API gateway that exposes chat completions and embeddings through an HTTP server. The system distinguishes itself by providing a retrieval-augmented generation tool for indexing local files and URLs into a vector database to provide custom document context. It allows for the creation of specialized AI agents that combine custom system prompts with tool calling and external function execution. The to

    Allows adjusting inference-time sampling parameters like temperature to control the randomness of generated text.

    Rustaiai-agentschatbot
    Ver en GitHub↗9,328
  • ztjhz/betterchatgptAvatar de ztjhz

    ztjhz/BetterChatGPT

    8,403Ver en GitHub↗

    BetterChatGPT is a cross-platform user interface and OpenAI API client designed for interacting with large language models. It functions as a prompt engineering workspace and a self-hosted AI frontend that allows users to connect to models via API keys or custom proxy endpoints. The project distinguishes itself through conversation management tools, including the ability to organize chats into color-coded folders and maintain a library of reusable prompt templates. It also includes a real-time cost monitoring system that tracks token consumption and calculates estimated pricing for interactio

    Allows fine-tuning of response styles by adjusting inference parameters like presence penalties and persona roles.

    TypeScriptbetter-chat-gptchatbotchatgpt
    Ver en GitHub↗8,403
  • elder-plinius/g0dm0d3Avatar de elder-plinius

    elder-plinius/G0DM0D3

    8,351Ver en GitHub↗

    G0DM0D3 is a static web client and multi-model chat gateway designed for AI research, prompt optimization, and red teaming. It provides a unified interface to query numerous AI models in parallel, allowing for the simultaneous evaluation of different prompt variations and sampling parameters to identify the most successful outputs. The project features specialized tooling for probing safety filters and bypassing model constraints through an input perturbation engine that applies text obfuscation and character substitution. It includes a composite scoring system to rank model performance and a

    Provides tools to refine sampling parameters like temperature and top-p through a feedback-driven loop.

    TypeScript
    Ver en GitHub↗8,351
  • facico/chinese-vicunaAvatar de Facico

    Facico/Chinese-Vicuna

    4,121Ver en GitHub↗

    Chinese-Vicuna es un modelo de lenguaje grande chino e IA que sigue instrucciones basado en la arquitectura LLaMA. Está diseñado específicamente para la comprensión y generación de lenguaje natural en el idioma chino, utilizando un modelo ajustado por instrucciones para seguir prompts complejos de usuario a través de conversaciones. El proyecto proporciona un framework de ajuste fino LoRA y sistemas de cuantización para permitir la adaptación del modelo y la inferencia en hardware de consumo. Implementa inferencia cuantizada para reducir el uso de memoria tanto en CPUs como en GPUs, soportado por una implementación de bajo nivel en C++ para minimizar los requisitos de recursos del sistema. El sistema cubre una amplia gama de capacidades de procesamiento de lenguaje natural, incluyendo gestión de conversaciones multivuelta, traducción multilingüe y generación de código de programación. También incluye herramientas para entrenamiento específico de dominio, conversión de formato de modelo y una interfaz de chat interactiva con salida de texto en streaming.

    Allows fine-tuning of sampling, beam search, and repetition penalties to control output quality.

    Calpacachinesellama
    Ver en GitHub↗4,121
  • yolain/comfyui-easy-useAvatar de yolain

    yolain/ComfyUI-Easy-Use

    2,567Ver en GitHub↗

    ComfyUI-Easy-Use is a custom node suite and workflow optimizer designed to simplify Stable Diffusion generation pipelines. It provides a set of integrated tools to reduce visual clutter and streamline the process of creating images from text and existing image references. The project distinguishes itself through a pipeline manager that consolidates models, conditioning, and latents into unified data pipes, eliminating complex wiring in the node graph. It also introduces a logical operator set that enables conditional if-else branching and for-loop structures directly within the visual program

    Separates sampling setting definitions from sampler execution to improve visibility of the denoising process.

    Python
    Ver en GitHub↗2,567
  1. Home
  2. Artificial Intelligence & ML
  3. Model Parameters
  4. Parameter Sampling
  5. Sampling Parameter Tuning

Explorar subetiquetas

  • Sampling Parameter DecouplingSeparation of sampling setting definitions from the execution node to improve workflow visibility and reuse. **Distinct from Sampling Parameter Tuning:** Focuses on the architectural separation of parameters from execution logic rather than the tuning of the values themselves