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
| { | |
| "adapter_cfg": { | |
| "model_id_or_path": "/root/dataDisk/ms-swift/models", | |
| "model_revision": "master", | |
| "sft_type": "lora", | |
| "tuner_backend": "peft", | |
| "template_type": "qwen2_5", | |
| "dtype": "bf16", | |
| "system": "" | |
| } | |
| } |