-
Notifications
You must be signed in to change notification settings - Fork 271
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
Predicting with Time-LLM using GPT2 has awful performance #161
Comments
Can somebody tell me why my code has such awful outcome? qaq |
Really thank you for your reply! I also feel that this project is indeed difficult to replicate the results reported in the paper. I'm wondering if it's because the authors haven't disclosed some of their tricks or techniques.
But my issue #161 is an easy work,I 've got such poor result. It doesn't feel like it should be this way.
Have you tried the performance of timellm on simple tasks? How did it perform?
…---- Replied Message ----
| From | ***@***.***> |
| Date | 11/27/2024 11:08 |
| To | ***@***.***> |
| Cc | ***@***.***>***@***.***> |
| Subject | Re: [KimMeen/Time-LLM] Predicting with Time-LLM using GPT2 has awful performance (Issue #161) |
#109
related issue. It is observed that their results are worse than reported in the paper.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
您好,我也遇到了这个问题,在我的数据集上预测效果很差,甚至不如lstm,请问您解决这个问题了吗 |
我使用NeuralForecast中集成的timellm预测自己的数据时效果很差,但在这个github项目上修改data_factory.py和data_loader.py后,应用自己的数据集效果还可以,不知道为什么。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I follow the script in https://towardsdatascience.com/time-llm-reprogram-an-llm-for-time-series-forecasting-e2558087b8ac to Predicting with Time-LLM using GPT2.
My code is exactly the same as the script. But got the terrible result.
My result:
script:
https://towardsdatascience.com/time-llm-reprogram-an-llm-for-time-series-forecasting-e2558087b8ac
code:
The text was updated successfully, but these errors were encountered: