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

kloodia
/
lora-8b-code

PEFT
TensorBoard
Safetensors
llama
Generated from Trainer
8-bit precision
bitsandbytes
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use kloodia/lora-8b-code with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use kloodia/lora-8b-code with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3-8B")
    model = PeftModel.from_pretrained(base_model, "kloodia/lora-8b-code")
  • Notebooks
  • Google Colab
  • Kaggle
lora-8b-code
1.89 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
kloodia's picture
kloodia
Upload folder using huggingface_hub
3305bc0 verified about 2 years ago
  • checkpoint-1938
    Upload folder using huggingface_hub about 2 years ago
  • checkpoint-2907
    Upload folder using huggingface_hub about 2 years ago
  • checkpoint-969
    Upload folder using huggingface_hub about 2 years ago
  • runs
    Upload folder using huggingface_hub about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    3.48 kB
    Upload folder using huggingface_hub about 2 years ago
  • adapter_config.json
    728 Bytes
    Upload folder using huggingface_hub about 2 years ago
  • adapter_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    336 MB
    xet
    Upload folder using huggingface_hub about 2 years ago
  • config.json
    1.19 kB
    Upload folder using huggingface_hub about 2 years ago
  • special_tokens_map.json
    449 Bytes
    Upload folder using huggingface_hub about 2 years ago
  • tokenizer.json
    9.09 MB
    Upload folder using huggingface_hub about 2 years ago
  • tokenizer_config.json
    50.6 kB
    Upload folder using huggingface_hub about 2 years ago