Instructions to use tensor24/miner_id_cef1a911-72d9-4a3c-91e9-d5ce72542066 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use tensor24/miner_id_cef1a911-72d9-4a3c-91e9-d5ce72542066 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Xenova/tiny-random-Phi3ForCausalLM") model = PeftModel.from_pretrained(base_model, "tensor24/miner_id_cef1a911-72d9-4a3c-91e9-d5ce72542066") - Notebooks
- Google Colab
- Kaggle
Ctrl+K