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

ErrorAI
/
d2edde7c-7579-4dfe-a2b4-c6961d29d452

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

Instructions to use ErrorAI/d2edde7c-7579-4dfe-a2b4-c6961d29d452 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use ErrorAI/d2edde7c-7579-4dfe-a2b4-c6961d29d452 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("samoline/611fb90c-3ce6-4cbe-ace3-c7f9ed33493f")
    model = PeftModel.from_pretrained(base_model, "ErrorAI/d2edde7c-7579-4dfe-a2b4-c6961d29d452")
  • Notebooks
  • Google Colab
  • Kaggle
d2edde7c-7579-4dfe-a2b4-c6961d29d452
206 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
ErrorAI's picture
ErrorAI
End of training
4dbb55d verified over 1 year ago
  • last-checkpoint
    Training in progress, step 1330, checkpoint over 1 year ago
  • .gitattributes
    1.57 kB
    Training in progress, step 333 over 1 year ago
  • README.md
    3.82 kB
    End of training over 1 year ago
  • adapter_config.json
    746 Bytes
    Training in progress, step 333 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 1330 over 1 year ago
  • config.json
    998 Bytes
    Training in progress, step 333 over 1 year ago
  • special_tokens_map.json
    459 Bytes
    Training in progress, step 333 over 1 year ago
  • tokenizer.json
    17.2 MB
    xet
    Training in progress, step 333 over 1 year ago
  • tokenizer_config.json
    51.2 kB
    Training in progress, step 333 over 1 year ago
  • training_args.bin

    Detected Pickle imports (9)

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

    How to fix it?

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