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

uf-aice-lab
/
Llama-2-QLoRA

Question Answering
Transformers
PyTorch
English
llama
text-generation
text-generation-inference
Model card Files Files and versions
xet
Community
1

Instructions to use uf-aice-lab/Llama-2-QLoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use uf-aice-lab/Llama-2-QLoRA with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="uf-aice-lab/Llama-2-QLoRA")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("uf-aice-lab/Llama-2-QLoRA")
    model = AutoModelForCausalLM.from_pretrained("uf-aice-lab/Llama-2-QLoRA", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Llama-2-QLoRA
27 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 23 commits
uf-aice-lab's picture
uf-aice-lab
Update README.md
9a08c8e over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    2.74 kB
    Update README.md over 2 years ago
  • config.json
    615 Bytes
    Upload LlamaForCausalLM almost 3 years ago
  • generation_config.json
    132 Bytes
    Upload LlamaForCausalLM almost 3 years ago
  • pytorch_model-00001-of-00003.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    9.88 GB
    xet
    Upload LlamaForCausalLM almost 3 years ago
  • pytorch_model-00002-of-00003.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    9.89 GB
    xet
    Upload LlamaForCausalLM almost 3 years ago
  • pytorch_model-00003-of-00003.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    7.18 GB
    xet
    Upload LlamaForCausalLM almost 3 years ago
  • pytorch_model.bin.index.json
    26.8 kB
    Upload LlamaForCausalLM almost 3 years ago
  • special_tokens_map.json
    414 Bytes
    Upload tokenizer almost 3 years ago
  • tokenizer.json
    1.84 MB
    Upload tokenizer almost 3 years ago
  • tokenizer.model
    500 kB
    xet
    Upload tokenizer almost 3 years ago
  • tokenizer_config.json
    725 Bytes
    Upload tokenizer almost 3 years ago