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
| {"lora_dtype": null, "lorap_lr_ratio": null, "lorap_emb_lr": 1e-06} |