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:474087e8f80a856e73387c2f5cce01ee5d955732f9ded1e4682050c9ae86c816
size 7672
|