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

nttx
/
ef573d71-68f1-4f4b-b3d6-5cf8f8305d2e

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

Instructions to use nttx/ef573d71-68f1-4f4b-b3d6-5cf8f8305d2e with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use nttx/ef573d71-68f1-4f4b-b3d6-5cf8f8305d2e with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("microsoft/Phi-3-mini-128k-instruct")
    model = PeftModel.from_pretrained(base_model, "nttx/ef573d71-68f1-4f4b-b3d6-5cf8f8305d2e")
  • Notebooks
  • Google Colab
  • Kaggle
ef573d71-68f1-4f4b-b3d6-5cf8f8305d2e
1.62 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
nttx's picture
nttx
Training in progress, step 50
ebd0ec2 verified almost 2 years ago
  • last-checkpoint
    Training in progress, step 25, checkpoint almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • adapter_config.json
    699 Bytes
    Training in progress, step 25 almost 2 years ago
  • adapter_model.safetensors
    403 MB
    xet
    Training in progress, step 50 almost 2 years ago
  • added_tokens.json
    293 Bytes
    Training in progress, step 25 almost 2 years ago
  • config.json
    3.47 kB
    Training in progress, step 25 almost 2 years ago
  • special_tokens_map.json
    569 Bytes
    Training in progress, step 25 almost 2 years ago
  • tokenizer.json
    3.62 MB
    Training in progress, step 25 almost 2 years ago
  • tokenizer.model
    500 kB
    xet
    Training in progress, step 25 almost 2 years ago
  • tokenizer_config.json
    3.42 kB
    Training in progress, step 25 almost 2 years ago
  • training_args.bin

    Detected Pickle imports (9)

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

    How to fix it?

    6.78 kB
    xet
    Training in progress, step 25 almost 2 years ago