gemma-7b-open-platypus-commercial
Model Details
Base Model
- google/gemma-7b (https://huggingface.co/google/gemma-7b)
Training Dataset
- kyujinpy/Open-platypus-Commercial (https://huggingface.co/datasets/kyujinpy/Open-platypus-Commercial)
Implementation Code
### KO-Platypus
from transformers import AutoModelForCausalLM, AutoTokenizer
import torch
repo = "grayhacker91/gemma-7b-open-platypus-commercial"
OpenOrca = AutoModelForCausalLM.from_pretrained(
repo,
return_dict=True,
torch_dtype=torch.float16,
device_map='auto'
)
OpenOrca_tokenizer = AutoTokenizer.from_pretrained(repo)
- Downloads last month
- 11
Inference Providers
NEW
This model is not currently available via any of the supported Inference Providers.
Model tree for grayhacker91/gemma-7b-open-platypus-commercial
Base model
google/gemma-7b