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

AlbelTec
/
mistral-dpo-old

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

Instructions to use AlbelTec/mistral-dpo-old with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use AlbelTec/mistral-dpo-old with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("TheBloke/Mistral-7B-v0.1-GPTQ")
    model = PeftModel.from_pretrained(base_model, "AlbelTec/mistral-dpo-old")
  • Notebooks
  • Google Colab
  • Kaggle
mistral-dpo-old
9.14 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
AlbelTec's picture
AlbelTec
AlbelTec/dpo_mistral_7B_v_0_1
c60f908 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    6.67 kB
    AlbelTec/dpo_mistral_7B_v_0_1 over 2 years ago
  • adapter_config.json
    579 Bytes
    AlbelTec/dpo_mistral_7B_v_0_1 over 2 years ago
  • adapter_model.safetensors
    6.83 MB
    xet
    AlbelTec/dpo_mistral_7B_v_0_1 over 2 years ago
  • special_tokens_map.json
    434 Bytes
    AlbelTec/dpo_mistral_7B_v_0_1 over 2 years ago
  • tokenizer.json
    1.8 MB
    AlbelTec/dpo_mistral_7B_v_0_1 over 2 years ago
  • tokenizer.model
    493 kB
    xet
    AlbelTec/dpo_mistral_7B_v_0_1 over 2 years ago
  • tokenizer_config.json
    965 Bytes
    AlbelTec/dpo_mistral_7B_v_0_1 over 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

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

    How to fix it?

    4.22 kB
    xet
    AlbelTec/dpo_mistral_7B_v_0_1 over 2 years ago