File size: 3,233 Bytes
f418f34
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
  "_name_or_path": "roberta-base",
  "accelerator": null,
  "accumulate_grad_batches": null,
  "add_context": true,
  "add_cross_attention": true,
  "amp_backend": null,
  "amp_level": null,
  "architectures": [
    "RobertaForContextualSequenceClassification"
  ],
  "attention_probs_dropout_prob": 0.1,
  "auto_lr_find": false,
  "auto_scale_batch_size": false,
  "auto_select_gpus": null,
  "batch_size": 32,
  "benchmark": null,
  "binary_clf": false,
  "bos_token_id": 0,
  "check_val_every_n_epoch": 1,
  "checkpoint": "planning_models/classifier/f2012rua/checkpoints/epoch=7-step=53400.ckpt",
  "ckpt_metric": "val_macro_f1",
  "classifier_dropout": null,
  "context_dir": "context/complex/train",
  "context_doc_id": "pair_id",
  "context_window": 13,
  "default_root_dir": null,
  "detect_anomaly": false,
  "devices": "2",
  "doc_pos_embeds": false,
  "enable_checkpointing": true,
  "enable_model_summary": true,
  "enable_progress_bar": true,
  "eos_token_id": 2,
  "fast_dev_run": false,
  "gpus": null,
  "gradient_clip_algorithm": null,
  "gradient_clip_val": null,
  "hidden_act": "gelu",
  "hidden_dropout_prob": 0.1,
  "hidden_size": 768,
  "id2label": {
    "0": "LABEL_0",
    "1": "LABEL_1",
    "2": "LABEL_2",
    "3": "LABEL_3"
  },
  "inference_mode": true,
  "initializer_range": 0.02,
  "intermediate_size": 3072,
  "ipus": null,
  "label2id": {
    "LABEL_0": 0,
    "LABEL_1": 1,
    "LABEL_2": 2,
    "LABEL_3": 3
  },
  "layer_norm_eps": 1e-05,
  "learning_rate": 1e-05,
  "left_z_only": false,
  "limit_predict_batches": null,
  "limit_test_batches": null,
  "limit_train_batches": null,
  "limit_val_batches": null,
  "log_class_acc": false,
  "log_every_n_steps": 50,
  "logger": true,
  "lr_scheduler": false,
  "max_epochs": 10,
  "max_length": 128,
  "max_position_embeddings": 514,
  "max_samples": -1,
  "max_steps": -1,
  "max_time": null,
  "min_epochs": null,
  "min_steps": null,
  "model_type": "context-roberta",
  "move_metrics_to_cpu": false,
  "multiple_trainloader_mode": "max_size_cycle",
  "name": "dyn-init",
  "no_context_pos": false,
  "num_attention_heads": 12,
  "num_hidden_layers": 12,
  "num_nodes": 1,
  "num_processes": null,
  "num_sanity_val_steps": 2,
  "overfit_batches": 0.0,
  "pad_token_id": 1,
  "plugins": null,
  "position_embedding_type": "absolute",
  "precision": 32,
  "profiler": null,
  "project": "planning_models",
  "reading_lvl": null,
  "regression": false,
  "reload_dataloaders_every_n_epochs": 0,
  "replace_sampler_ddp": true,
  "resume_from_checkpoint": null,
  "save_dir": null,
  "simple_context_dir": "context/simple/train",
  "simple_context_doc_id": "pair_id",
  "src_lvl": null,
  "strategy": null,
  "sync_batchnorm": false,
  "torch_dtype": "float32",
  "tpu_cores": null,
  "track_grad_norm": -1,
  "train_check_interval": 0.2,
  "train_file": "data/wikiauto_sents_train.csv",
  "train_split": 0.9,
  "train_workers": 8,
  "transformers_version": "4.29.1",
  "type_vocab_size": 1,
  "upsample_classes": false,
  "use_cache": true,
  "val_check_interval": null,
  "val_file": "data/wikiauto_sents_valid.csv",
  "val_split": 0.05,
  "val_workers": 8,
  "vocab_size": 50274,
  "wandb_id": null,
  "x_col": "complex",
  "y_col": "label"
}