{"data_path": "dshihk/llm-generated-essay", "model": "distilbert-base-uncased-finetuned-sst-2-english", "lr": 5e-05, "epochs": 3, "max_seq_length": 128, "batch_size": 64, "warmup_ratio": 0.1, "gradient_accumulation": 4, "optimizer": "adamw_torch", "scheduler": "cosine", "weight_decay": 0.0, "max_grad_norm": 1.0, "seed": 42, "train_split": "train", "valid_split": null, "text_column": "text", "target_column": "target", "logging_steps": -1, "project_name": "llm-essay-classifier", "auto_find_batch_size": false, "fp16": true, "save_total_limit": 1, "save_strategy": "epoch", "push_to_hub": true, "repo_id": "dshihk/llm-essay-classifier", "evaluation_strategy": "epoch", "username": null, "log": "wandb"}