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

AvniMittal13
/
llama2-docsum-adapter

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

Instructions to use AvniMittal13/llama2-docsum-adapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use AvniMittal13/llama2-docsum-adapter with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("microsoft/phi-2")
    model = PeftModel.from_pretrained(base_model, "AvniMittal13/llama2-docsum-adapter")
  • Notebooks
  • Google Colab
  • Kaggle
llama2-docsum-adapter
11.6 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
AvniMittal13's picture
AvniMittal13
AvniMittal13/shwartz2_normal
4d4a343 verified over 1 year ago
  • runs
    AvniMittal13/shwartz2_normal over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    1.6 kB
    AvniMittal13/shwartz2_normal over 1 year ago
  • adapter_config.json
    653 Bytes
    AvniMittal13/shwartz2_normal over 1 year ago
  • adapter_model.safetensors
    7.89 MB
    xet
    AvniMittal13/shwartz2_normal over 1 year ago
  • added_tokens.json
    1.08 kB
    AvniMittal13/shwartz2 over 1 year ago
  • merges.txt
    456 kB
    AvniMittal13/shwartz2 over 1 year ago
  • special_tokens_map.json
    473 Bytes
    AvniMittal13/shwartz2 over 1 year ago
  • tokenizer.json
    2.12 MB
    AvniMittal13/shwartz2_normal over 1 year ago
  • tokenizer_config.json
    7.43 kB
    AvniMittal13/shwartz2 over 1 year ago
  • training_args.bin

    Detected Pickle imports (9)

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

    How to fix it?

    5.43 kB
    xet
    AvniMittal13/shwartz2_normal over 1 year ago
  • vocab.json
    798 kB
    AvniMittal13/shwartz2 over 1 year ago