Instructions to use sleepdeprived3/Christian-Bible-Expert-v2.0-12B-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use sleepdeprived3/Christian-Bible-Expert-v2.0-12B-LoRA with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-Nemo-Instruct-2407") model = PeftModel.from_pretrained(base_model, "sleepdeprived3/Christian-Bible-Expert-v2.0-12B-LoRA") - Notebooks
- Google Colab
- Kaggle
Upload tokenizer_config.json with huggingface_hub
Browse files- tokenizer_config.json +0 -0
tokenizer_config.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|