Instructions to use BEGADE/sample_data with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use BEGADE/sample_data 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, "BEGADE/sample_data") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
78ecba4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:594cd9b590b9cc7187cf05eef961f28a459ac9ef6509a6e8a3995fbd0ae55d57
size 4728
|