WebSquareAI-Instruct-KoSOLAR-10.7b-v0.5.35
Model Details
Developed by Inswave Systems UI Platform Team
Base Model yanolja/KoSOLAR-10.7B-v0.2
Implementation Code
from transformers import AutoModelForCausalLM, AutoTokenizer
import torch
repo = "kimwooglae/WebSquareAI-Instruct-KoSOLAR-10.7b-v0.5.35"
model = AutoModelForCausalLM.from_pretrained(
repo,
return_dict=True,
torch_dtype=torch.float16,
device_map='auto'
)
tokenizer = AutoTokenizer.from_pretrained(repo)
- Downloads last month
- 29
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.