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

daniel40
/
7e1ac48c-dafa-4ecb-af8e-d291392c4232

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

Instructions to use daniel40/7e1ac48c-dafa-4ecb-af8e-d291392c4232 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use daniel40/7e1ac48c-dafa-4ecb-af8e-d291392c4232 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("Intel/neural-chat-7b-v3-3")
    model = PeftModel.from_pretrained(base_model, "daniel40/7e1ac48c-dafa-4ecb-af8e-d291392c4232")
  • Notebooks
  • Google Colab
  • Kaggle
7e1ac48c-dafa-4ecb-af8e-d291392c4232
303 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
daniel40's picture
daniel40
End of training
f9a2bbb verified over 1 year ago
  • last-checkpoint
    Training in progress, step 10, checkpoint over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    3.85 kB
    End of training over 1 year ago
  • adapter_config.json
    726 Bytes
    Training in progress, step 3 over 1 year ago
  • adapter_model.bin
    84 MB
    xet
    End of training over 1 year ago
  • adapter_model.safetensors
    83.9 MB
    xet
    Training in progress, step 3 over 1 year ago
  • config.json
    701 Bytes
    Training in progress, step 3 over 1 year ago
  • special_tokens_map.json
    624 Bytes
    Training in progress, step 3 over 1 year ago
  • tokenizer.json
    3.51 MB
    Training in progress, step 3 over 1 year ago
  • tokenizer.model
    493 kB
    xet
    Training in progress, step 3 over 1 year ago
  • tokenizer_config.json
    1.55 kB
    Training in progress, step 3 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 3 over 1 year ago