Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

debisoft
/
mpt-7b-foundergpt

PEFT
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use debisoft/mpt-7b-foundergpt with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("debisoft/mpt-7b-8k-instruct-peft-compatible")
    model = PeftModel.from_pretrained(base_model, "debisoft/mpt-7b-foundergpt")
  • Notebooks
  • Google Colab
  • Kaggle
mpt-7b-foundergpt
539 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
debisoft's picture
debisoft
Upload tokenizer
917ce20 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    464 Bytes
    Upload model over 2 years ago
  • adapter_config.json
    497 Bytes
    Upload model over 2 years ago
  • adapter_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    537 MB
    xet
    Upload model over 2 years ago
  • special_tokens_map.json
    131 Bytes
    Upload tokenizer over 2 years ago
  • tokenizer.json
    2.11 MB
    Upload tokenizer over 2 years ago
  • tokenizer_config.json
    4.8 kB
    Upload tokenizer over 2 years ago