The official PyTorch implementation of Google's Gemma models
Yi is a bilingual language model and foundation model designed for natural language processing, reasoning, and reading comprehension in both English and Chinese. It is built as a transformer-based architecture capable of general purpose text generation and conversational tasks. The model is distinguished by its ability to function as a long context system, processing and analyzing extended input sequences up to 200k tokens. It also supports quantized versions that use low-bit precision to reduce memory footprints, enabling execution on consumer-grade hardware. The project covers a broad rang
Tinker Cookbook is an open-source framework for fine-tuning large language models, supporting supervised learning, reinforcement learning, and parameter-efficient techniques like LoRA adapters. It provides a complete pipeline for aligning models with human preferences through multi-stage RLHF workflows, from supervised fine-tuning through preference optimization to reinforcement learning. The framework distinguishes itself through recipe-based training orchestration, where fine-tuning workflows are defined as composable recipe files that chain data loading, model configuration, and training l
Qwen2.5 is a suite of large language model foundation models designed for natural language generation, code production, and complex mathematical reasoning. The project encompasses a multilingual language model capable of processing dozens of languages and a specialized code generation model for technical problem solving and debugging. The framework is distinguished by its long context capabilities, enabling the analysis of massive inputs ranging from 256K up to 1 million tokens. It further functions as an agentic framework, utilizing standardized templates and parsers to execute autonomous wo
Long Llama is a transformer-based language model and fine-tuning framework designed to process and maintain logical coherence across input sequences that significantly exceed standard length limits. By utilizing a focused transformer architecture, the project enables models to handle massive documents or entire books by training attention layers to track distant tokens.
cstankonrad/long_llama की मुख्य विशेषताएं हैं: Long Context Processing, Large Language Model Fine-Tuning, Long-Context Models, Language Model Fine-Tuning, Model Fine-Tuning, Layer-Specific Scaling, Automated Text Analysis, Inference Resource Optimization।
cstankonrad/long_llama के ओपन-सोर्स विकल्पों में शामिल हैं: 01-ai/yi — Yi is a bilingual language model and foundation model designed for natural language processing, reasoning, and reading… google/gemma_pytorch — The official PyTorch implementation of Google's Gemma models. thinking-machines-lab/tinker-cookbook — Tinker Cookbook is an open-source framework for fine-tuning large language models, supporting supervised learning,… qwenlm/qwen2.5 — Qwen2.5 is a suite of large language model foundation models designed for natural language generation, code… internlm/internlm — InternLM is a large language model and a comprehensive suite of weights designed for text generation and complex… zai-org/chatglm2-6b — ChatGLM2-6B is a bilingual chat large language model designed for natural conversation and text generation in both…