Edit model card

Model

  • base_model : yanolja/KoSOLAR-10.7B-v0.2
  • training objective: freeze, instruction Tuning

Dataset

공개 데이터 수집

  • Deduplicating Training Data Makes Language Models Better 알고리즘 활용
  • instruction version 1.4

Code

from transformers import AutoModelForCausalLM, AutoTokenizer
import torch

model_name = "jjingyeom/freeze_KoSoLAR-10.7B-v0.2_1.4_dedup"
model = AutoModelForCausalLM.from_pretrained(
        model_name,
)
tokenizer = AutoTokenizer.from_pretrained(model_name)
Downloads last month
49
Safetensors
Model size
10.8B params
Tensor type
F32
·
Inference Examples
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.

Model tree for jingyeom/freeze_KoSoLAR-10.7B-v0.2_1.4_dedup

Adapters
1 model