Instructions to use davidquicast/experiments with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use davidquicast/experiments with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3.1-8B-Instruct") model = PeftModel.from_pretrained(base_model, "davidquicast/experiments") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
f179379 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d2b6afeda005c2d7617d1b61cee872c9aae748f8c034fcbd638e91ba981fef08
size 5496
|