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

  • Log In
  • Sign Up

tahamajs
/
plamma

PEFT
Safetensors
English
vision-language
multimodal
fine-tuning
generative-modeling
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • PEFT

    How to use tahamajs/plamma with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("google/paligemma-3b-pt-224")
    model = PeftModel.from_pretrained(base_model, "tahamajs/plamma")
  • Notebooks
  • Google Colab
  • Kaggle
plamma
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
tahamajs's picture
tahamajs
Update README.md
c4ea268 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    2.37 kB
    Update README.md over 1 year ago
  • adapter_config.json
    721 Bytes
    Initial commit over 1 year ago
  • adapter_model.safetensors
    6.73 MB
    xet
    Initial commit over 1 year ago
  • preprocessor_config.json
    424 Bytes
    Initial commit over 1 year ago
  • quantized_model.pth

    Detected Pickle imports (6)

    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.CharStorage",
    • "torch.HalfStorage",
    • "torch.ByteStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    3.46 GB
    xet
    Initial commit over 1 year ago
  • tokenizer_config.json
    0 Bytes
    Initial commit over 1 year ago