Yi-Ko-6B-Instruct-v1.1
Model Details
Base Model
Training Dataset
- kyujinpy/KOR-OpenOrca-Platypus-v3 π
- beomi/KoAlpaca-v1.1a π
- maywell/ko_wikidata_QA π
- 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
- 65
Inference Providers
NEW
This model is not currently available via any of the supported third-party Inference Providers, and
the model is not deployed on the HF Inference API.