Training

Hardware & Software

  • A100x8 * 1
  • Usung HF PEFT library
  • Base Model

    LDCC/LDCC-SOLAR-10.7B

    Implementation 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.