File size: 1,526 Bytes
e94c9f0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
    "force": false,
    "dump_path": "serialization_dir/distilrobbert-v2-mini-unshuffled-merged-0.5-bort",
    "data_file": "data/oscar_dutch/nl_unshuffled_mini_0.5-data.pdelobelle-robbert-v2-dutch-base.pickle",
    "student_type": "roberta",
    "student_config": "training_configs/distilrobbert-base-bort.json",
    "student_pretrained_weights": null,
    "teacher_type": "roberta",
    "teacher_name": "pdelobelle/robbert-v2-dutch-base",
    "temperature": 2.0,
    "alpha_ce": 5.0,
    "alpha_mlm": 2.0,
    "alpha_clm": 0.0,
    "alpha_mse": 0.0,
    "alpha_cos": 1.0,
    "mlm": true,
    "mlm_mask_prop": 0.15,
    "word_mask": 0.8,
    "word_keep": 0.1,
    "word_rand": 0.1,
    "mlm_smoothing": 0.7,
    "token_counts": "data/oscar_dutch/nl_unshuffled_mini_0.5-counts.pdelobelle-robbert-v2-dutch-base.pickle",
    "restrict_ce_to_mask": false,
    "freeze_pos_embs": true,
    "freeze_token_type_embds": false,
    "n_epoch": 3,
    "batch_size": 5,
    "group_by_size": true,
    "gradient_accumulation_steps": 128,
    "warmup_prop": 0.05,
    "weight_decay": 0.01,
    "learning_rate": 0.0005,
    "adam_epsilon": 1e-06,
    "max_grad_norm": 5.0,
    "initializer_range": 0.02,
    "fp16": false,
    "fp16_opt_level": "O1",
    "gpus": 1,
    "local_rank": 0,
    "seed": 56,
    "log_interval": 500,
    "checkpoint_interval": 4000,
    "n_nodes": 1,
    "node_id": 0,
    "global_rank": 0,
    "world_size": 1,
    "n_gpu_per_node": 1,
    "multi_gpu": false,
    "is_master": true,
    "multi_node": false
}