Skip to content
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

add new wrappers (llm and fedot.industrial forecasters) #23

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

Conversation

Lopa10ko
Copy link
Member

@Lopa10ko Lopa10ko commented Mar 20, 2024

Added some wrappers for zero-shot forecasters and Fedot.Industrial

Wrappers:

Important

LagLlama doesn't provide out-of-box packet functionality: helper functions and model weights checkpoint are temporarily stored as is.

How to mention new wrappers in configs
libraries: {
    LAGLLAMA: {},
    TimeGPT: {'token': '<YOUR_NIXTLA_TOKEN>'},
    Chronos: {'hf_model': 'amazon/chronos-t5-small'},
    FedotIndustrial: { 'timeout': 10, 'n_jobs': 10 },
}

closes #25
closes #26

@Lopa10ko Lopa10ko self-assigned this Mar 20, 2024
@pep8speaks
Copy link

pep8speaks commented Mar 20, 2024

Hello @Lopa10ko! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 12:1: E402 module level import not at top of file
Line 13:1: E402 module level import not at top of file
Line 14:1: E402 module level import not at top of file
Line 15:1: E402 module level import not at top of file
Line 16:1: E402 module level import not at top of file
Line 17:1: E402 module level import not at top of file
Line 18:1: E402 module level import not at top of file
Line 19:1: E402 module level import not at top of file
Line 21:1: E402 module level import not at top of file
Line 22:1: E402 module level import not at top of file
Line 23:1: E402 module level import not at top of file
Line 34:1: E402 module level import not at top of file
Line 35:1: E402 module level import not at top of file

Line 39:28: E702 multiple statements on one line (semicolon)

Comment last updated at 2024-05-22 17:25:23 UTC

@Lopa10ko Lopa10ko requested a review from valer1435 March 20, 2024 10:15
Copy link
Collaborator

@valer1435 valer1435 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Я бы структурно переместил все, относящееся к ламе - в папку лама, все, что к другим моделям - в другие. И было бы хоро в каждом файле указать, откуда это взято.

@Lopa10ko Lopa10ko changed the title add llm forecasters add new wrappers (llm and fedot.industrial forecasters) May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for a FEDOT.Industrial Add support for llm forecasters
3 participants