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

aleegis
/
01af4054-eff3-4750-9907-acf71c5d8fec

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

Instructions to use aleegis/01af4054-eff3-4750-9907-acf71c5d8fec with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use aleegis/01af4054-eff3-4750-9907-acf71c5d8fec with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("sethuiyer/Medichat-Llama3-8B")
    model = PeftModel.from_pretrained(base_model, "aleegis/01af4054-eff3-4750-9907-acf71c5d8fec")
  • Notebooks
  • Google Colab
  • Kaggle
01af4054-eff3-4750-9907-acf71c5d8fec
1.38 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
aleegis's picture
aleegis
End of training
ec22fc9 verified about 1 year ago
  • last-checkpoint
    Training in progress, step 1500, checkpoint about 1 year ago
  • .gitattributes
    1.64 kB
    Training in progress, step 300, checkpoint about 1 year ago
  • README.md
    3.57 kB
    End of training about 1 year ago
  • adapter_config.json
    860 Bytes
    Training in progress, step 300 about 1 year ago
  • adapter_model.safetensors
    336 MB
    xet
    Training in progress, step 1500 about 1 year ago
  • chat_template.jinja
    484 Bytes
    Training in progress, step 300 about 1 year ago
  • config.json
    690 Bytes
    Training in progress, step 300 about 1 year ago
  • special_tokens_map.json
    449 Bytes
    Training in progress, step 300 about 1 year ago
  • tokenizer.json
    17.2 MB
    xet
    Training in progress, step 300 about 1 year ago
  • tokenizer_config.json
    50.8 kB
    Training in progress, step 300 about 1 year ago
  • training_args.bin

    Detected Pickle imports (10)

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

    How to fix it?

    7.44 kB
    xet
    Training in progress, step 300 about 1 year ago