Instructions to use WhitzardAgent/IntentNet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use WhitzardAgent/IntentNet with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/inspire/hdd/global_user/25015/models/Qwen2.5-3B-Instruct") model = PeftModel.from_pretrained(base_model, "WhitzardAgent/IntentNet") - Notebooks
- Google Colab
- Kaggle
| { | |
| "epoch": 4.99749049974905, | |
| "total_flos": 6.758260289254195e+17, | |
| "train_loss": 0.02162364056710329, | |
| "train_runtime": 21813.1277, | |
| "train_samples_per_second": 6.394, | |
| "train_steps_per_second": 0.4 | |
| } |