We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Implementation of: PatchTSTModel, PatchTSTConfig, & Trainer
Source: https://github.com/huggingface/transformers/blob/v4.46.3/src/transformers/models/patchtst/modeling_patchtst.py#L1142
https://github.com/huggingface/transformers
Submitting a PR
The text was updated successfully, but these errors were encountered:
PatchTST
Opened PR here. Let me know if that works for you 👍
Sorry, something went wrong.
@xenova You're amazing! We were about to switch over to Python. You saved our Typescript devs. Thank you!
We have one more request to make it on par with the Python transformer library. Would it be possible to add the following Models as well?
Kindest regards, Datakunskap
Sure thing! I've added them here.
Example usage for PatchTSMixerForPrediction can be found here.
PatchTSMixerForPrediction
Note for the config, you an simply do:
import { AutoConfig } from '@huggingface/transformers'; const config = await AutoConfig.from_pretrained('hf-internal-testing/tiny-random-PatchTSTModel'); console.log(config);
Successfully merging a pull request may close this issue.
Feature request
Implementation of:
PatchTSTModel, PatchTSTConfig, & Trainer
Source:
https://github.com/huggingface/transformers/blob/v4.46.3/src/transformers/models/patchtst/modeling_patchtst.py#L1142
Motivation
https://github.com/huggingface/transformers
Your contribution
Submitting a PR
The text was updated successfully, but these errors were encountered: