adaptive-classifier/language-detection
0752
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": "other",36 "1": "french",37 "2": "english",38 "3": "spanish"39 },40 "label_to_id": {41 "english": 2,42 "french": 1,43 "other": 0,44 "spanish": 345 },46 "model_name": "answerdotai/ModernBERT-base",47 "train_steps": 11,48 "training_history": {49 "english": 100,50 "french": 100,51 "other": 100,52 "spanish": 10053 }54}