-
Notifications
You must be signed in to change notification settings - Fork 793
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
PatchTSTModel, PatchTSTConfig, & Trainer #1047
PatchTSTModel, PatchTSTConfig, & Trainer #1047
Comments
Opened PR here. Let me know if that works for you 👍 |
@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, |
Sure thing! I've added them here. Example usage for 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); |
@xenova Thank you!! You're the best ❤️ |
Happy to help :) |
While I have you - We're wondering if by any chance you're planning to also add the IBM TTM models at some point down the road? 🙏 |
Looks simple enough to add :) Feel free to open a new issue with the request, and if you can, please supply example input/output to check our implementation 👍 |
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: