AI ExplorerAI Explorer
ToolsCategoriesSitesLLMsCompareAI QuizAlternativesPremium

—

AI Tools

—

Sites & Blogs

—

LLMs & Models

—

Categories

AI Explorer

Find and compare the best artificial intelligence tools for your projects.

Made within France

Explore

  • All tools
  • Sites & Blogs
  • LLMs & Models
  • Compare
  • Chatbots
  • AI Images
  • Code & Dev

Company

  • Premium
  • About
  • Contact
  • Blog

Legal

  • Legal notice
  • Privacy
  • Terms

© 2026 AI Explorer. All rights reserved.

HomeLLMsHyperCLOVAX SEED Think 14B GPTQ

HyperCLOVAX SEED Think 14B GPTQ

by K-Compression

Open source · 818k downloads · 0 likes

0.0
(0 reviews)ChatAPI & Local
About

HyperCLOVAX SEED Think 14B GPTQ is an advanced language model optimized for complex reasoning tasks through a 4-bit quantized architecture. Designed to balance performance and efficiency, it excels at generating structured and nuanced responses, particularly in contexts requiring deep analysis or critical thinking. Its primary use cases include writing assistance, synthesis of technical or scientific information, and decision support for demanding projects. What sets it apart is its ability to maintain high response quality while minimizing resource requirements, thanks to intelligent quantization of model weights. Ideal for environments where precision and speed are critical, it caters to developers, researchers, and professionals seeking a powerful yet accessible tool.

Documentation

HyperCLOVAX-SEED-Think-14B-GPTQ

Instruction

This repo contains GPTQ model files for HyperCLOVAX-SEED-Think-14B.

HyperCLOVAX-SEED-Think-14B-GPTQ was quantized using gptqmodel v4.0.0, following the guide.

Model Configuration

  • Original model: naver-hyperclovax/HyperCLOVAX-SEED-Think-14B
  • Quantization: GPTQ with 4-bit group-wise weight-only quantization (W4A16g128)

Quickstart

Python
from transformers import AutoModelForCausalLM, AutoTokenizer

model_name = "K-Compression/HyperCLOVAX-SEED-Think-14B-GPTQ"
model = AutoModelForCausalLM.from_pretrained(
    model_name,
    torch_dtype="bfloat16",
    device_map="auto"
)
tokenizer = AutoTokenizer.from_pretrained(model_name)

Performance(Non-Think)

ModelMMLU (0-shot)HAERAE (0-shot)
HyperCLOVA X SEED 14B Think0.71440.8130
HyperCLOVA X SEED 14B Think-GPTQ0.70180.8139

License

The model is licensed under HyperCLOVA X SEED Model License Agreement

Capabilities & Tags
transformerssafetensorshyperclovaxtext-generationconversationalcustom_codekoen4-bitgptq
Links & Resources
Specifications
CategoryChat
AccessAPI & Local
LicenseOpen Source
PricingOpen Source
Parameters14B parameters
Rating
0.0

Try HyperCLOVAX SEED Think 14B GPTQ

Access the model directly