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
/
0e964ff8-5ce9-485f-8e0d-2dd10d15eafb

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

Instructions to use aleegis/0e964ff8-5ce9-485f-8e0d-2dd10d15eafb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use aleegis/0e964ff8-5ce9-485f-8e0d-2dd10d15eafb with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("samoline/67b5bc2f-ac1e-4f07-beb2-44dbda192985")
    model = PeftModel.from_pretrained(base_model, "aleegis/0e964ff8-5ce9-485f-8e0d-2dd10d15eafb")
  • Notebooks
  • Google Colab
  • Kaggle
0e964ff8-5ce9-485f-8e0d-2dd10d15eafb
706 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 22 commits
aleegis's picture
aleegis
End of training
b0aaa36 verified about 1 year ago
  • last-checkpoint
    Training in progress, step 3000, checkpoint about 1 year ago
  • .gitattributes
    1.64 kB
    Training in progress, step 300, checkpoint about 1 year ago
  • README.md
    3.59 kB
    End of training about 1 year ago
  • adapter_config.json
    877 Bytes
    Training in progress, step 300 about 1 year ago
  • adapter_model.safetensors
    168 MB
    xet
    Training in progress, step 3000 about 1 year ago
  • chat_template.jinja
    484 Bytes
    Training in progress, step 300 about 1 year ago
  • config.json
    892 Bytes
    Training in progress, step 300 about 1 year ago
  • special_tokens_map.json
    459 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.6 kB
    Training in progress, step 300 about 1 year ago
  • training_args.bin

    Detected Pickle imports (10)

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

    How to fix it?

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