File size: 782 Bytes
a9041fd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "model": "albert-base-v2",
  "dataset": "rotten_tomatoes",
  "dataset_train_split": "train",
  "dataset_dev_split": "validation",
  "tb_writer_step": 1000,
  "checkpoint_steps": -1,
  "checkpoint_every_epoch": false,
  "num_train_epochs": 10,
  "early_stopping_epochs": -1,
  "batch_size": 128,
  "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,
  "output_dir": "/p/qdata/jm8wx/research/text_attacks/textattack/outputs/training/albert-base-v2-rotten_tomatoes-2020-06-25-00:42/",
  "num_labels": 2,
  "do_regression": false,
  "best_eval_score": 0.8855534709193246,
  "best_eval_score_epoch": 1,
  "epochs_since_best_eval_score": 8
}