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

chauhoang
/
71131b3c-ab78-40ff-b900-2556f8efa78d

PEFT
Safetensors
llama
axolotl
Generated from Trainer
Model card Files Files and versions
xet
Community

Instructions to use chauhoang/71131b3c-ab78-40ff-b900-2556f8efa78d with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use chauhoang/71131b3c-ab78-40ff-b900-2556f8efa78d with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("unsloth/Llama-3.2-3B")
    model = PeftModel.from_pretrained(base_model, "chauhoang/71131b3c-ab78-40ff-b900-2556f8efa78d")
  • Notebooks
  • Google Colab
  • Kaggle
71131b3c-ab78-40ff-b900-2556f8efa78d
206 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
chauhoang's picture
chauhoang
End of training
7c36e20 verified over 1 year ago
  • last-checkpoint
    Training in progress, step 50, checkpoint over 1 year ago
  • .gitattributes
    1.57 kB
    Training in progress, step 1 over 1 year ago
  • README.md
    3.88 kB
    End of training over 1 year ago
  • adapter_config.json
    721 Bytes
    Training in progress, step 13 over 1 year ago
  • adapter_model.bin
    48.8 MB
    xet
    End of training over 1 year ago
  • adapter_model.safetensors
    48.7 MB
    xet
    Training in progress, step 50 over 1 year ago
  • config.json
    923 Bytes
    Training in progress, step 1 over 1 year ago
  • special_tokens_map.json
    459 Bytes
    Training in progress, step 1 over 1 year ago
  • tokenizer.json
    17.2 MB
    xet
    Training in progress, step 1 over 1 year ago
  • tokenizer_config.json
    51.1 kB
    Training in progress, step 1 over 1 year ago
  • training_args.bin

    Detected Pickle imports (9)

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

    How to fix it?

    6.78 kB
    xet
    Training in progress, step 13 over 1 year ago