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,340
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.