awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
google-deepmind avatar

google-deepmind/gemma

0
View on GitHub↗
5,475 Stars·973 Forks·Python·Apache-2.0·6 Aufrufegemma-llm.readthedocs.io↗

Gemma

Gemma ist eine Familie von Open-Weights Large Language Models, die auf einer Decoder-only-Transformer-Architektur basieren. Diese Modelle sind für Textgenerierung und multimodale Konversationen konzipiert und in der Lage, Antworten basierend auf sowohl textuellen als auch visuellen Eingabesequenzen zu verarbeiten und zu generieren.

Das Projekt bietet ein feinabgestimmtes KI-Modell, das Gewichtsanpassungen und Low-Rank-Adaption unterstützt, um die Leistung für bestimmte Aufgaben zu spezialisieren. Es beinhaltet Unterstützung für quantisierte Gewichte, um den Speicherverbrauch zu reduzieren und die Inferenzgeschwindigkeit auf begrenzter Hardware zu erhöhen.

Die Funktionspalette deckt multimodale KI-Integration, Speicheroptimierung durch Parameter-Sharding sowie die Integration externer Tools und APIs zum Abrufen von Echtzeitdaten ab. Es ermöglicht zudem die Generierung von Bildern aus Text und das Sampling strukturierter Textausgaben.

Features

  • Open Multimodal Model Deployers - Deploys a family of open and efficient multimodal models capable of text and image generation.
  • Open-Weights Models - Provides a family of large language models with publicly available weights for local or cloud execution.
  • Decoder Architectures - Implements a transformer-based architecture utilizing causal attention mechanisms for autoregressive sequence generation.
  • LLM Fine-Tuning - Fine-tunes large language models on custom datasets using parameter-efficient methods like LoRA.
  • GPU Memory Optimizers - Optimizes VRAM usage for large models through quantization and parameter sharding to fit on limited GPUs.
  • Multi-Modal Inference Engines - Provides an inference engine capable of processing and analyzing combined text and vision inputs within a single model.
  • Multi-modal Language Models - Provides a model capable of processing and generating responses from both textual and visual input sequences.
  • Cross-Attention Mechanisms - Integrates visual and textual data by mapping different input modalities into a shared latent space for joint processing.
  • Model Deployments - Provides open weights that can be downloaded and deployed on local or cloud hardware.
  • Decoder-Only Architectures - Utilizes a decoder-only transformer architecture for autoregressive sequence generation.
  • Fine-tunable Models - Supports weight adjustment and low-rank adaptation to specialize performance for particular tasks.
  • Multi-Modal AI - Processes and generates responses based on both textual and visual input sequences within a single workflow.
  • External Tool Integrations - Connects AI assistants to external utilities and APIs to perform actions and retrieve real-time data.
  • Text-to-Image Generators - Implements pipelines that generate high-resolution images from natural language text prompts.
  • Language Model Fine-Tuning - Provides frameworks and utilities for adjusting pre-trained language models using memory-efficient training methods.
  • Model Fine-Tuning - Provides procedures for adapting pre-trained models to specific datasets or tasks.
  • Low-Rank Adaptation - Supports training a small number of additional weight matrices while keeping base weights frozen to reduce hardware requirements.
  • Quantized Models - Includes support for quantized weights to reduce memory usage and increase inference speed on limited hardware.
  • Weight Quantization - Compresses model weights into lower-precision formats to reduce memory footprint and accelerate inference.
  • Tool Use And Integration - Enables the model to call external functions and APIs to retrieve real-time data and perform actions.
  • Distributed Parameter Sharding - Partitions large-scale model tensors across multiple compute nodes to facilitate parallel processing and overcome memory limits.
  • Deep Learning Frameworks - Open-weights large language models based on advanced research.

Star-Verlauf

Star-Verlauf für google-deepmind/gemmaStar-Verlauf für google-deepmind/gemma

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht google-deepmind/gemma?

