How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="LDCC/LDCC-SOLAR-10.7B")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("LDCC/LDCC-SOLAR-10.7B")
model = AutoModelForCausalLM.from_pretrained("LDCC/LDCC-SOLAR-10.7B")
Quick Links

Model Card for LDCC-SOLAR-10.7B

Developed by : Wonchul Kim (Lotte Data Communication AI Technical Team)

Hardware and Software

Method

  • This model was trained using the learning method introduced in the SOLAR paper.

Base Model

Caution

Downloads last month
204
Safetensors
Model size
11B params
Tensor type
BF16
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for LDCC/LDCC-SOLAR-10.7B

Adapters
7 models
Finetunes
9 models
Merges
9 models
Quantizations
3 models

Spaces using LDCC/LDCC-SOLAR-10.7B 5

Paper for LDCC/LDCC-SOLAR-10.7B