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
·
THUDM avatar

THUDM/VisualGLM-6B

0
View on GitHub↗
4,157 stars·425 forks·Python·Apache-2.0·7 vues

VisualGLM 6B

VisualGLM-6B est un grand modèle de langage multimodal bilingue et un modèle vision-langage conçu pour les tâches conversationnelles et la compréhension visuelle. Il fonctionne comme une IA bilingue capable de traiter et de générer des réponses en chinois et en anglais.

Le système est un grand modèle de langage quantifié prenant en charge la précision 4 bits et 8 bits pour réduire l'utilisation de la mémoire et les exigences matérielles lors du déploiement local. C'est également un modèle de fine-tuning efficace en paramètres, permettant des ajustements de poids pour adapter le système à des tâches spécifiques sans réentraînement complet.

Le projet couvre l'IA conversationnelle multimodale et le dialogue basé sur l'image, permettant l'analyse de contenu visuel pour effectuer des tâches de compréhension visuelle dans plusieurs langues. Ses capacités incluent la quantification de la précision du modèle et le fine-tuning spécifique au domaine pour des applications spécialisées.

Features

  • Multimodal Conversational Interfaces - Provides a multimodal conversational system capable of understanding and discussing both images and text in English and Chinese.
  • Multimodal Capabilities - Combines visual information with language models to perform image-based dialogue and understanding in multiple languages.
  • Bilingual Language Models - Functions as a language model specifically trained for proficiency and natural dialogue in Chinese and English.
  • Multilingual Tokenizers - Utilizes a shared vocabulary to process and understand both Chinese and English text within a single model.
  • Image-Grounded Dialogue Generators - Generates conversational responses that answer questions and describe visual content from images.
  • Projector Mapping Layers - Uses projector mapping layers to align visual encoder features with the embedding space of the large language model.
  • Vision-Language Models - Integrates visual encoders with language models to enable image-based dialogue and visual analysis.
  • Visual-Text Projectors - Provides a mechanism to transform visual tokens into a sequence the language model can process as words.
  • Multilingual Conversational AI - Supports natural, multi-turn image-based conversations across multiple languages for a global user base.
  • Multimodal Large Language Models - Implements a neural architecture that processes both visual and textual inputs for conversational reasoning.
  • Parameter Efficient Fine-Tuning - Supports updating a small subset of model weights to adapt to new tasks without full retraining.
  • Multimodal Autoregressive Generations - Implements a causal language model head that generates text conditioned on both visual tokens and prior text history.
  • Visual Content Analysis - Processes image data to extract key information and generate natural language responses through visual understanding.
  • Quantized LLM Deployments - Supports 4-bit and 8-bit precision quantization to optimize the model for deployment on limited hardware.
  • Mixed-Precision Quantization - Converts model weights to 4-bit or 8-bit precision to lower memory requirements.
  • Weight Quantization - Employs weight quantization to 4-bit or 8-bit precision to reduce memory usage during local deployment.
  • Large Language Model Deployments - Enables running large multimodal models on local hardware using precision reduction to lower compute requirements.
  • Domain-Specific Fine-Tuning - Allows adjusting the visual language model for specialized tasks using parameter-efficient training methods.
  • Model Fine-Tuning - Allows adjusting model behavior for specific tasks using parameter-efficient methods to improve accuracy.
  • Large Language Models - Multimodal conversational model supporting image and text inputs.
  • Multimodal LLM Models - Multimodal model bridging vision and language for dialogue.

Historique des stars

Graphique de l'historique des stars pour thudm/visualglm-6bGraphique de l'historique des stars pour thudm/visualglm-6b

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait thudm/visualglm-6b ?

VisualGLM-6B est un grand modèle de langage multimodal bilingue et un modèle vision-langage conçu pour les tâches conversationnelles et la compréhension visuelle. Il fonctionne comme une IA bilingue capable de traiter et de générer des réponses en chinois et en anglais.

