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

sabantastan
/
abullama

PEFT
PyTorch
Safetensors
gemma2
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use sabantastan/abullama with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("unsloth/gemma-2-2b-bnb-4bit")
    model = PeftModel.from_pretrained(base_model, "sabantastan/abullama")
  • Notebooks
  • Google Colab
  • Kaggle
abullama
5.33 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
sabantastan's picture
sabantastan
Upload 10 files
0764fd2 verified almost 2 years ago
  • .gitattributes
    1.57 kB
    Upload 10 files almost 2 years ago
  • README.md
    5.1 kB
    Upload 10 files almost 2 years ago
  • adapter_config.json
    727 Bytes
    Upload 10 files almost 2 years ago
  • adapter_model.safetensors
    83.1 MB
    xet
    Upload 10 files almost 2 years ago
  • config.json
    923 Bytes
    Upload 10 files almost 2 years ago
  • generation_config.json
    190 Bytes
    Upload 10 files almost 2 years ago
  • pytorch_model-00001-of-00002.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    4.99 GB
    xet
    Upload pytorch_model-00001-of-00002.bin almost 2 years ago
  • pytorch_model-00002-of-00002.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    241 MB
    xet
    Upload pytorch_model-00002-of-00002.bin almost 2 years ago
  • pytorch_model.bin.index.json
    24.2 kB
    Upload 10 files almost 2 years ago
  • special_tokens_map.json
    636 Bytes
    Upload 10 files almost 2 years ago
  • tokenizer.json
    17.5 MB
    xet
    Upload 10 files almost 2 years ago
  • tokenizer.model
    4.24 MB
    xet
    Upload 10 files almost 2 years ago
  • tokenizer_config.json
    46.4 kB
    Upload 10 files almost 2 years ago