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
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.
Model tree for grayhacker91/gemma-7b-open-platypus-commercial
Base model
google/gemma-7b