llm-foundry
log details to metadata for run analytics
#992
Merged

log details to metadata for run analytics #992

angel-ruiz7 merged 67 commits into main from angel/log-data-for-run-analytics
angel-ruiz7
angel-ruiz7 add `uses_llmfoundry`, `model_name`, and `llmfoundry_run_type`
c0ac7670
angel-ruiz7 Merge branch 'main' into angel/log-data-for-run-analytics
fccabd91
angel-ruiz7
angel-ruiz7 angel-ruiz7 requested a review from aspfohl aspfohl 2 years ago
angel-ruiz7 angel-ruiz7 requested a review from dakinggg dakinggg 2 years ago
angel-ruiz7 angel-ruiz7 requested a review from irenedea irenedea 2 years ago
aspfohl
aspfohl commented on 2024-02-26
angel-ruiz7 remove `uses_llmfoundry` flag, prefix with `mosaicml/llmfoundry/`, an…
fe8948b4
angel-ruiz7 Merge branch 'angel/log-data-for-run-analytics' of github.com:mosaicm…
faede2cb
angel-ruiz7 get `model_name` from `pretrained_model_name_or_path`
1e28dec7
angel-ruiz7 Merge branch 'main' of github.com:mosaicml/llm-foundry into angel/log…
a935c421
angel-ruiz7 fix quotes
e8bab059
angel-ruiz7 add TODO comments and remove redundant flushing from `eval.py`
f49d6b39
angel-ruiz7 get `llmfoundry_run_subtype` for training runs
f726fe2d
angel-ruiz7 check for `mosaicml_logger` before logging
40e3b83f
angel-ruiz7 fix `reportUnboundVariable` linting error
599807ca
angel-ruiz7 add `tokenizer` and train/eval loader names
a46cc8b0
angel-ruiz7 use brackets to get `name` from `model_config`
ed2deade
angel-ruiz7 add cloud provider from load / save paths
4165d59a
angel-ruiz7 add `num_workers` for `eval_loader` and `train_loader`
598ccb12
angel-ruiz7 Merge branch 'main' into angel/log-data-for-run-analytics
7cb9e0ff
angel-ruiz7 try to fix key error
43be3143
angel-ruiz7 Revert "try to fix key error"
09dcd561
angel-ruiz7 add `d_model`, `callbacks`, and `vocab_size`
7aa5f34f
angel-ruiz7 format, add `n_heads`
8afa7ad1
angel-ruiz7 Merge branch 'main' into angel/log-data-for-run-analytics
e296693e
angel-ruiz7 format + support `ListConfig` and `DictConfig` for `eval_loader_config`
336d697e
angel-ruiz7 fix access issues with `loader_config`
850e587f
angel-ruiz7 use `get()` instead of brackets
d098c6c0
angel-ruiz7 use `get` instead of brackets
dcaf7a73
angel-ruiz7 Merge branch 'main' into angel/log-data-for-run-analytics
5e5fde14
angel-ruiz7 format code
dc074de9
angel-ruiz7 Merge branch 'angel/log-data-for-run-analytics' of github.com:mosaicm…
c123571b
angel-ruiz7 add `gauntlet_configured` and `icl_configured` fields
347ff19e
angel-ruiz7 make sure to not pass in `mosaicml_logger` when `None`
2d66f5a9
angel-ruiz7 run formatter
12e9d399
aspfohl Merge branch 'main' into angel/log-data-for-run-analytics
76fe4486
aspfohl
aspfohl commented on 2024-03-11
angel-ruiz7 make small tweaks to naming + access values more carefully
65bfb661
angel-ruiz7 Merge branch 'angel/log-data-for-run-analytics' of github.com:mosaicm…
c1c39ab4
angel-ruiz7 run formatter
71383d18
angel-ruiz7 add `False` values to `gauntlet_configured` and `icl_configured`
81af3d66
angel-ruiz7 for `eval.py` log metrics inside of `main`
cebe1ccc
angel-ruiz7 remove `tokenizer_name` from eval logs
1f026a97
angel-ruiz7 fix typing of `metrics` Dictionaries
9edb0cbc
angel-ruiz7 add a helper function to parse `cloud_provider_data` and `cloud_provi…
2d204057
irenedea Merge branch 'main' into angel/log-data-for-run-analytics
ad46b319
irenedea
irenedea commented on 2024-03-12
angel-ruiz7 remove `mosaicml_logger = None`
d8e288bf
angel-ruiz7 remove comment
87a515c1
angel-ruiz7 Merge branch 'angel/log-data-for-run-analytics' of github.com:mosaicm…
482a9495
angel-ruiz7 move helpers into `mosaicmllogger_utils.py`
a95b2fd3
irenedea
irenedea commented on 2024-03-12
angel-ruiz7 give a description that makes `pydocstyle` happy
265d5085
angel-ruiz7 log `cloud_provider_data` and `cloud_provider_checkpoints` from compo…
6aecab84
angel-ruiz7 run formatters
ca0df5ef
angel-ruiz7 Merge branch 'main' into angel/log-data-for-run-analytics
84720dca
angel-ruiz7 Merge branch 'main' into angel/log-data-for-run-analytics
50b284c2
angel-ruiz7 angel-ruiz7 requested a review from irenedea irenedea 2 years ago
angel-ruiz7 remove TODOs
7f57a8ad
angel-ruiz7 Merge branch 'angel/log-data-for-run-analytics' of github.com:mosaicm…
31d3b79a
irenedea
irenedea commented on 2024-03-15
angel-ruiz7 fix import
564fc41f
angel-ruiz7 Revert "fix import"
ccfb4fab
angel-ruiz7 combine both import methodss for `mosiacmllogger_utils`
3e5f9a4d
angel-ruiz7 only import from utils
5806493c
angel-ruiz7 format files
b5ed2f34
angel-ruiz7 angel-ruiz7 requested a review from irenedea irenedea 2 years ago
angel-ruiz7 build loggers outside of `evaluate_model`
07abaa76
irenedea
irenedea approved these changes on 2024-03-22
angel-ruiz7 merge and resolve conflicts
309f6837
angel-ruiz7 run formatter on `__init__`
02522830
angel-ruiz7 create `MosaicMLLogger` if it doesn't exist in `eval.py`
a59fdc9d
angel-ruiz7 Merge branch 'main' into angel/log-data-for-run-analytics
830683ea
angel-ruiz7 docstring fixes
54b78a92
angel-ruiz7 Merge branch 'angel/log-data-for-run-analytics' of github.com:mosaicm…
be2294ae
angel-ruiz7 oops `loggers` is definitely supposed to be a `List`
78925c49
angel-ruiz7 don't add `mosaicml_logger` if it's `None`
dd792ccc
angel-ruiz7 do the same thing for `train.py`
e6b43a8f
angel-ruiz7 angel-ruiz7 merged 31e48795 into main 2 years ago

Login to write a write a comment.

Login via GitHub

Assignees
No one assigned
Labels
Milestone