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: 271 Bytes
b8fafec | 1 2 3 4 5 6 7 8 9 10 11 | {
"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": ""
}
} |