Training
Hardware & Software
Base Model
LDCC/LDCC-SOLAR-10.7BImplementation Code
from transformers import AutoModelForCausalLM, AutoTokenizer
import torch
repo = "little-fox/Leonardo"
model = AutoModelForCausalLM.from_pretrained(repo)
tokenizer = AutoTokenizer.from_pretrained(repo)
- Downloads last month
- 0
Inference Providers
NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API:
The model has no pipeline_tag.