Edit model card

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
    Unable to determine this model’s pipeline type. Check the docs .