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

sanaweb
/
Sana-LLaMA-Factory

PEFT
Safetensors
llama
llama-factory
lora
Generated from Trainer
4-bit precision
bitsandbytes
Model card Files Files and versions
xet
Community

Instructions to use sanaweb/Sana-LLaMA-Factory with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use sanaweb/Sana-LLaMA-Factory with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("unsloth/llama-3-8b-Instruct-bnb-4bit")
    model = PeftModel.from_pretrained(base_model, "sanaweb/Sana-LLaMA-Factory")
  • Notebooks
  • Google Colab
  • Kaggle
Sana-LLaMA-Factory
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
sanaweb's picture
sanaweb
Upload tokenizer.json
786c994 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • LICENSE
    388 Bytes
    LICENSE almost 2 years ago
  • README.md
    1.32 kB
    Upload 8 files almost 2 years ago
  • adapter_config.json
    737 Bytes
    Upload 8 files almost 2 years ago
  • adapter_model.safetensors
    83.9 MB
    xet
    Upload adapter_model.safetensors almost 2 years ago
  • all_results.json
    208 Bytes
    Upload 8 files almost 2 years ago
  • config.json
    1.15 kB
    config.json almost 2 years ago
  • identity.json
    20.3 kB
    Upload 8 files almost 2 years ago
  • special_tokens_map.json
    459 Bytes
    Upload 8 files almost 2 years ago
  • tokenizer.json
    9.09 MB
    Upload tokenizer.json almost 2 years ago
  • tokenizer_config.json
    51.3 kB
    Upload 8 files almost 2 years ago
  • train_results.json
    208 Bytes
    Upload 8 files almost 2 years ago
  • trainer_log.jsonl
    4.8 kB
    Upload 8 files almost 2 years ago