hthadicherla/actsa-distilbert
011
1{2 "data_path": "actsa-distilbert/autotrain-data",3 "model": "distilbert/distilbert-base-multilingual-cased",4 "lr": 0.0005,5 "epochs": 3,6 "max_seq_length": 128,7 "batch_size": 4,8 "warmup_ratio": 0.1,9 "gradient_accumulation": 1,10 "optimizer": "adamw_torch",11 "scheduler": "linear",12 "weight_decay": 0.0,13 "max_grad_norm": 1.0,14 "seed": 42,15 "train_split": "train",16 "valid_split": "validation",17 "text_column": "autotrain_text",18 "target_column": "autotrain_label",19 "logging_steps": -1,20 "project_name": "actsa-distilbert",21 "auto_find_batch_size": false,22 "mixed_precision": null,23 "save_total_limit": 1,24 "push_to_hub": true,25 "evaluation_strategy": "epoch",26 "username": "DarkPhantom323",27 "log": "tensorboard"28}