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

prashrex
/
llamamodel2

PEFT
Safetensors
llama
4-bit precision
bitsandbytes
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use prashrex/llamamodel2 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("TinyLlama/TinyLlama-1.1B-Chat-v1.0")
    model = PeftModel.from_pretrained(base_model, "prashrex/llamamodel2")
  • Notebooks
  • Google Colab
  • Kaggle
llamamodel2
782 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
prashrex's picture
prashrex
Upload model
a68594d verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    5.12 kB
    Upload model over 2 years ago
  • adapter_config.json
    638 Bytes
    Upload model over 2 years ago
  • adapter_model.safetensors
    18 MB
    xet
    Upload model over 2 years ago
  • config.json
    1.08 kB
    Upload LlamaForCausalLM over 2 years ago
  • generation_config.json
    212 Bytes
    Upload LlamaForCausalLM over 2 years ago
  • model.safetensors
    762 MB
    xet
    Upload LlamaForCausalLM over 2 years ago
  • special_tokens_map.json
    551 Bytes
    Upload special_tokens_map.json with huggingface_hub over 2 years ago
  • tokenizer.json
    1.84 MB
    Upload tokenizer.json with huggingface_hub over 2 years ago
  • tokenizer_config.json
    1.29 kB
    Upload tokenizer_config.json with huggingface_hub over 2 years ago