{ | |
"data_path": "arabic-embedding-model-pair-class2/autotrain-data", | |
"model": "symanto/sn-xlm-roberta-base-snli-mnli-anli-xnli", | |
"lr": 2e-06, | |
"epochs": 5, | |
"max_seq_length": 512, | |
"batch_size": 16, | |
"warmup_ratio": 0.1, | |
"gradient_accumulation": 2, | |
"optimizer": "adamw_torch", | |
"scheduler": "linear", | |
"weight_decay": 0.0, | |
"max_grad_norm": 1.0, | |
"seed": 42, | |
"train_split": "train", | |
"valid_split": "validation", | |
"logging_steps": -1, | |
"project_name": "arabic-embedding-model-pair-class2", | |
"auto_find_batch_size": false, | |
"mixed_precision": "fp16", | |
"save_total_limit": 1, | |
"push_to_hub": true, | |
"evaluation_strategy": "epoch", | |
"username": "acayir64", | |
"log": "tensorboard", | |
"early_stopping_patience": 5, | |
"early_stopping_threshold": 0.01, | |
"trainer": "pair_class", | |
"sentence1_column": "autotrain_sentence1", | |
"sentence2_column": "autotrain_sentence2", | |
"sentence3_column": "autotrain_sentence3", | |
"target_column": "autotrain_target" | |
} |