Base Model

  • 01-ai/Yi-6B

Train Dataset

  • Open-Orca/OpenOrca

Usage

from transformers import AutoConfig, AutoModel, AutoTokenizer

model_name = 'hongzoh/Yi-6B_Open-Orca'

config = AutoConfig.from_pretrained("model_name")
model = AutoModel.from_pretrained("model_name")
tokenizer = AutoTokenizer.from_pretrained("model_name")
Downloads last month
38
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.

Model tree for hongzoh/Yi-6B_Open-Orca

Quantizations
1 model

Dataset used to train hongzoh/Yi-6B_Open-Orca