Skip to content

Commit

Permalink
Preparing for tpus branch merge
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-water committed May 1, 2024
1 parent 4d91860 commit 711f487
Show file tree
Hide file tree
Showing 4 changed files with 1,735 additions and 69 deletions.
4 changes: 2 additions & 2 deletions experiments/pretrain_32.2M_samae.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ experiment:

# dataset configuration
data:
min_date: "0000-00-00 00:00:00" # NOT IMPLEMENTED # minimum is '2010-09-09 00:00:11.08'
max_date: "0000-00-00 00:00:00" # NOT IMPLEMENTED # maximum is '2023-05-26 06:36:08.072'
min_date: '2010-09-09 00:00:11.08' # NOT IMPLEMENTED # minimum is '2010-09-09 00:00:11.08'
max_date: '2023-05-26 06:36:08.072' # NOT IMPLEMENTED # maximum is '2023-05-26 06:36:08.072'
month_splits: # non selected months will form training set
# train: [1,2,3,4,5,6,7,8,9,10]
val: [11]
Expand Down
65 changes: 46 additions & 19 deletions notebooks/test_finetuning.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 711f487

Please sign in to comment.