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

DeepDream2045
/
de839ffd-88b2-4ff5-85ca-684fa9c836d3

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

Instructions to use DeepDream2045/de839ffd-88b2-4ff5-85ca-684fa9c836d3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use DeepDream2045/de839ffd-88b2-4ff5-85ca-684fa9c836d3 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("jingyeom/seal3.1.6n_7b")
    model = PeftModel.from_pretrained(base_model, "DeepDream2045/de839ffd-88b2-4ff5-85ca-684fa9c836d3")
  • Notebooks
  • Google Colab
  • Kaggle
de839ffd-88b2-4ff5-85ca-684fa9c836d3
1.61 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
DeepDream2045's picture
DeepDream2045
End of training
a3f7519 verified over 1 year ago
  • last-checkpoint
    Training in progress, step 34, checkpoint over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    3.76 kB
    End of training over 1 year ago
  • adapter_config.json
    724 Bytes
    End of training over 1 year ago
  • adapter_model.bin
    320 MB
    xet
    End of training over 1 year ago
  • adapter_model.safetensors
    320 MB
    xet
    End of training over 1 year ago
  • config.json
    806 Bytes
    Training in progress, step 25 over 1 year ago
  • special_tokens_map.json
    552 Bytes
    Training in progress, step 25 over 1 year ago
  • tokenizer.json
    4.8 MB
    Training in progress, step 25 over 1 year ago
  • tokenizer_config.json
    2.5 kB
    Training in progress, step 25 over 1 year ago
  • training_args.bin

    Detected Pickle imports (9)

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

    How to fix it?

    6.78 kB
    xet
    End of training over 1 year ago