[AIKAR 1.2 Pro] 🚀

Model License Model Type Training Framework Developer

🌟 Overview

AIKAR 1.2 Pro는 LOOP에서 개발한 차세대 고성능 대규모 언어 모델(LLM) 시리즈의 정점입니다. 이전 모델인 AIKAR 1.1의 아키텍처를 계승하면서도, 더욱 방대하고 정교한 데이터셋을 통한 지속적인 학습(Continuous Training)을 통해 추론 능력, 다국어 처리 성능, 그리고 복합적인 명령어 준수 능력을 비약적으로 향상시켰습니다.

본 모델은 개발자 DFveloper의 비전 아래, 실무 환경에서의 높은 범용성과 정밀한 응답 생성을 목표로 설계되었습니다.

✨ Key Features

  • Advanced Reasoning: 복잡한 논리적 추론 및 수학적 문제 해결 능력 강화.
  • Enhanced Instruction Following: 사용자의 미세한 뉘앙스를 파악하고 의도에 부합하는 정확한 결과물 도출.
  • Multilingual Excellence: 한국어 및 영어 등 다양한 언어 간의 자연스러운 전환 및 문맥 유지 능력 최적화.
  • Optimized Efficiency: Pro 모델로서 추론 성능과 연산 효율성 사이의 최적의 균형 달성.
  • Contextual Awareness: 긴 대화 맥락에서도 정보의 일관성을 유지하는 강력한 Context Window 관리.

🛠 Training Details

  • Base: Thanks to Google, Gemma 4 26B A4B
  • Developer: LOOP (Lead Developer: DFveloper)
  • Architecture: Gemma 4 26B A4B
  • Dataset: High-quality curated web text, code, mathematical reasoning datasets, and instruction-tuning datasets.

🚀 Quick Start (Usage)

Hugging Face의 transformers 라이브러리를 사용하여 모델을 로드하고 실행하는 방법은 다음과 같습니다.

from transformers import AutoModelForCausalLM, AutoTokenizer
import torch

model_id = "DFveloper/AIKAR-1.2-Pro"

tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(
    model_id,
    torch_dtype=torch.bfloat16,
    device_map="auto"
)

prompt = "Tell me a story."
inputs = tokenizer(prompt, return_tensors="pt").to("cuda")

outputs = model.generate(**inputs, max_new_tokens=128)
print(tokenizer.decode(outputs[0], skip_special_tokens=True))

🤝 Contributing

AIKAR 1.2 Pro의 성능 개선이나 버그 제보는 LOOP GitHub Repository를 통해 언제든 환영합니다. 사용자의 피드백은 차세대 모델 개발의 핵심 자산이 됩니다.

📜 License

This model is released under the Apache License 2.0.


"The journey of intelligence never ends. We move forward, one token at a time." — Developed by LOOP

Downloads last month
56
Safetensors
Model size
26B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for DFveloper/AIKAR-1.2-Pro

Finetuned
(28)
this model
Quantizations
3 models