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

ericflo
/
Llama-3.1-SyntheticPython-405B-Base-LoRA

Text Generation
PEFT
Safetensors
English
llama
axolotl
Generated from Trainer
4-bit precision
bitsandbytes
Model card Files Files and versions
xet
Community

Instructions to use ericflo/Llama-3.1-SyntheticPython-405B-Base-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use ericflo/Llama-3.1-SyntheticPython-405B-Base-LoRA with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3.1-405B")
    model = PeftModel.from_pretrained(base_model, "ericflo/Llama-3.1-SyntheticPython-405B-Base-LoRA")
  • Notebooks
  • Google Colab
  • Kaggle
Llama-3.1-SyntheticPython-405B-Base-LoRA / .ipynb_checkpoints
9.14 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
ericflo's picture
ericflo
Upload folder using huggingface_hub
d4132af verified almost 2 years ago
  • README-checkpoint.md
    3.28 kB
    Upload folder using huggingface_hub almost 2 years ago
  • adapter_config-checkpoint.json
    735 Bytes
    Upload folder using huggingface_hub almost 2 years ago
  • config-checkpoint.json
    1.36 kB
    Upload folder using huggingface_hub almost 2 years ago
  • tokenizer-checkpoint.json
    9.09 MB
    Upload folder using huggingface_hub almost 2 years ago
  • tokenizer_config-checkpoint.json
    50.5 kB
    Upload folder using huggingface_hub almost 2 years ago