adaptive-classifier/support-ticket
0805
1{2 "config": {3 "batch_size": 16,4 "cost_coefficients": {},5 "cost_function_type": "separable",6 "device_map": "auto",7 "early_stopping_patience": 3,8 "enable_strategic_mode": false,9 "epochs": 10,10 "ewc_lambda": 100.0,11 "gradient_checkpointing": false,12 "learning_rate": 2e-05,13 "max_examples_per_class": 150,14 "max_length": 512,15 "min_confidence": 0.1,16 "min_examples_per_class": 3,17 "neural_weight": 0.4,18 "num_representative_examples": 5,19 "prototype_update_frequency": 10,20 "prototype_weight": 0.6,21 "quantization": null,22 "similarity_threshold": 0.7,23 "strategic_blend_regular_weight": 0.6,24 "strategic_blend_strategic_weight": 0.4,25 "strategic_lambda": 0.1,26 "strategic_prediction_head_weight": 0.5,27 "strategic_prediction_proto_weight": 0.5,28 "strategic_robust_head_weight": 0.2,29 "strategic_robust_proto_weight": 0.8,30 "strategic_training_frequency": 10,31 "warmup_steps": 032 },33 "embedding_dim": 768,34 "id_to_label": {35 "0": "general_inquiry",36 "1": "technical",37 "2": "account",38 "3": "billing"39 },40 "label_to_id": {41 "account": 2,42 "billing": 3,43 "general_inquiry": 0,44 "technical": 145 },46 "model_name": "answerdotai/ModernBERT-base",47 "train_steps": 11,48 "training_history": {49 "account": 100,50 "billing": 100,51 "general_inquiry": 100,52 "technical": 10053 }54}