Instructions to use ArtoriasTech/Odin-Instruct-Geopolitical-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ArtoriasTech/Odin-Instruct-Geopolitical-v1 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Hermes-3-Llama-3.2-3B") model = PeftModel.from_pretrained(base_model, "ArtoriasTech/Odin-Instruct-Geopolitical-v1") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
2e691f5 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:606a629fc5284112b8daf3efa8f9f061113311967323f731ba6c2757c7595463
size 73430448
|