Edit model card

This model was developed using Model Stock.

USAGE

# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("kihoonlee/stock-solar-10.7b")
model = AutoModelForCausalLM.from_pretrained("kihoonlee/stock-solar-10.7b")

To use this model, either instruct tuning or fine tuning needs to be performed.

Downloads last month
1,127
Safetensors
Model size
10.7B params
Tensor type
FP16
·
Model is too large to load in Inference API (serverless). To try the model, launch it on Inference Endpoints (dedicated) instead.