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

  • Log In
  • Sign Up

dwb2023
/
llama38binstruct_summarize_jun14

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

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

  • Libraries
  • PEFT

    How to use dwb2023/llama38binstruct_summarize_jun14 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Meta-Llama-3-8B-Instruct")
    model = PeftModel.from_pretrained(base_model, "dwb2023/llama38binstruct_summarize_jun14")
  • Notebooks
  • Google Colab
  • Kaggle
llama38binstruct_summarize_jun14
177 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
dwb2023's picture
dwb2023
ai-maker-space/llama38binstruct-summary-jun14-b4-merge
922fb82 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    1.64 kB
    ai-maker-space/llama38binstruct-summary-jun14-b4-merge almost 2 years ago
  • adapter_config.json
    739 Bytes
    ai-maker-space/llama38binstruct-summary-jun14-b4-merge almost 2 years ago
  • adapter_model.safetensors
    168 MB
    xet
    ai-maker-space/llama38binstruct-summary-jun14-b4-merge almost 2 years ago
  • special_tokens_map.json
    335 Bytes
    ai-maker-space/llama38binstruct-summary-jun14-b4-merge almost 2 years ago
  • tokenizer.json
    9.09 MB
    ai-maker-space/llama38binstruct-summary-jun14-b4-merge almost 2 years ago
  • tokenizer_config.json
    51 kB
    ai-maker-space/llama38binstruct-summary-jun14-b4-merge almost 2 years ago
  • training_args.bin

    Detected Pickle imports (9)

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

    How to fix it?

    5.43 kB
    xet
    ai-maker-space/llama38binstruct-summary-jun14-b4-merge almost 2 years ago