-
Notifications
You must be signed in to change notification settings - Fork 0
feat: add gift-eval exp replication #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
f09abc6
fix: add better model routing
AzulGarza 0672425
tests: add pretrain weights to tests battery
AzulGarza 289dec3
feat: add time and table comparison to experiments
AzulGarza 17d3eda
fix: rm unused var and add test
AzulGarza 0d0bb52
fix: rm unused jax timesfm model
AzulGarza 0deecb1
fix: rm kwargs from tabpfn, it does not accept them
AzulGarza 6c4f7c3
fix: use hugging face secrets
AzulGarza 7d277a5
fix: add patchtst device
AzulGarza bff3091
ci: tests foundation models using gpu
AzulGarza cf0b6dc
fix: add only currently supported models
AzulGarza cf43015
fix: check only mase and crps replication
AzulGarza bc3bdd6
fix: use 2 percent difference as tol
AzulGarza f867c39
fix: add models fixes
AzulGarza fcca03a
fix: run foundationforecast in editable mode
AzulGarza c660667
fix: copilot and omm issues
AzulGarza ce7cbfe
fix: revert models
AzulGarza 322a071
fix; use previous batch size
AzulGarza c4a0f17
feat: checkpoint
AzulGarza 321bfba
chore: merge branch 'main' of https://github.com/TimeCopilot/foundati…
AzulGarza b695984
fix: add omm patchtst fm
AzulGarza 02f9358
fix: add correct replication
AzulGarza 1449561
feat: add tafsut to replication
AzulGarza 0894f1e
fix: add copilot comments
AzulGarza d0f4cf1
docs: add referece to ci
AzulGarza 2085169
docs: better estructure
AzulGarza 3dc7c97
fix: use numpy assert all close
AzulGarza f81f232
chore: merge branch 'feat/gift-eval-rep' of https://github.com/TimeCo…
AzulGarza File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,33 @@ | ||
| # Representative CI subset for replication verification (Chronos on two datasets). | ||
| # Every job is HF-verified in tests/test_replication.py after Modal run_ci. | ||
| jobs: | ||
| - model_key: chronos-bolt-small | ||
| - model_key: amazon--chronos-bolt-small | ||
| dataset_name: m4_weekly | ||
| term: short | ||
| - model_key: chronos-bolt-small | ||
| - model_key: amazon--chronos-bolt-small | ||
| dataset_name: m4_hourly | ||
| term: short | ||
| - model_key: timesfm-2.5 | ||
| - model_key: google--timesfm-2.5-200m-pytorch | ||
| dataset_name: m4_weekly | ||
| term: short | ||
| - model_key: NX-AI--TiRex-1.1-gifteval | ||
| dataset_name: m4_weekly | ||
| term: short | ||
| - model_key: Salesforce--moirai-1.1-R-base | ||
| dataset_name: m4_weekly | ||
| term: short | ||
| - model_key: Datadog--Toto-2.0-4m | ||
| dataset_name: m4_weekly | ||
| term: short | ||
| - model_key: ibm-research--flowstate | ||
| dataset_name: m4_weekly | ||
| term: short | ||
| - model_key: ibm-research--patchtst-fm-r1 | ||
| dataset_name: m4_weekly | ||
| term: short | ||
| - model_key: theforecastingcompany--t0-alpha | ||
| dataset_name: m4_weekly | ||
| term: short | ||
| - model_key: tafsut-univariate-base | ||
| dataset_name: m4_weekly | ||
| term: short |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.