Skip to content

Commit

Permalink
Update cosem_example.ipynb (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoadesScholar authored May 2, 2024
2 parents d998279 + 8acbdcd commit d88faf8
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/distance_task/cosem_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
" ],\n",
" snapshot_interval=10000,\n",
" min_masked=0.05,\n",
" clip_raw=True,\n",
" clip_raw=False,\n",
")\n",
"config_store.store_trainer_config(trainer_config)"
]
Expand Down
2 changes: 1 addition & 1 deletion examples/distance_task/cosem_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
],
snapshot_interval=10000,
min_masked=0.05,
clip_raw=True,
clip_raw=False,
)
config_store.store_trainer_config(trainer_config)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
" ],\n",
" snapshot_interval=10000,\n",
" min_masked=0.05,\n",
" clip_raw=True,\n",
" clip_raw = False,\n",
")\n",
"# Store the trainer\n",
"config_store....\n"
Expand Down
2 changes: 1 addition & 1 deletion examples/distance_task/cosem_example_fill_in_the_blank.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
],
snapshot_interval=10000,
min_masked=0.05,
clip_raw=True,
clip_raw=False,
)
# Store the trainer
config_store
Expand Down
2 changes: 1 addition & 1 deletion examples/distance_task/cosem_finetune_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
" ],\n",
" snapshot_interval=10000,\n",
" min_masked=0.05,\n",
" clip_raw=True,\n",
" clip_raw = False,\n",
")\n",
"config_store.store_trainer_config(trainer_config)"
]
Expand Down
2 changes: 1 addition & 1 deletion examples/distance_task/cosem_finetune_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
],
snapshot_interval=10000,
min_masked=0.05,
clip_raw=True,
clip_raw=False,
)
config_store.store_trainer_config(trainer_config)

Expand Down
2 changes: 1 addition & 1 deletion examples/distance_task/synthetic_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@
" ],\n",
" snapshot_interval=10000,\n",
" min_masked=0.05,\n",
" clip_raw=True,\n",
" clip_raw = False,\n",
")\n",
"# config_store.store_trainer_config(trainer_config)\n"
]
Expand Down
2 changes: 1 addition & 1 deletion examples/distance_task/synthetic_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@
],
snapshot_interval=10000,
min_masked=0.05,
clip_raw=True,
clip_raw=False,
)
# config_store.store_trainer_config(trainer_config)

Expand Down

0 comments on commit d88faf8

Please sign in to comment.