Instructions to use TheAgenticAI/Agentic-V4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use TheAgenticAI/Agentic-V4 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Nexusflow/Athene-V2-Agent") model = PeftModel.from_pretrained(base_model, "TheAgenticAI/Agentic-V4") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
b8fafec | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3b1a976c61366775f17b2f4ed938a496722f9b6544db424f2d3f492fcf2b4b9d
size 1064
|