liuxu77 / UniTime

UniTime: A Language-Empowered Unified Model for Cross-Domain Time Series Forecasting (WWW 2024)
Apache License 2.0
69 stars 5 forks source link

请教下 如何接入 其他语言模型? #4

Closed yfcck closed 3 months ago

yfcck commented 5 months ago

现在开源的大模型挺多 能否兼容其他的语言模型 ths!

liuxu77 commented 3 months ago

Hi, to achieve this goal, you may consider replacing the GPT2 model with other pretrained language models provided by HuggingFace in the unitime.py file.