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

mtzig
/
v0_mistral_lora_last_n

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

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

  • Libraries
  • PEFT

    How to use mtzig/v0_mistral_lora_last_n with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("peiyi9979/math-shepherd-mistral-7b-prm")
    model = PeftModel.from_pretrained(base_model, "mtzig/v0_mistral_lora_last_n")
  • Notebooks
  • Google Colab
  • Kaggle
v0_mistral_lora_last_n
31.3 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
mtzig's picture
mtzig
Model save
3a4f7f7 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    18.9 kB
    Model save almost 2 years ago
  • adapter_config.json
    664 Bytes
    Model save almost 2 years ago
  • adapter_model.safetensors
    27.3 MB
    xet
    Model save almost 2 years ago
  • special_tokens_map.json
    434 Bytes
    Model save almost 2 years ago
  • tokenizer.json
    3.51 MB
    Model save almost 2 years ago
  • tokenizer.model
    493 kB
    xet
    Model save almost 2 years ago
  • tokenizer_config.json
    958 Bytes
    Model save almost 2 years ago
  • training_args.bin
    5.24 kB
    xet
    Model save almost 2 years ago