-
Notifications
You must be signed in to change notification settings - Fork 50
[AQUA] Time series forecasting model support #1220
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
base: main
Are you sure you want to change the base?
Conversation
@@ -214,6 +218,13 @@ def create( | |||
freeform_tags=freeform_tags, | |||
defined_tags=defined_tags, | |||
) | |||
if ( | |||
aqua_model.freeform_tags.get(Tags.TASK, UNKNOWN) | |||
== ModelTask.TIME_SERIES_FORECASTING |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add this TASK variable available for all kinds of models? Any harm in doing so? It will simplify the code and likely be needed in the future for other models as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
task is already available for all models as free-form tags , not just for granite models.
Description
This PR is intended to add support for time series forecasting model in AQUA. Example model : https://huggingface.co/ibm-granite/granite-timeseries-ttm-r1
Related PRs
https://bitbucket.oci.oraclecorp.com/projects/ODSC/repos/service-managed-containers/pull-requests/357/overview
Test Results