Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

andysalerno
/
rainbowfish-v7-lora-adapter

PEFT
Safetensors
mistral
axolotl
Generated from Trainer
8-bit precision
bitsandbytes
Model card Files Files and versions
xet
Community

Instructions to use andysalerno/rainbowfish-v7-lora-adapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use andysalerno/rainbowfish-v7-lora-adapter with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("andysalerno/mistral-sft-v3")
    model = PeftModel.from_pretrained(base_model, "andysalerno/rainbowfish-v7-lora-adapter")
  • Notebooks
  • Google Colab
  • Kaggle
rainbowfish-v7-lora-adapter
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
andysalerno's picture
andysalerno
End of training
3610162 verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    4.05 kB
    End of training over 2 years ago
  • adapter_config.json
    713 Bytes
    Training in progress, step 1086 over 2 years ago
  • adapter_model.bin
    1.2 GB
    xet
    End of training over 2 years ago
  • adapter_model.safetensors
    1.2 GB
    xet
    End of training over 2 years ago
  • added_tokens.json
    51 Bytes
    Training in progress, step 1086 over 2 years ago
  • config.json
    1.1 kB
    Training in progress, step 1086 over 2 years ago
  • special_tokens_map.json
    642 Bytes
    Training in progress, step 1086 over 2 years ago
  • tokenizer.json
    1.8 MB
    Training in progress, step 1086 over 2 years ago
  • tokenizer.model
    493 kB
    xet
    Training in progress, step 1086 over 2 years ago
  • tokenizer_config.json
    1.6 kB
    Training in progress, step 1086 over 2 years ago
  • training_args.bin

    Detected Pickle imports (9)

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

    How to fix it?

    5.37 kB
    xet
    Training in progress, step 1086 over 2 years ago