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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

DJRHails
/
touchstone-sc-selfconsistency-qwen2.5-7b

PEFT
Safetensors
lora
safety-monitor
touchstone
moved
Model card Files Files and versions
xet
Community

Instructions to use DJRHails/touchstone-sc-selfconsistency-qwen2.5-7b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use DJRHails/touchstone-sc-selfconsistency-qwen2.5-7b with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-7B-Instruct")
    model = PeftModel.from_pretrained(base_model, "DJRHails/touchstone-sc-selfconsistency-qwen2.5-7b")
  • Notebooks
  • Google Colab
  • Kaggle
touchstone-sc-selfconsistency-qwen2.5-7b
173 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
DJRHails's picture
DJRHails
repoint flat adapter ids to nested folder paths
71bb4d1 verified 22 days ago
  • .gitattributes
    1.57 kB
    genuine self-consistency (Qwen self-labelled) LoRA, touchstone 27 days ago
  • README.md
    805 Bytes
    repoint flat adapter ids to nested folder paths 22 days ago
  • adapter_config.json
    1.1 kB
    genuine self-consistency (Qwen self-labelled) LoRA, touchstone 27 days ago
  • adapter_model.safetensors
    162 MB
    xet
    genuine self-consistency (Qwen self-labelled) LoRA, touchstone 27 days ago
  • chat_template.jinja
    2.51 kB
    genuine self-consistency (Qwen self-labelled) LoRA, touchstone 27 days ago
  • tokenizer.json
    11.4 MB
    xet
    genuine self-consistency (Qwen self-labelled) LoRA, touchstone 27 days ago
  • tokenizer_config.json
    694 Bytes
    genuine self-consistency (Qwen self-labelled) LoRA, touchstone 27 days ago
  • training_args.bin

    Detected Pickle imports (10)

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

    How to fix it?

    5.84 kB
    xet
    genuine self-consistency (Qwen self-labelled) LoRA, touchstone 27 days ago