Raphael21/Raphael21-SOLAR-10.7B
Model Details
Training A100x8 * 1
Base Model Edentns/DataVortexS-10.7B-dpo-v1.11
Implementation Code
from transformers import AutoModelForCausalLM, AutoTokenizer
import torch
repo = "Raphael21/Raphael21-SOLAR-10.7B"
model = AutoModelForCausalLM.from_pretrained(
repo,
torch_dtype=torch.float16,
device_map='auto'
)
tokenizer = AutoTokenizer.from_pretrained(repo)
- Downloads last month
- 0
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.