Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

ToastyPigeon
/
SpringDragon-NeMo-QLoRA-ep1

PEFT
Safetensors
mistral
4-bit precision
bitsandbytes
Model card Files Files and versions
xet
Community

Instructions to use ToastyPigeon/SpringDragon-NeMo-QLoRA-ep1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use ToastyPigeon/SpringDragon-NeMo-QLoRA-ep1 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-Nemo-Base-2407")
    model = PeftModel.from_pretrained(base_model, "ToastyPigeon/SpringDragon-NeMo-QLoRA-ep1")
  • Notebooks
  • Google Colab
  • Kaggle
SpringDragon-NeMo-QLoRA-ep1
2.33 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
ToastyPigeon's picture
ToastyPigeon
Update README.md
8f183af verified over 1 year ago
  • checkpoint-293
    Training in progress, step 293, checkpoint almost 2 years ago
  • checkpoint-586
    Training in progress, step 586, checkpoint almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    199 Bytes
    Update README.md over 1 year ago
  • adapter_config.json
    735 Bytes
    Training in progress, step 293 almost 2 years ago
  • adapter_model.safetensors
    460 MB
    xet
    Training in progress, step 586 almost 2 years ago
  • config.json
    1.16 kB
    Training in progress, step 293 almost 2 years ago
  • special_tokens_map.json
    552 Bytes
    Training in progress, step 293 almost 2 years ago
  • tokenizer.json
    9.26 MB
    Training in progress, step 293 almost 2 years ago
  • tokenizer_config.json
    177 kB
    Training in progress, step 293 almost 2 years ago
  • training_args.bin

    Detected Pickle imports (9)

    • "accelerate.state.PartialState",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.training_args.OptimizerNames",
    • "axolotl.core.trainer_builder.AxolotlTrainingArguments",
    • "torch.device",
    • "accelerate.utils.dataclasses.DistributedType",
    • "transformers.trainer_pt_utils.AcceleratorConfig",
    • "transformers.trainer_utils.IntervalStrategy"

    How to fix it?

    6.14 kB
    xet
    Training in progress, step 293 almost 2 years ago