Upload 9 files
Browse files- .gitattributes +3 -0
- verifier/entailmentbank_task1/config.yaml +81 -0
- verifier/entailmentbank_task1/epoch=49-step=36300.ckpt +3 -0
- verifier/entailmentbank_task1/log.txt +3 -0
- verifier/entailmentbank_task2/config.yaml +81 -0
- verifier/entailmentbank_task2/epoch=49-step=36300.ckpt +3 -0
- verifier/entailmentbank_task2/log.txt +3 -0
- verifier/ruletaker/config.yaml +81 -0
- verifier/ruletaker/epoch=49-step=93000.ckpt +3 -0
- verifier/ruletaker/log.txt +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
verifier/entailmentbank_task1/log.txt filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
verifier/entailmentbank_task2/log.txt filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
verifier/ruletaker/log.txt filter=lfs diff=lfs merge=lfs -text
|
verifier/entailmentbank_task1/config.yaml
ADDED
|
@@ -0,0 +1,81 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
seed_everything: 1
|
| 2 |
+
trainer:
|
| 3 |
+
logger: true
|
| 4 |
+
checkpoint_callback: null
|
| 5 |
+
enable_checkpointing: true
|
| 6 |
+
callbacks:
|
| 7 |
+
- class_path: pytorch_lightning.callbacks.LearningRateMonitor
|
| 8 |
+
init_args:
|
| 9 |
+
logging_interval: step
|
| 10 |
+
log_momentum: false
|
| 11 |
+
default_root_dir: null
|
| 12 |
+
gradient_clip_val: null
|
| 13 |
+
gradient_clip_algorithm: null
|
| 14 |
+
process_position: 0
|
| 15 |
+
num_nodes: 1
|
| 16 |
+
num_processes: null
|
| 17 |
+
devices: null
|
| 18 |
+
gpus: 1
|
| 19 |
+
auto_select_gpus: false
|
| 20 |
+
tpu_cores: null
|
| 21 |
+
ipus: null
|
| 22 |
+
log_gpu_memory: null
|
| 23 |
+
progress_bar_refresh_rate: null
|
| 24 |
+
enable_progress_bar: true
|
| 25 |
+
overfit_batches: 0.0
|
| 26 |
+
track_grad_norm: -1
|
| 27 |
+
check_val_every_n_epoch: 1
|
| 28 |
+
fast_dev_run: false
|
| 29 |
+
accumulate_grad_batches: null
|
| 30 |
+
max_epochs: 50
|
| 31 |
+
min_epochs: null
|
| 32 |
+
max_steps: -1
|
| 33 |
+
min_steps: null
|
| 34 |
+
max_time: null
|
| 35 |
+
limit_train_batches: null
|
| 36 |
+
limit_val_batches: null
|
| 37 |
+
limit_test_batches: null
|
| 38 |
+
limit_predict_batches: null
|
| 39 |
+
val_check_interval: null
|
| 40 |
+
flush_logs_every_n_steps: null
|
| 41 |
+
log_every_n_steps: 50
|
| 42 |
+
accelerator: null
|
| 43 |
+
strategy: null
|
| 44 |
+
sync_batchnorm: false
|
| 45 |
+
precision: 32
|
| 46 |
+
enable_model_summary: true
|
| 47 |
+
weights_summary: top
|
| 48 |
+
weights_save_path: null
|
| 49 |
+
num_sanity_val_steps: 2
|
| 50 |
+
resume_from_checkpoint: null
|
| 51 |
+
profiler: null
|
| 52 |
+
benchmark: null
|
| 53 |
+
deterministic: false
|
| 54 |
+
reload_dataloaders_every_n_epochs: 0
|
| 55 |
+
auto_lr_find: false
|
| 56 |
+
replace_sampler_ddp: true
|
| 57 |
+
detect_anomaly: false
|
| 58 |
+
auto_scale_batch_size: false
|
| 59 |
+
prepare_data_per_node: null
|
| 60 |
+
plugins: null
|
| 61 |
+
amp_backend: native
|
| 62 |
+
amp_level: null
|
| 63 |
+
move_metrics_to_cpu: false
|
| 64 |
+
multiple_trainloader_mode: max_size_cycle
|
| 65 |
+
stochastic_weight_avg: false
|
| 66 |
+
terminate_on_nan: null
|
| 67 |
+
model:
|
| 68 |
+
model_name: roberta-large
|
| 69 |
+
lr: 1.0e-05
|
| 70 |
+
warmup_steps: 2000
|
| 71 |
+
pos_weight: 128.0
|
| 72 |
+
data:
|
| 73 |
+
dataset: entailmentbank
|
| 74 |
+
path_train: ../data/entailment_trees_emnlp2021_data_v3/dataset/task_1/train.jsonl
|
| 75 |
+
path_val: ../data/entailment_trees_emnlp2021_data_v3/dataset/task_1/dev.jsonl
|
| 76 |
+
batch_size: 128
|
| 77 |
+
num_workers: 2
|
| 78 |
+
max_num_premises: 4
|
| 79 |
+
max_input_len: 256
|
| 80 |
+
irrelevant_distractors_only: false
|
| 81 |
+
ckpt_path: null
|
verifier/entailmentbank_task1/epoch=49-step=36300.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:47d0914653c108dfe7df0ec504b9c6aaeb855e6d225ae960b7a281c62b69805e
|
| 3 |
+
size 4264733116
|
verifier/entailmentbank_task1/log.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:de9a2b60ac4b6d36124aba7ce8a68bab441db6e26cd1489c3a7e658ba6c13fa4
|
| 3 |
+
size 10716628
|
verifier/entailmentbank_task2/config.yaml
ADDED
|
@@ -0,0 +1,81 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
seed_everything: 1
|
| 2 |
+
trainer:
|
| 3 |
+
logger: true
|
| 4 |
+
checkpoint_callback: null
|
| 5 |
+
enable_checkpointing: true
|
| 6 |
+
callbacks:
|
| 7 |
+
- class_path: pytorch_lightning.callbacks.LearningRateMonitor
|
| 8 |
+
init_args:
|
| 9 |
+
logging_interval: step
|
| 10 |
+
log_momentum: false
|
| 11 |
+
default_root_dir: null
|
| 12 |
+
gradient_clip_val: null
|
| 13 |
+
gradient_clip_algorithm: null
|
| 14 |
+
process_position: 0
|
| 15 |
+
num_nodes: 1
|
| 16 |
+
num_processes: null
|
| 17 |
+
devices: null
|
| 18 |
+
gpus: 1
|
| 19 |
+
auto_select_gpus: false
|
| 20 |
+
tpu_cores: null
|
| 21 |
+
ipus: null
|
| 22 |
+
log_gpu_memory: null
|
| 23 |
+
progress_bar_refresh_rate: null
|
| 24 |
+
enable_progress_bar: true
|
| 25 |
+
overfit_batches: 0.0
|
| 26 |
+
track_grad_norm: -1
|
| 27 |
+
check_val_every_n_epoch: 1
|
| 28 |
+
fast_dev_run: false
|
| 29 |
+
accumulate_grad_batches: null
|
| 30 |
+
max_epochs: 50
|
| 31 |
+
min_epochs: null
|
| 32 |
+
max_steps: -1
|
| 33 |
+
min_steps: null
|
| 34 |
+
max_time: null
|
| 35 |
+
limit_train_batches: null
|
| 36 |
+
limit_val_batches: null
|
| 37 |
+
limit_test_batches: null
|
| 38 |
+
limit_predict_batches: null
|
| 39 |
+
val_check_interval: null
|
| 40 |
+
flush_logs_every_n_steps: null
|
| 41 |
+
log_every_n_steps: 50
|
| 42 |
+
accelerator: null
|
| 43 |
+
strategy: null
|
| 44 |
+
sync_batchnorm: false
|
| 45 |
+
precision: 32
|
| 46 |
+
enable_model_summary: true
|
| 47 |
+
weights_summary: top
|
| 48 |
+
weights_save_path: null
|
| 49 |
+
num_sanity_val_steps: 2
|
| 50 |
+
resume_from_checkpoint: null
|
| 51 |
+
profiler: null
|
| 52 |
+
benchmark: null
|
| 53 |
+
deterministic: false
|
| 54 |
+
reload_dataloaders_every_n_epochs: 0
|
| 55 |
+
auto_lr_find: false
|
| 56 |
+
replace_sampler_ddp: true
|
| 57 |
+
detect_anomaly: false
|
| 58 |
+
auto_scale_batch_size: false
|
| 59 |
+
prepare_data_per_node: null
|
| 60 |
+
plugins: null
|
| 61 |
+
amp_backend: native
|
| 62 |
+
amp_level: null
|
| 63 |
+
move_metrics_to_cpu: false
|
| 64 |
+
multiple_trainloader_mode: max_size_cycle
|
| 65 |
+
stochastic_weight_avg: false
|
| 66 |
+
terminate_on_nan: null
|
| 67 |
+
model:
|
| 68 |
+
model_name: roberta-large
|
| 69 |
+
lr: 1.0e-05
|
| 70 |
+
warmup_steps: 2500
|
| 71 |
+
pos_weight: 128.0
|
| 72 |
+
data:
|
| 73 |
+
dataset: entailmentbank
|
| 74 |
+
path_train: ../data/entailment_trees_emnlp2021_data_v3/dataset/task_2/train.jsonl
|
| 75 |
+
path_val: ../data/entailment_trees_emnlp2021_data_v3/dataset/task_2/dev.jsonl
|
| 76 |
+
batch_size: 128
|
| 77 |
+
num_workers: 2
|
| 78 |
+
max_num_premises: 4
|
| 79 |
+
max_input_len: 256
|
| 80 |
+
irrelevant_distractors_only: true
|
| 81 |
+
ckpt_path: null
|
verifier/entailmentbank_task2/epoch=49-step=36300.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b08900786993b49e7ca7062d5a287028abff3f528c665114c782c864b5a76d0
|
| 3 |
+
size 4264733116
|
verifier/entailmentbank_task2/log.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3858edeb1a9384148f39a15c1fd584a895a83c6f72b7479fa172c0f89a88691
|
| 3 |
+
size 10716251
|
verifier/ruletaker/config.yaml
ADDED
|
@@ -0,0 +1,81 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
seed_everything: 1
|
| 2 |
+
trainer:
|
| 3 |
+
logger: true
|
| 4 |
+
checkpoint_callback: null
|
| 5 |
+
enable_checkpointing: true
|
| 6 |
+
callbacks:
|
| 7 |
+
- class_path: pytorch_lightning.callbacks.LearningRateMonitor
|
| 8 |
+
init_args:
|
| 9 |
+
logging_interval: step
|
| 10 |
+
log_momentum: false
|
| 11 |
+
default_root_dir: null
|
| 12 |
+
gradient_clip_val: null
|
| 13 |
+
gradient_clip_algorithm: null
|
| 14 |
+
process_position: 0
|
| 15 |
+
num_nodes: 1
|
| 16 |
+
num_processes: null
|
| 17 |
+
devices: null
|
| 18 |
+
gpus: 1
|
| 19 |
+
auto_select_gpus: false
|
| 20 |
+
tpu_cores: null
|
| 21 |
+
ipus: null
|
| 22 |
+
log_gpu_memory: null
|
| 23 |
+
progress_bar_refresh_rate: null
|
| 24 |
+
enable_progress_bar: true
|
| 25 |
+
overfit_batches: 0.0
|
| 26 |
+
track_grad_norm: -1
|
| 27 |
+
check_val_every_n_epoch: 1
|
| 28 |
+
fast_dev_run: false
|
| 29 |
+
accumulate_grad_batches: null
|
| 30 |
+
max_epochs: 50
|
| 31 |
+
min_epochs: null
|
| 32 |
+
max_steps: -1
|
| 33 |
+
min_steps: null
|
| 34 |
+
max_time: null
|
| 35 |
+
limit_train_batches: null
|
| 36 |
+
limit_val_batches: null
|
| 37 |
+
limit_test_batches: null
|
| 38 |
+
limit_predict_batches: null
|
| 39 |
+
val_check_interval: null
|
| 40 |
+
flush_logs_every_n_steps: null
|
| 41 |
+
log_every_n_steps: 50
|
| 42 |
+
accelerator: null
|
| 43 |
+
strategy: null
|
| 44 |
+
sync_batchnorm: false
|
| 45 |
+
precision: 32
|
| 46 |
+
enable_model_summary: true
|
| 47 |
+
weights_summary: top
|
| 48 |
+
weights_save_path: null
|
| 49 |
+
num_sanity_val_steps: 2
|
| 50 |
+
resume_from_checkpoint: null
|
| 51 |
+
profiler: null
|
| 52 |
+
benchmark: null
|
| 53 |
+
deterministic: false
|
| 54 |
+
reload_dataloaders_every_n_epochs: 0
|
| 55 |
+
auto_lr_find: false
|
| 56 |
+
replace_sampler_ddp: true
|
| 57 |
+
detect_anomaly: false
|
| 58 |
+
auto_scale_batch_size: false
|
| 59 |
+
prepare_data_per_node: null
|
| 60 |
+
plugins: null
|
| 61 |
+
amp_backend: native
|
| 62 |
+
amp_level: null
|
| 63 |
+
move_metrics_to_cpu: false
|
| 64 |
+
multiple_trainloader_mode: max_size_cycle
|
| 65 |
+
stochastic_weight_avg: false
|
| 66 |
+
terminate_on_nan: null
|
| 67 |
+
model:
|
| 68 |
+
model_name: roberta-large
|
| 69 |
+
lr: 5.0e-06
|
| 70 |
+
warmup_steps: 2500
|
| 71 |
+
pos_weight: 4.0
|
| 72 |
+
data:
|
| 73 |
+
dataset: ruletaker
|
| 74 |
+
path_train: ../data/proofwriter-dataset-V2020.12.3/preprocessed_OWA/depth-3ext/meta-train.jsonl
|
| 75 |
+
path_val: ../data/proofwriter-dataset-V2020.12.3/preprocessed_OWA/depth-3ext/meta-dev.jsonl
|
| 76 |
+
batch_size: 128
|
| 77 |
+
num_workers: 2
|
| 78 |
+
max_num_premises: 4
|
| 79 |
+
max_input_len: 128
|
| 80 |
+
irrelevant_distractors_only: true
|
| 81 |
+
ckpt_path: null
|
verifier/ruletaker/epoch=49-step=93000.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ed5c7ef3070a678d7b13517d2d0d585a08a17eb46b54f2e49309bd0032a75dd8
|
| 3 |
+
size 4264733884
|
verifier/ruletaker/log.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f5cb62d999a3762d827a1e1c49ea6198a6d969be02f2d1f42b0cfd0d8a52d6b7
|
| 3 |
+
size 29216175
|