system HF staff commited on
Commit
69d3050
1 Parent(s): 6bc893a

Update args.json

Browse files
Files changed (1) hide show
  1. args.json +1 -0
args.json ADDED
@@ -0,0 +1 @@
 
1
+ {"num_cores": 8, "model_name_or_path": "t5-base", "max_len": 128, "target_max_len": 128, "output_dir": "./content/", "overwrite_output_dir": true, "per_device_train_batch_size": 4, "per_device_eval_batch_size": 4, "gradient_accumulation_steps": 4, "learning_rate": 0.0001, "tpu_num_cores": 8, "num_train_epochs": 3, "do_train": true}