How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="mindw96/EXAONE-3.5-7.8B-it-DACON-LLM", trust_remote_code=True)
messages = [
    {"role": "user", "content": "Who are you?"},
]
pipe(messages)
# Load model directly
from transformers import AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained("mindw96/EXAONE-3.5-7.8B-it-DACON-LLM", trust_remote_code=True, dtype="auto")
Quick Links

Model Details

EXAONE-3.5-7.8B-it-DACON-LLM

๋‚œ๋…ํ™”๋œ ํ•œ๊ธ€ ๋ฆฌ๋ทฐ ๋ณต์› AI ๊ฒฝ์ง„๋Œ€ํšŒ

Model developers Dongwook Min (mindw96)

Model Release Date 12.01.2025.

Downloads last month
2
Safetensors
Model size
8B params
Tensor type
F32
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for mindw96/EXAONE-3.5-7.8B-it-DACON-LLM

Finetuned
(59)
this model
Quantizations
1 model