facebook-bart-base-glue-RTE / train_args.json
system's picture
system HF Staff
Update train_args.json
4f0e462
raw
history blame contribute delete
986 Bytes
{
"model": "facebook/bart-base",
"dataset": "glue^rte",
"pct_dataset": 1.0,
"dataset_train_split": "train",
"dataset_dev_split": "validation",
"tb_writer_step": 1,
"checkpoint_steps": -1,
"checkpoint_every_epoch": false,
"save_last": false,
"num_train_epochs": 5,
"check_robustness": false,
"num_clean_epochs": 1,
"attack_period": 1,
"pct_words_to_swap": 0.1,
"transformations_per_example": 4,
"early_stopping_epochs": -1,
"batch_size": 64,
"max_length": 128,
"learning_rate": 2e-05,
"grad_accum_steps": 1,
"warmup_proportion": 0.1,
"config_name": "config.json",
"weights_name": "pytorch_model.bin",
"enable_wandb": false,
"random_seed": 21,
"output_dir": "/p/qdata/jm8wx/research/text_attacks/textattack/outputs/training/facebook/bart-base-glue^rte-2020-08-20-11-41-21-898210/",
"num_labels": 2,
"do_regression": false,
"best_eval_score": 0.7256317689530686,
"best_eval_score_epoch": 4,
"epochs_since_best_eval_score": 0
}