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

  • Log In
  • Sign Up

Yash12kr
/
FTPractcingtinyLlama

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

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

  • Libraries
  • PEFT

    How to use Yash12kr/FTPractcingtinyLlama with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("TinyLlama/TinyLlama-1.1B-Chat-v1.0")
    model = PeftModel.from_pretrained(base_model, "Yash12kr/FTPractcingtinyLlama")
  • Notebooks
  • Google Colab
  • Kaggle
FTPractcingtinyLlama / runs
20 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Yash12kr's picture
Yash12kr
End of training
43a75b5 verified almost 2 years ago
  • Jul12_05-09-46_d689b9163e98
    End of training almost 2 years ago
  • Jul14_14-41-31_0a76aca10a35
    End of training almost 2 years ago