How to use from
SGLang
Install from pip and serve model
# Install SGLang from pip:
pip install sglang
# Start the SGLang server:
python3 -m sglang.launch_server \
    --model-path "Saxo/Linkbricks-Horizon-AI-Korean-llama3.1-sft-rlhf-dpo-8B" \
    --host 0.0.0.0 \
    --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "Saxo/Linkbricks-Horizon-AI-Korean-llama3.1-sft-rlhf-dpo-8B",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker images
docker run --gpus all \
    --shm-size 32g \
    -p 30000:30000 \
    -v ~/.cache/huggingface:/root/.cache/huggingface \
    --env "HF_TOKEN=<secret>" \
    --ipc=host \
    lmsysorg/sglang:latest \
    python3 -m sglang.launch_server \
        --model-path "Saxo/Linkbricks-Horizon-AI-Korean-llama3.1-sft-rlhf-dpo-8B" \
        --host 0.0.0.0 \
        --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "Saxo/Linkbricks-Horizon-AI-Korean-llama3.1-sft-rlhf-dpo-8B",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Quick Links

Model Card for Model ID

AI μ „λ¬Έ 기업인 Linkbricks Horizon-AI 의 λ°μ΄ν„°μ‚¬μ΄μ–Έν‹°μŠ€νŠΈμΈ μ§€μœ€μ„±(Saxo) λŒ€ν‘œκ°€ NousResearch/Meta-Llama-3.1-8B-Instruct 베이슀λͺ¨λΈμ„ KT-CLOUDμƒμ˜ H100-80G 4개λ₯Ό 톡해 SFT->RLHF->DPO 파인 νŠœλ‹μ„ ν•œ ν•œκΈ€ μ–Έμ–΄ λͺ¨λΈλ‘œ ν•œκ΅­μ–΄-쀑ꡭ어-μ˜μ–΄-일본어 ꡐ차 ν•™μŠ΅ 데이터와 λ‘œμ§€μ»¬ 데이터λ₯Ό ν†΅ν•˜μ—¬ ν•œμ€‘μΌμ˜ μ–Έμ–΄ ꡐ차 증강 μ²˜λ¦¬μ™€ λ³΅μž‘ν•œ ν•œκΈ€ 논리 문제 μ—­μ‹œ λŒ€μ‘ κ°€λŠ₯ν•˜λ„λ‘ ν›ˆλ ¨ν•œ λͺ¨λΈμ΄λ©° ν† ν¬λ‚˜μ΄μ €λŠ” 단어 ν™•μž₯ 없이 베이슀 λͺ¨λΈ κ·ΈλŒ€λ‘œ μ‚¬μš©. 특히 고객 λ¦¬λ·°λ‚˜ μ†Œμ…œ ν¬μŠ€νŒ… 고차원 뢄석 및 코딩등이 κ°•ν™”λœ λͺ¨λΈ, 128k-Context Window, Tool Calling 지원 Deepspeed Stage=3, rslora, flash attention 2 λ₯Ό μ‚¬μš©

CEO Yunsung Ji (Saxo), a data scientist at Linkbricks Horizon-AI, a company specializing in AI and big data analytics, fine-tuned the NousResearch/Meta-Llama-3.1-8B-Instruct base model with SFT->RLHF->DPO using four H100-80Gs on KT-CLOUD. It is a Korean language model trained to handle complex Korean logic problems through Korean-Chinese-English-Japanese cross-training data and logical data, and Tokenizer uses the base model without word expansion.

www.linkbricks.com, www.linkbricks.vc

Downloads last month
356
Safetensors
Model size
8B params
Tensor type
BF16
Β·
Inference Providers NEW
Input a message to start chatting with Saxo/Linkbricks-Horizon-AI-Korean-llama3.1-sft-rlhf-dpo-8B.

Model tree for Saxo/Linkbricks-Horizon-AI-Korean-llama3.1-sft-rlhf-dpo-8B

Quantized
(14)
this model
Merges
1 model
Quantizations
1 model

Datasets used to train Saxo/Linkbricks-Horizon-AI-Korean-llama3.1-sft-rlhf-dpo-8B

Spaces using Saxo/Linkbricks-Horizon-AI-Korean-llama3.1-sft-rlhf-dpo-8B 8