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

nathan0
/
mpt-7b-deltatuner-model

PEFT
Model card Files Files and versions
xet
Community

Instructions to use nathan0/mpt-7b-deltatuner-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use nathan0/mpt-7b-deltatuner-model with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("/home/vmagent/app/dataset/mpt-7b")
    model = PeftModel.from_pretrained(base_model, "nathan0/mpt-7b-deltatuner-model")
  • Notebooks
  • Google Colab
  • Kaggle
mpt-7b-deltatuner-model
52 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
nathan0's picture
nathan0
first commit
3b60497 over 2 years ago
  • checkpoint-985
    first commit over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    88 Bytes
    first commit over 2 years ago
  • adapter_config.json
    439 Bytes
    first commit over 2 years ago
  • adapter_model.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    12.5 MB
    xet
    first commit over 2 years ago
  • all_results.json
    217 Bytes
    first commit over 2 years ago
  • best_model_structure.txt
    342 Bytes
    first commit over 2 years ago
  • eval_results.json
    217 Bytes
    first commit over 2 years ago
  • mpt-7b-delta-tune-model-div-sal-arc_challenge
    674 Bytes
    first commit over 2 years ago
  • mpt-7b-delta-tune-model-div-sal-hellaswag
    667 Bytes
    first commit over 2 years ago
  • mpt-7b-delta-tune-model-div-sal-mmlu
    14.3 kB
    first commit over 2 years ago
  • mpt-7b-delta-tune-model-div-sal-truthqa
    662 Bytes
    first commit over 2 years ago