Gemma ist eine Familie von Open-Weights Large Language Models, die auf einer Decoder-only-Transformer-Architektur basieren. Diese Modelle sind für Textgenerierung und multimodale Konversationen konzipiert und in der Lage, Antworten basierend auf sowohl textuellen als auch visuellen Eingabesequenzen zu verarbeiten und zu generieren.

Was sind die Hauptfunktionen von google-deepmind/gemma?

Die Hauptfunktionen von google-deepmind/gemma sind: Open Multimodal Model Deployers, Open-Weights Models, Decoder Architectures, LLM Fine-Tuning, GPU Memory Optimizers, Multi-Modal Inference Engines, Multi-modal Language Models, Cross-Attention Mechanisms.

Welche Open-Source-Alternativen gibt es zu google-deepmind/gemma?

Open-Source-Alternativen zu google-deepmind/gemma sind unter anderem: nndl/llm-beginner — This project is a collection of educational resources and technical guides focused on the development and… qwenlm/qwen-7b — Qwen-7B is a pretrained causal language model designed for natural language generation, text processing, and complex… thudm/chatglm3 — ChatGLM3 is an open-weights large language model designed for bilingual conversational interactions in English and… thudm/glm-4 — GLM-4 is an open weights large language model designed as a multimodal chat system. It functions as a… thudm/chatglm2-6b — ChatGLM2-6B is an open-weight large language model designed for natural language conversations and text generation in… nvidia/isaac-gr00t.

Open-Source-Alternativen zu Gemma

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Gemma.
  • nndl/llm-beginnerAvatar von nndl

    nndl/llm-beginner

    6,421Auf GitHub ansehen↗

    This project is a collection of educational resources and technical guides focused on the development and implementation of large language models. It provides a comprehensive curriculum covering transformer architectures, training methods, and deployment strategies. The materials provide detailed instructions for building autonomous agents using reasoning loops and tool integration, as well as guides for fine-tuning models through supervised learning and preference optimization. It also includes tutorials for constructing retrieval augmented generation pipelines and implementing transformer m

    Pythonagentfudannlpllm
    Auf GitHub ansehen↗6,421
  • qwenlm/qwen-7bAvatar von QwenLM

    QwenLM/Qwen-7B

    21,343Auf GitHub ansehen↗

    Qwen-7B is a pretrained causal language model designed for natural language generation, text processing, and complex reasoning tasks. It is available as an instruction-tuned model optimized for conversational interactions and a tool-use model capable of executing function calls and interacting with external APIs. The project provides a quantized version of the model to reduce GPU memory usage and supports the development of autonomous agents that can execute code and perform functions to complete complex goals. The system covers a wide range of capabilities including model fine-tuning throug

    Python
    Auf GitHub ansehen↗21,343
  • thudm/chatglm3Avatar von THUDM

    THUDM/ChatGLM3

    13,676Auf GitHub ansehen↗

    ChatGLM3 is an open-weights large language model designed for bilingual conversational interactions in English and Chinese. It functions as a tool-augmented system capable of calling external functions and executing internal code to resolve complex tasks. The model utilizes four-bit quantization to reduce memory requirements, enabling inference on consumer hardware and diverse processing units including GPUs and CPUs. It features an expanded context window for processing and summarizing long documents and includes a supervised fine-tuning pipeline for adapting the model to specialized domains

    Python
    Auf GitHub ansehen↗13,676
  • thudm/glm-4Avatar von THUDM

    THUDM/GLM-4

    7,059Auf GitHub ansehen↗

    GLM-4 is an open weights large language model designed as a multimodal chat system. It functions as a reasoning-focused and multilingual model capable of processing and generating responses across text and visual data types. The model is distinguished by its function-calling capabilities, allowing it to interface with external tools and APIs to execute tasks and retrieve real-time information. It is optimized for complex logical reasoning, mathematical problem solving, and deep research involving long-form content generation. Broad capabilities include multilingual text generation, the creat

    Python
    Auf GitHub ansehen↗7,059
Alle 30 Alternativen zu Gemma anzeigen→