Instructions to use theyoffa/first_train with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use theyoffa/first_train with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("cognitivecomputations/dolphin-2.6-mistral-7b") model = PeftModel.from_pretrained(base_model, "theyoffa/first_train") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
62b0c15 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ed8476a3804e9612cda28d99ae30dcee9b788cac70ff5a224070e80d7c3d6686
size 4728
|