Edit model card

Base Model

  • 01-ai/Yi-6B

Train Dataset

  • garage-bAInd/Open-Platypus
  • format
    "<s>[INST]" + "instruction" + " [/INST] " + 'output' + " </s>"
    

Usage

from transformers import AutoConfig, AutoModel, AutoTokenizer

model_name = 'hongzoh/Yi-6B_Open-Platypus-v2'

config = AutoConfig.from_pretrained("model_name")
model = AutoModel.from_pretrained("model_name")
tokenizer = AutoTokenizer.from_pretrained("model_name")
Downloads last month
309
Safetensors
Model size
6.06B params
Tensor type
F32
·
FP16
·
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.

Dataset used to train hongzoh/Yi-6B_Open-Platypus-v2