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

ghemdd
/
OpenELM-450M_lora

PEFT
Safetensors
trl
dpo
Generated from Trainer
Model card Files Files and versions
xet
Community

Instructions to use ghemdd/OpenELM-450M_lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use ghemdd/OpenELM-450M_lora with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("apple/OpenELM-450M")
    model = PeftModel.from_pretrained(base_model, "ghemdd/OpenELM-450M_lora")
  • Notebooks
  • Google Colab
  • Kaggle
OpenELM-450M_lora
10 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
ghemdd's picture
ghemdd
Model save
5a6ed88 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    2.06 kB
    Model save almost 2 years ago
  • adapter_config.json
    670 Bytes
    Training in progress, step 300 almost 2 years ago
  • adapter_model.safetensors
    7.67 MB
    xet
    Model save almost 2 years ago
  • all_results.json
    233 Bytes
    Model save almost 2 years ago
  • special_tokens_map.json
    434 Bytes
    Training in progress, step 300 almost 2 years ago
  • tokenizer.json
    1.84 MB
    Training in progress, step 300 almost 2 years ago
  • tokenizer.model
    500 kB
    xet
    Training in progress, step 300 almost 2 years ago
  • tokenizer_config.json
    844 Bytes
    Training in progress, step 300 almost 2 years ago
  • train_results.json
    233 Bytes
    Model save almost 2 years ago
  • trainer_state.json
    19.2 kB
    Model save almost 2 years ago
  • training_args.bin

    Detected Pickle imports (9)

    • "alignment.configs.DPOConfig",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.training_args.OptimizerNames",
    • "accelerate.utils.dataclasses.DistributedType",
    • "torch.device",
    • "transformers.trainer_pt_utils.AcceleratorConfig",
    • "transformers.trainer_utils.SchedulerType",
    • "accelerate.state.PartialState"

    How to fix it?

    5.11 kB
    xet
    Training in progress, step 300 almost 2 years ago