Text Generation
Transformers
Safetensors
Korean
llama
text-generation-inference
Inference Endpoints
Edit model card

Yi-Ko-6B-Instruct-v1.1

Model Details

Base Model

beomi/Yi-Ko-6B

Training Dataset

  1. kyujinpy/KOR-OpenOrca-Platypus-v3 🙇
  2. beomi/KoAlpaca-v1.1a 🙇
  3. maywell/ko_wikidata_QA 🙇
  4. AIHub 데이터 활용

Instruction Format

### User:
{instruction}

### Assistant:
{response}

Loading the Model

import torch
from transformers import AutoModelForCausalLM, AutoTokenizer

tokenizer = AutoTokenizer.from_pretrained("wkshin89/Yi-Ko-6B-Instruct-v1.1")
model = AutoModelForCausalLM.from_pretrained(
    "wkshin89/Yi-Ko-6B-Instruct-v1.1",
    device_map="auto",
    torch_dtype=torch.bfloat16,
)
Downloads last month
3,401
Safetensors
Model size
6.18B params
Tensor type
BF16
·
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.

Finetuned from

Datasets used to train wkshin89/Yi-Ko-6B-Instruct-v1.1