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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

cools
/
LLM-LoRA

PEFT
TensorBoard
Safetensors
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use cools/LLM-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use cools/LLM-LoRA with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("bn22/Mistral-7B-Instruct-v0.1-sharded")
    model = PeftModel.from_pretrained(base_model, "cools/LLM-LoRA")
  • Notebooks
  • Google Colab
  • Kaggle
LLM-LoRA
213 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 26 commits
cools's picture
cools
Upload model
75d2fab over 2 years ago
  • last-checkpoint
    Training in progress, step 100, checkpoint over 2 years ago
  • runs
    Training in progress, step 100 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    5.45 kB
    Upload model over 2 years ago
  • adapter_config.json
    580 Bytes
    Training in progress, step 25 over 2 years ago
  • adapter_model.safetensors
    83.9 MB
    xet
    Training in progress, step 100 over 2 years ago
  • special_tokens_map.json
    434 Bytes
    Upload tokenizer over 2 years ago
  • tokenizer.json
    1.8 MB
    Upload tokenizer over 2 years ago
  • tokenizer.model
    493 kB
    xet
    Upload tokenizer over 2 years ago
  • tokenizer_config.json
    914 Bytes
    Upload tokenizer over 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

    • "torch.device",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.training_args.TrainingArguments",
    • "accelerate.state.PartialState",
    • "accelerate.utils.dataclasses.DistributedType",
    • "transformers.training_args.OptimizerNames"

    How to fix it?

    4.54 kB
    xet
    Training in progress, step 25 over 2 years ago
  • training_config.json
    2.56 kB
    Training in progress, step 25 over 2 years ago