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

  • Log In
  • Sign Up

BaselMousi
/
llama381binstruct_summarize_short

PEFT
TensorBoard
Safetensors
trl
sft
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • PEFT

    How to use BaselMousi/llama381binstruct_summarize_short with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Meta-Llama-3.1-8B-Instruct")
    model = PeftModel.from_pretrained(base_model, "BaselMousi/llama381binstruct_summarize_short")
  • Notebooks
  • Google Colab
  • Kaggle
llama381binstruct_summarize_short
185 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
BaselMousi's picture
BaselMousi
baselmousi/llama381binstruct_summarize_short_merged
4bde3fa verified over 1 year ago
  • runs
    baselmousi/llama381binstruct_summarize_short_merged over 1 year ago
  • .gitattributes
    1.57 kB
    baselmousi/llama381binstruct_summarize_short_merged over 1 year ago
  • README.md
    2.5 kB
    baselmousi/llama381binstruct_summarize_short_merged over 1 year ago
  • adapter_config.json
    741 Bytes
    baselmousi/llama381binstruct_summarize_short_merged over 1 year ago
  • adapter_model.safetensors
    168 MB
    xet
    baselmousi/llama381binstruct_summarize_short_merged over 1 year ago
  • special_tokens_map.json
    325 Bytes
    baselmousi/llama381binstruct_summarize_short_merged over 1 year ago
  • tokenizer.json
    17.2 MB
    xet
    baselmousi/llama381binstruct_summarize_short_merged over 1 year ago
  • tokenizer_config.json
    50.9 kB
    baselmousi/llama381binstruct_summarize_short_merged over 1 year ago
  • training_args.bin

    Detected Pickle imports (9)

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

    How to fix it?

    5.5 kB
    xet
    baselmousi/llama381binstruct_summarize_short_merged over 1 year ago