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

  • Log In
  • Sign Up

almersawi
/
test-llama-migration

PEFT
Model card Files Files and versions
xet
Community

Instructions to use almersawi/test-llama-migration with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use almersawi/test-llama-migration with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.2-3B")
    model = PeftModel.from_pretrained(base_model, "almersawi/test-llama-migration")
  • Notebooks
  • Google Colab
  • Kaggle
test-llama-migration
41.7 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
almersawi's picture
almersawi
Upload folder using huggingface_hub
80c4c05 verified over 1 year ago
  • .gitattributes
    1.57 kB
    Upload folder using huggingface_hub over 1 year ago
  • README.md
    88 Bytes
    Upload folder using huggingface_hub over 1 year ago
  • adapter_config.json
    530 Bytes
    Upload folder using huggingface_hub over 1 year ago
  • adapter_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    24.5 MB
    xet
    Upload folder using huggingface_hub over 1 year ago
  • special_tokens_map.json
    403 Bytes
    Upload folder using huggingface_hub over 1 year ago
  • tokenizer.json
    17.2 MB
    xet
    Upload folder using huggingface_hub over 1 year ago
  • tokenizer_config.json
    50.7 kB
    Upload folder using huggingface_hub over 1 year ago