This model contains only the language model component extracted from the original Vision-Language Model (VLM). The vision encoder and multimodal projector have been removed, making it a pure text-to-text model compatible with standard LLaMA inference pipelines.
Model Details
Property
Value
Architecture
LlamaForCausalLM
Parameters
~33B
Hidden Size
5120
Layers
72
Attention Heads
40
KV Heads
8 (GQA)
Intermediate Size
24192
Context Length
128K
Vocab Size
128,256
Precision
bfloat16
RoPE Theta
50,000,000
What Was Extracted
The original VLM consists of:
Vision Encoder
: Qwen2.5-VL based (~600M params) -
removed
MM Projector
: Multimodal projection layers -
removed
Language Model
: HyperCLOVAX LLM (~33B params) -
extracted
✓
Only the
model.language_model.*
weights were extracted and remapped to standard LLaMA format.
Usage
With Transformers
from transformers import AutoModelForCausalLM, AutoTokenizer
model_id = "minpeter/HyperCLOVAX-SEED-Text-Think-32B-hf"
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(
model_id,
torch_dtype="bfloat16",
device_map="auto"
)
messages = [{"role": "user", "content": "What is the capital of South Korea?"}]
inputs = tokenizer.apply_chat_template(messages, return_tensors="pt", add_generation_prompt=True)
outputs = model.generate(inputs.to(model.device), max_new_tokens=512)
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
from openai import OpenAI
client = OpenAI(base_url="http://localhost:8000/v1", api_key="dummy")
response = client.chat.completions.create(
model="minpeter/HyperCLOVAX-SEED-Text-Think-32B-hf",
messages=[{"role": "user", "content": "안녕하세요! 한국어로 대화할 수 있나요?"}]
)
print(response.choices[0].message.content)
Thinking Mode
The model supports a "thinking mode" for complex reasoning tasks. Use the
<|thinking|>
token to trigger extended reasoning:
messages = [
{"role": "user", "content": "Solve this step by step: If x + 2y = 10 and 3x - y = 5, find x and y."}
]
# The model may produce <|thinking|>...</|thinking|> blocks with its reasoning process
HyperCLOVAX-SEED-Text-Think-32B-hf huggingface.co is an AI model on huggingface.co that provides HyperCLOVAX-SEED-Text-Think-32B-hf's model effect (), which can be used instantly with this minpeter HyperCLOVAX-SEED-Text-Think-32B-hf model. huggingface.co supports a free trial of the HyperCLOVAX-SEED-Text-Think-32B-hf model, and also provides paid use of the HyperCLOVAX-SEED-Text-Think-32B-hf. Support call HyperCLOVAX-SEED-Text-Think-32B-hf model through api, including Node.js, Python, http.
HyperCLOVAX-SEED-Text-Think-32B-hf huggingface.co is an online trial and call api platform, which integrates HyperCLOVAX-SEED-Text-Think-32B-hf's modeling effects, including api services, and provides a free online trial of HyperCLOVAX-SEED-Text-Think-32B-hf, you can try HyperCLOVAX-SEED-Text-Think-32B-hf online for free by clicking the link below.
minpeter HyperCLOVAX-SEED-Text-Think-32B-hf online free url in huggingface.co:
HyperCLOVAX-SEED-Text-Think-32B-hf is an open source model from GitHub that offers a free installation service, and any user can find HyperCLOVAX-SEED-Text-Think-32B-hf on GitHub to install. At the same time, huggingface.co provides the effect of HyperCLOVAX-SEED-Text-Think-32B-hf install, users can directly use HyperCLOVAX-SEED-Text-Think-32B-hf installed effect in huggingface.co for debugging and trial. It also supports api for free installation.
HyperCLOVAX-SEED-Text-Think-32B-hf install url in huggingface.co: