tunedai/philosopher-14b-merged

Hugging Face
TEXT GENERATIONConcurrency Cost:1Model Size:14BQuant:FP8Ctx Length:32kPublished:May 8, 2026License:cc-by-nc-4.0Architecture:Transformer Open Weights Warm

The tunedai/philosopher-14b-merged model is a 14 billion parameter causal language model developed by TunedAI Labs, offering a fully merged version of Philosopher-14B. With a 32768 token context length, this model is designed for direct loading with Hugging Face Transformers without PEFT. It is suitable for general text generation tasks, particularly those requiring substantial context processing.

Loading preview...

Overview

The tunedai/philosopher-14b-merged is a 14 billion parameter causal language model developed by TunedAI Labs. This version is a fully merged iteration of the original tunedai/philosopher-14b, designed for straightforward integration and use with the Hugging Face transformers library. It eliminates the need for PEFT (Parameter-Efficient Fine-Tuning) during loading, simplifying deployment.

Key Capabilities

  • Direct Loading: Can be loaded directly using AutoModelForCausalLM and AutoTokenizer from the transformers library.
  • High Context Length: Supports a context window of 32768 tokens, enabling processing of extensive inputs.
  • Simplified Deployment: The merged architecture streamlines the setup process, making it easier for developers to get started.
  • General Text Generation: Capable of generating human-like text based on provided prompts and context.

Good For

  • Developers seeking a powerful 14B parameter model with a large context window.
  • Applications requiring direct model loading without additional fine-tuning layers.
  • Tasks involving extensive text processing and generation where a substantial context is beneficial.