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

  • Log In
  • Sign Up

yrvelez
/
flamingo_adapter_13b

PEFT
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • PEFT

    How to use yrvelez/flamingo_adapter_13b with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("huggyllama/llama-13b")
    model = PeftModel.from_pretrained(base_model, "yrvelez/flamingo_adapter_13b")
  • Notebooks
  • Google Colab
  • Kaggle
flamingo_adapter_13b
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
yrvelez's picture
yrvelez
Upload folder using huggingface_hub (#1)
d1eb4fc almost 3 years ago
  • .gitattributes
    1.48 kB
    initial commit almost 3 years ago
  • README.md
    27 Bytes
    Upload folder using huggingface_hub (#1) almost 3 years ago
  • adapter_config.json
    498 Bytes
    Upload folder using huggingface_hub (#1) almost 3 years ago
  • adapter_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    501 MB
    xet
    Upload folder using huggingface_hub (#1) almost 3 years ago