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

  • Log In
  • Sign Up

Wsassi
/
Llama_3_8b_function-calling

PEFT
TensorBoard
Safetensors
trl
sft
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use Wsassi/Llama_3_8b_function-calling with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Wsassi/Llama_3_8b_function-calling with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3-8B-Instruct")
    model = PeftModel.from_pretrained(base_model, "Wsassi/Llama_3_8b_function-calling")
  • Notebooks
  • Google Colab
  • Kaggle
Llama_3_8b_function-calling / runs
11.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Wsassi's picture
Wsassi
End of training
c1f975a verified almost 2 years ago
  • May18_14-24-19_dd8b3abbf88a
    End of training almost 2 years ago