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

hercysn
/
content

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

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

  • Libraries
  • PEFT

    How to use hercysn/content with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.2-1B-Instruct")
    model = PeftModel.from_pretrained(base_model, "hercysn/content")
  • Notebooks
  • Google Colab
  • Kaggle
content
94.7 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
hercysn's picture
hercysn
hercysn/cs329xhw1_dpo
8ee82ee verified over 1 year ago
  • .config
    hercysn/cs329xhw1_dpo over 1 year ago
  • dpo_model
    hercysn/cs329xhw1_dpo over 1 year ago
  • dpo_model_llama3
    hercysn/cs329xhw1_dpo over 1 year ago
  • sample_data
    hercysn/cs329xhw1_dpo over 1 year ago
  • .gitattributes
    1.65 kB
    hercysn/cs329xhw1_dpo over 1 year ago
  • README.md
    1.27 kB
    hercysn/cs329xhw1_dpo over 1 year ago
  • adapter_config.json
    656 Bytes
    hercysn/cs329xhw1_dpo over 1 year ago
  • adapter_model.safetensors
    3.42 MB
    xet
    hercysn/cs329xhw1_dpo over 1 year ago
  • project-1-at-2024-10-16-08-13-9762c71a.csv
    83.6 kB
    hercysn/cs329xhw1_dpo over 1 year ago
  • special_tokens_map.json
    325 Bytes
    hercysn/cs329xhw1_dpo over 1 year ago
  • tokenizer.json
    9.09 MB
    hercysn/cs329xhw1_dpo over 1 year ago
  • tokenizer_config.json
    54.6 kB
    hercysn/cs329xhw1_dpo over 1 year ago
  • training_args.bin

    Detected Pickle imports (9)

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

    How to fix it?

    5.11 kB
    xet
    hercysn/cs329xhw1_dpo over 1 year ago