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

TheBloke
/
llama-2-7B-Guanaco-QLoRA-AWQ

Text Classification
Transformers
Safetensors
English
llama
text-generation
llama-2
text-embeddings-inference
4-bit precision
awq
Model card Files Files and versions
xet
Community

Instructions to use TheBloke/llama-2-7B-Guanaco-QLoRA-AWQ with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use TheBloke/llama-2-7B-Guanaco-QLoRA-AWQ with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="TheBloke/llama-2-7B-Guanaco-QLoRA-AWQ")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("TheBloke/llama-2-7B-Guanaco-QLoRA-AWQ")
    model = AutoModelForCausalLM.from_pretrained("TheBloke/llama-2-7B-Guanaco-QLoRA-AWQ", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
llama-2-7B-Guanaco-QLoRA-AWQ
3.89 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
TheBloke's picture
TheBloke
Update for Transformers AWQ support
14aab76 almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • LICENSE.txt
    7.02 kB
    AWQ model commit almost 3 years ago
  • Notice
    112 Bytes
    AWQ model commit almost 3 years ago
  • README.md
    11.3 kB
    Update base_model formatting almost 3 years ago
  • USE_POLICY.md
    4.77 kB
    AWQ model commit almost 3 years ago
  • added_tokens.json
    21 Bytes
    AWQ model commit almost 3 years ago
  • config.json
    760 Bytes
    Update for Transformers AWQ support almost 3 years ago
  • generation_config.json
    179 Bytes
    AWQ model commit almost 3 years ago
  • model.safetensors
    3.89 GB
    xet
    AWQ model commit almost 3 years ago
  • quant_config.json
    90 Bytes
    AWQ model commit almost 3 years ago
  • special_tokens_map.json
    435 Bytes
    AWQ model commit almost 3 years ago
  • tokenizer.json
    1.84 MB
    AWQ model commit almost 3 years ago
  • tokenizer.model
    500 kB
    xet
    AWQ model commit almost 3 years ago
  • tokenizer_config.json
    695 Bytes
    AWQ model commit almost 3 years ago