Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Ctc8
/
llama

PEFT
Safetensors
llama
Model card Files Files and versions
xet
Community

Instructions to use Ctc8/llama with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Ctc8/llama 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, "Ctc8/llama")
  • Notebooks
  • Google Colab
  • Kaggle
llama
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Ctc8's picture
Ctc8
Upload 12 files
2a98f48 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    5.1 kB
    Upload 12 files almost 2 years ago
  • adapter_config.json
    728 Bytes
    Upload 12 files almost 2 years ago
  • adapter_model.safetensors
    168 MB
    xet
    Upload 12 files almost 2 years ago
  • config.json
    720 Bytes
    Upload 12 files almost 2 years ago
  • optimizer.pt
    169 MB
    xet
    Upload 12 files almost 2 years ago
  • rng_state.pth
    14.2 kB
    xet
    Upload 12 files almost 2 years ago
  • scheduler.pt
    1.06 kB
    xet
    Upload 12 files almost 2 years ago
  • special_tokens_map.json
    449 Bytes
    Upload 12 files almost 2 years ago
  • tokenizer.json
    9.09 MB
    Upload 12 files almost 2 years ago
  • tokenizer_config.json
    50.6 kB
    Upload 12 files almost 2 years ago
  • trainer_state.json
    6.45 kB
    Upload 12 files almost 2 years ago
  • training_args.bin
    5.94 kB
    xet
    Upload 12 files almost 2 years ago