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

smshr
/
finetuned_llama_model

PEFT
Safetensors
Generated from Trainer
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use smshr/finetuned_llama_model with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.1-8B")
    model = PeftModel.from_pretrained(base_model, "smshr/finetuned_llama_model")
  • Notebooks
  • Google Colab
  • Kaggle
finetuned_llama_model
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
smshr's picture
smshr
End of training
4a02fc7 verified almost 2 years ago
  • .gitattributes
    1.57 kB
    Training in progress, step 140 almost 2 years ago
  • README.md
    1.42 kB
    End of training almost 2 years ago
  • adapter_config.json
    677 Bytes
    Training in progress, step 140 almost 2 years ago
  • adapter_model.safetensors
    109 MB
    xet
    Training in progress, step 140 almost 2 years ago
  • special_tokens_map.json
    335 Bytes
    Training in progress, step 140 almost 2 years ago
  • tokenizer.json
    17.2 MB
    xet
    Training in progress, step 140 almost 2 years ago
  • tokenizer_config.json
    50.5 kB
    Training in progress, step 140 almost 2 years ago
  • training_args.bin
    5.24 kB
    xet
    Training in progress, step 140 almost 2 years ago