Quelles sont les fonctionnalités principales de thudm/visualglm-6b ?

Les fonctionnalités principales de thudm/visualglm-6b sont : Multimodal Conversational Interfaces, Multimodal Capabilities, Bilingual Language Models, Multilingual Tokenizers, Image-Grounded Dialogue Generators, Projector Mapping Layers, Vision-Language Models, Visual-Text Projectors.

Quelles sont les alternatives open-source à thudm/visualglm-6b ?

Les alternatives open-source à thudm/visualglm-6b incluent : zai-org/visualglm-6b — VisualGLM-6B is a multimodal large language model and vision-language system designed to process and generate text… tingsongyu/pytorch-tutorial-2nd — This project is a comprehensive instructional resource and course for building neural networks using PyTorch. It… openbmb/minicpm-v — MiniCPM-V is a multimodal large language model and vision-language system designed for complex visual and linguistic… thudm/cogvlm — CogVLM is a multimodal large language model designed to integrate visual and textual data for reasoning about images… thudm/chatglm2-6b — ChatGLM2-6B is an open-weight large language model designed for natural language conversations and text generation in… philschmid/deep-learning-pytorch-huggingface — This project provides a comprehensive collection of educational resources and technical guides for training,…

Alternatives open source à VisualGLM 6B

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec VisualGLM 6B.
  • zai-org/visualglm-6bAvatar de zai-org

    zai-org/VisualGLM-6B

    4,158Voir sur GitHub↗

    VisualGLM-6B is a multimodal large language model and vision-language system designed to process and generate text based on combined textual and visual inputs. It functions as a bilingual conversational AI capable of maintaining natural language interactions in both English and Chinese. The project utilizes quantized model weights to reduce memory requirements, enabling the deployment of the neural network on consumer-grade hardware. These compressed parameters allow for lower VRAM usage while maintaining the model's ability to analyze visual content and generate corresponding natural languag

    Pythonchatglm-6bgptmulti-modal
    Voir sur GitHub↗4,158
  • tingsongyu/pytorch-tutorial-2ndAvatar de TingsongYu

    TingsongYu/PyTorch-Tutorial-2nd

    4,555Voir sur GitHub↗

    This project is a comprehensive instructional resource and course for building neural networks using PyTorch. It covers the fundamental building blocks of deep learning, including tensor manipulation, automatic differentiation, and the construction of modular neural network components. The repository serves as a technical guide for several specialized domains. It provides implementation details for computer vision tasks such as image classification, object detection, and semantic segmentation, as well as natural language processing workflows involving transformers, recurrent networks, and gen

    Jupyter Notebookcomputer-visiondeepsortdiffusion-models
    Voir sur GitHub↗4,555
  • openbmb/minicpm-vAvatar de OpenBMB

    OpenBMB/MiniCPM-V

    25,653Voir sur GitHub↗

    MiniCPM-V is a multimodal large language model and vision-language system designed for complex visual and linguistic understanding. It functions as an on-device AI model, providing the capacity to process text, images, and video as a compact neural network. The project is specifically developed as an edge AI framework, utilizing quantization and weight sharding to run on memory-constrained mobile chipsets. This allows for the deployment of multimodal intelligence directly on mobile operating systems for local inference. Its capabilities cover multimodal content analysis of high-resolution im

    Python
    Voir sur GitHub↗25,653
  • thudm/cogvlmAvatar de THUDM

    THUDM/CogVLM

    6,742Voir sur GitHub↗

    CogVLM is a multimodal large language model designed to integrate visual and textual data for reasoning about images and generating natural language. It functions as a visual question answering system that analyzes image content to provide detailed descriptions or answer specific questions. The project includes a visual grounding model capable of mapping text descriptions to precise bounding box coordinates within an image. It also features a vision-based automation agent that analyzes screen captures to generate execution plans and interaction coordinates for software interfaces. The system

    Python
    Voir sur GitHub↗6,742
Voir les 30 alternatives à VisualGLM 6B→