system HF Staff commited on
Commit
9a18866
·
1 Parent(s): 5ffffcf

Update train_args.json

Browse files
Files changed (1) hide show
  1. train_args.json +33 -0
train_args.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "facebook/bart-base",
3
+ "dataset": "glue^rte",
4
+ "pct_dataset": 1.0,
5
+ "dataset_train_split": "train",
6
+ "dataset_dev_split": "validation",
7
+ "tb_writer_step": 1,
8
+ "checkpoint_steps": -1,
9
+ "checkpoint_every_epoch": false,
10
+ "save_last": false,
11
+ "num_train_epochs": 5,
12
+ "check_robustness": false,
13
+ "num_clean_epochs": 1,
14
+ "attack_period": 1,
15
+ "pct_words_to_swap": 0.1,
16
+ "transformations_per_example": 4,
17
+ "early_stopping_epochs": -1,
18
+ "batch_size": 64,
19
+ "max_length": 128,
20
+ "learning_rate": 2e-05,
21
+ "grad_accum_steps": 1,
22
+ "warmup_proportion": 0.1,
23
+ "config_name": "config.json",
24
+ "weights_name": "pytorch_model.bin",
25
+ "enable_wandb": false,
26
+ "random_seed": 21,
27
+ "output_dir": "/p/qdata/jm8wx/research/text_attacks/textattack/outputs/training/facebook/bart-base-glue^rte-2020-08-20-11-41-21-898210/",
28
+ "num_labels": 2,
29
+ "do_regression": false,
30
+ "best_eval_score": 0.7256317689530686,
31
+ "best_eval_score_epoch": 4,
32
+ "epochs_since_best_eval_score": 0
33
+ }