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

dyang415
/
empower-functions-more-tools-parallel

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

Instructions to use dyang415/empower-functions-more-tools-parallel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use dyang415/empower-functions-more-tools-parallel with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mixtral-8x7B-Instruct-v0.1")
    model = PeftModel.from_pretrained(base_model, "dyang415/empower-functions-more-tools-parallel")
  • Notebooks
  • Google Colab
  • Kaggle
empower-functions-more-tools-parallel
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
dyang415's picture
dyang415
End of training
a9bde90 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    5.05 kB
    End of training about 2 years ago
  • adapter_config.json
    616 Bytes
    Training in progress, step 710 about 2 years ago
  • adapter_model.bin
    109 MB
    xet
    End of training about 2 years ago
  • adapter_model.safetensors
    109 MB
    xet
    Model save about 2 years ago
  • config.json
    1.16 kB
    Training in progress, step 710 about 2 years ago
  • special_tokens_map.json
    437 Bytes
    Training in progress, step 710 about 2 years ago
  • tokenizer.model
    493 kB
    xet
    Training in progress, step 710 about 2 years ago
  • tokenizer_config.json
    1.51 kB
    Training in progress, step 710 about 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

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

    How to fix it?

    4.92 kB
    xet
    Training in progress, step 710 about 2 years ago