Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

philippkolbe
/
huggingface

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

Instructions to use philippkolbe/huggingface with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use philippkolbe/huggingface with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3-8B-Instruct")
    model = PeftModel.from_pretrained(base_model, "philippkolbe/huggingface")
  • Notebooks
  • Google Colab
  • Kaggle
huggingface
54.2 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
philippkolbe's picture
philippkolbe
finetuned_swe_model
ffaef0a verified almost 2 years ago
  • .locks
    finetuned_swe_model almost 2 years ago
  • finetuned_opt
    finetuned_swe_model almost 2 years ago
  • finetuned_swe_model
    finetuned_swe_model almost 2 years ago
  • finetuned_swe_model_8k
    finetuned_swe_model almost 2 years ago
  • models--meta-llama--Meta-Llama-3-8B-Instruct
    finetuned_swe_model almost 2 years ago
  • .gitattributes
    2.13 kB
    finetuned_swe_model almost 2 years ago
  • README.md
    1.82 kB
    finetuned_swe_model almost 2 years ago
  • adapter_config.json
    737 Bytes
    finetuned_swe_model almost 2 years ago
  • adapter_model.safetensors
    2.19 GB
    xet
    finetuned_swe_model almost 2 years ago
  • special_tokens_map.json
    434 Bytes
    finetuned_swe_model almost 2 years ago
  • tokenizer.json
    9.09 MB
    finetuned_swe_model almost 2 years ago
  • tokenizer_config.json
    51.2 kB
    finetuned_swe_model almost 2 years ago
  • training_args.bin

    Detected Pickle imports (9)

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

    How to fix it?

    4.73 kB
    xet
    finetuned_swe_model almost 2 years ago