Instructions to use thejaminator/1e-5_hf_test_repeat-step-100 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use thejaminator/1e-5_hf_test_repeat-step-100 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("thejaminator/checkpoints_multiple_datasets_layer_1_decoder-fixed") model = PeftModel.from_pretrained(base_model, "thejaminator/1e-5_hf_test_repeat-step-100") - Notebooks
- Google Colab
- Kaggle
Ctrl+K