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

time series forecasting model #17965

Merged
merged 172 commits into from Sep 30, 2022
Merged

time series forecasting model #17965

merged 172 commits into from Sep 30, 2022

Commits on Jun 30, 2022

  1. initial files

    kashif committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    2ebd575 View commit details
    Browse the repository at this point in the history
  2. initial model via cli

    kashif committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    cc0b364 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. typos

    kashif committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    cf60b95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b18d345 View commit details
    Browse the repository at this point in the history
  3. ready with configuation

    kashif committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    eb328f5 View commit details
    Browse the repository at this point in the history
  4. remove tokenizer ref.

    kashif committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    8e664f4 View commit details
    Browse the repository at this point in the history
  5. init the transformer

    kashif committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    e078e09 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    972cc89 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2022

  1. require gluonts

    kashif committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    cf74608 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7b8158 View commit details
    Browse the repository at this point in the history
  3. fixed typo

    kashif committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    dba022c View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. Configuration menu
    Copy the full SHA
    44c9944 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29bcc72 View commit details
    Browse the repository at this point in the history
  3. use num_time_features

    kashif committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    6f3f627 View commit details
    Browse the repository at this point in the history
  4. use config

    kashif committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    97fbcf4 View commit details
    Browse the repository at this point in the history
  5. more config

    kashif committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    62286aa View commit details
    Browse the repository at this point in the history
  6. typos

    kashif committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    88e071b View commit details
    Browse the repository at this point in the history
  7. opps another typo

    kashif committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    3e01a69 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. freq can be none

    kashif committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    202dab0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    489d7f1 View commit details
    Browse the repository at this point in the history
  3. initial transformations

    kashif committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    d5f6eb3 View commit details
    Browse the repository at this point in the history
  4. fix imports

    kashif committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    302a387 View commit details
    Browse the repository at this point in the history
  5. added transform_start_field

    kashif committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    669aeeb View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Configuration menu
    Copy the full SHA
    6c339d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Configuration menu
    Copy the full SHA
    43ffcf1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1525a1a View commit details
    Browse the repository at this point in the history
  3. training working

    kashif committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    3fa6d48 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. remove TimeSeriesTransformerTokenizer

    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    kashif and NielsRogge committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    956f369 View commit details
    Browse the repository at this point in the history
  2. Update src/transformers/__init__.py

    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    kashif and NielsRogge committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    9322bb1 View commit details
    Browse the repository at this point in the history
  3. Update src/transformers/models/time_series_transformer/__init__.py

    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    kashif and NielsRogge committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    2babbe9 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. fixed copyright

    kashif committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    1dc5e85 View commit details
    Browse the repository at this point in the history
  2. removed docs

    kashif committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    7d6732f View commit details
    Browse the repository at this point in the history
  3. remove time series tokenizer

    kashif committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    e113de5 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. fixed docs

    kashif committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    800b452 View commit details
    Browse the repository at this point in the history
  2. fix text

    kashif committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    16109a7 View commit details
    Browse the repository at this point in the history
  3. fix second

    kashif committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    bcff605 View commit details
    Browse the repository at this point in the history
  4. fix default

    kashif committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    cce6973 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. fix order

    kashif committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    216c206 View commit details
    Browse the repository at this point in the history
  2. use config directly

    kashif committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    8dae3cf View commit details
    Browse the repository at this point in the history
  3. undo change

    kashif committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    9afbac2 View commit details
    Browse the repository at this point in the history
  4. fix comment

    kashif committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    2c06f97 View commit details
    Browse the repository at this point in the history
  5. fix year

    kashif committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    050b8b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. fix import

    kashif committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    d086185 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc2acd4 View commit details
    Browse the repository at this point in the history
  3. initial greedy inference loop

    kashif committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    758b90d View commit details
    Browse the repository at this point in the history
  4. fix inference

    kashif committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    c9f8540 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Configuration menu
    Copy the full SHA
    97d6743 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2022

  1. Use HF encoder/decoder

    kashif committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    b512c50 View commit details
    Browse the repository at this point in the history
  2. fix inference

    kashif committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    7f332f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Configuration menu
    Copy the full SHA
    3bce7cc View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Configuration menu
    Copy the full SHA
    3577729 View commit details
    Browse the repository at this point in the history
  2. added default arguments

    kashif committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    8f7d803 View commit details
    Browse the repository at this point in the history
  3. fix return_dict true

    kashif committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    c90c126 View commit details
    Browse the repository at this point in the history
  4. scale is a tensor

    kashif committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    63d709a View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Configuration menu
    Copy the full SHA
    bcd566f View commit details
    Browse the repository at this point in the history
  2. clean up some unused bits

    kashif committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    6c6a57b View commit details
    Browse the repository at this point in the history
  3. fixed typo

    kashif committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    5346712 View commit details
    Browse the repository at this point in the history
  4. set return_dict if none

    kashif committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    6ef3a59 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec4ab0f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    87a8f1b View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2022

  1. initial generate func

    kashif committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    01343f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. generate arguments

    kashif committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    be1f132 View commit details
    Browse the repository at this point in the history
  2. future_time_feat is required

    kashif committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    3cbfd7b View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    89e9279 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. removed unneeded classes

    kashif committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    686db78 View commit details
    Browse the repository at this point in the history
  2. fix when params is none

    kashif committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    336fb95 View commit details
    Browse the repository at this point in the history
  3. fix return dict

    kashif committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    4623d2d View commit details
    Browse the repository at this point in the history
  4. fix num_attention_heads

    kashif committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    035f016 View commit details
    Browse the repository at this point in the history
  5. fix arguments

    kashif committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    8e2c2fa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ccdf048 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. add different dropout configs

    kashif committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    9cbb500 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2022

  1. Configuration menu
    Copy the full SHA
    996911a View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. remove gluonts dependency

    kashif committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    54460c7 View commit details
    Browse the repository at this point in the history
  2. fix class names

    kashif committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    21dc3cd View commit details
    Browse the repository at this point in the history
  3. avoid _variable names

    kashif committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    9763a3e View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. remove gluonts dependency

    kashif committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    3dab2e1 View commit details
    Browse the repository at this point in the history
  2. fix imports

    kashif committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    27f1349 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72f9a27 View commit details
    Browse the repository at this point in the history
  4. fix docs

    kashif committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    949b82a View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. fixed typo

    kashif committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    2eaf401 View commit details
    Browse the repository at this point in the history
  2. move utils to examples

    kashif committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    924f1bd View commit details
    Browse the repository at this point in the history
  3. add example requirements

    kashif committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    4b955b4 View commit details
    Browse the repository at this point in the history
  4. config has no freq

    kashif committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    5dfa7c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. initial run_ts_no_trainer

    kashif committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    7e02a57 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. remove from ignore

    kashif committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    1b166ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de106a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    727982a View commit details
    Browse the repository at this point in the history
  4. removed unsed tests

    kashif committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    84c77ad View commit details
    Browse the repository at this point in the history
  5. add dec seq len

    kashif committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    06679dd View commit details
    Browse the repository at this point in the history
  6. add test_attention_outputs

    kashif committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    8656275 View commit details
    Browse the repository at this point in the history
  7. set has_text_modality=False

    kashif committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    f4465b7 View commit details
    Browse the repository at this point in the history
  8. add config attribute_map

    kashif committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    93d0289 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. make style

    kashif committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    19f188f View commit details
    Browse the repository at this point in the history
  2. make fix-copies

    kashif committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    444ba89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d639388 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8cbe681 View commit details
    Browse the repository at this point in the history
  5. added test_forward_signature

    kashif committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    c658f03 View commit details
    Browse the repository at this point in the history
  6. More improvements

    NielsRogge committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    13de9c6 View commit details
    Browse the repository at this point in the history
  7. Add more copied from

    NielsRogge committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    649373f View commit details
    Browse the repository at this point in the history
  8. Fix README

    NielsRogge committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    08d81f5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    390db66 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ca37eda View commit details
    Browse the repository at this point in the history
  11. Merge pull request #1 from NielsRogge/time-series

    Improve model
    kashif committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    ff878eb View commit details
    Browse the repository at this point in the history
  12. updated encoder and decoder

    kashif committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    973baf3 View commit details
    Browse the repository at this point in the history
  13. fix generate

    kashif committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    ea138ff View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9076757 View commit details
    Browse the repository at this point in the history
  15. past key_values returned too

    kashif committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    409a88a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ed6b62a View commit details
    Browse the repository at this point in the history
  17. fixed more tests

    kashif committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    1ef37e4 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. update test_forward_signature

    kashif committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    b6b6be3 View commit details
    Browse the repository at this point in the history
  2. fix return_dict outputs

    kashif committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    0e7d3ed View commit details
    Browse the repository at this point in the history
  3. Update src/transformers/models/time_series_transformer/configuration_…

    …time_series_transformer.py
    
    Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
    kashif and sgugger committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    eb3ef8a View commit details
    Browse the repository at this point in the history
  4. Update src/transformers/models/time_series_transformer/configuration_…

    …time_series_transformer.py
    
    Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
    kashif and sgugger committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    ab05cf5 View commit details
    Browse the repository at this point in the history
  5. Update src/transformers/models/time_series_transformer/configuration_…

    …time_series_transformer.py
    
    Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
    kashif and sgugger committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    60a63bf View commit details
    Browse the repository at this point in the history
  6. Update src/transformers/models/time_series_transformer/configuration_…

    …time_series_transformer.py
    
    Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
    kashif and sgugger committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    e8663f0 View commit details
    Browse the repository at this point in the history
  7. Update src/transformers/models/time_series_transformer/modeling_time_…

    …series_transformer.py
    
    Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
    kashif and sgugger committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    4b46121 View commit details
    Browse the repository at this point in the history
  8. Update src/transformers/models/time_series_transformer/modeling_time_…

    …series_transformer.py
    
    Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
    kashif and sgugger committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    3ab0bfd View commit details
    Browse the repository at this point in the history
  9. Update src/transformers/models/time_series_transformer/modeling_time_…

    …series_transformer.py
    
    Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
    kashif and sgugger committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    ac3e8d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. removed commented out tests

    kashif committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    9d9ed9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d631896 View commit details
    Browse the repository at this point in the history
  3. Update src/transformers/models/time_series_transformer/configuration_…

    …time_series_transformer.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    kashif and NielsRogge committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    1618126 View commit details
    Browse the repository at this point in the history
  4. move to one line

    kashif committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    70cfbce View commit details
    Browse the repository at this point in the history
  5. Add docstrings

    NielsRogge committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    678f297 View commit details
    Browse the repository at this point in the history
  6. Update src/transformers/models/time_series_transformer/configuration_…

    …time_series_transformer.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    kashif and NielsRogge committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    4d6bd2b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7174391 View commit details
    Browse the repository at this point in the history
  8. try and raise exception

    kashif committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    58d368b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    319011b View commit details
    Browse the repository at this point in the history
  10. fix assert call

    kashif committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    ecbf682 View commit details
    Browse the repository at this point in the history
  11. fix docstring formatting

    kashif committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    74fd969 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    21d2ba9 View commit details
    Browse the repository at this point in the history
  13. Update input docstring

    NielsRogge committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    d995f4b View commit details
    Browse the repository at this point in the history
  14. Improve variable names

    NielsRogge committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    9d8914f View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Configuration menu
    Copy the full SHA
    e995a3f View commit details
    Browse the repository at this point in the history
  2. Update order of inputs

    NielsRogge committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    bbf49a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1358e79 View commit details
    Browse the repository at this point in the history
  4. Improve configuration

    NielsRogge committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    f44aad5 View commit details
    Browse the repository at this point in the history
  5. Improve variable names

    NielsRogge committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    4e1d1f6 View commit details
    Browse the repository at this point in the history
  6. Improve docs

    NielsRogge committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    6ceed7c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b7ce766 View commit details
    Browse the repository at this point in the history
  8. Add extra docs

    NielsRogge committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    bac12b9 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2 from NielsRogge/time-series

    Add docstrings
    kashif committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    62194a5 View commit details
    Browse the repository at this point in the history
  10. initial unittests

    kashif committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    de88260 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4f858f3 View commit details
    Browse the repository at this point in the history
  12. added test_inference_head

    kashif committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    3d05dad View commit details
    Browse the repository at this point in the history
  13. add test_seq_to_seq_generation

    kashif committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    93ff659 View commit details
    Browse the repository at this point in the history
  14. make style

    kashif committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    2339a53 View commit details
    Browse the repository at this point in the history
  15. one line

    kashif committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    4c05158 View commit details
    Browse the repository at this point in the history
  16. assert mean prediction

    kashif committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    0df5859 View commit details
    Browse the repository at this point in the history
  17. removed comments

    kashif committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    d31c0de View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Update src/transformers/models/time_series_transformer/modeling_time_…

    …series_transformer.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    kashif and NielsRogge committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    0827fbe View commit details
    Browse the repository at this point in the history
  2. Update src/transformers/models/time_series_transformer/modeling_time_…

    …series_transformer.py
    
    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    kashif and NielsRogge committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    c8b56cc View commit details
    Browse the repository at this point in the history
  3. fix order of args

    kashif committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    a2043c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc5aaa9 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. Configuration menu
    Copy the full SHA
    a895801 View commit details
    Browse the repository at this point in the history
  2. added Amazon license header

    kashif committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    6840145 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ec916e View commit details
    Browse the repository at this point in the history
  4. make style

    kashif committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    ffb319f View commit details
    Browse the repository at this point in the history
  5. cleanup

    kashif committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    6649b29 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    006a802 View commit details
    Browse the repository at this point in the history
  7. fix import

    kashif committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    fcd48cd View commit details
    Browse the repository at this point in the history
  8. typo

    kashif committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    4ebc370 View commit details
    Browse the repository at this point in the history
  9. more typo

    kashif committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    2ab53bc View commit details
    Browse the repository at this point in the history
  10. rename example files

    kashif committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    78cd493 View commit details
    Browse the repository at this point in the history
  11. remove example for now

    kashif committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    4a7f8c9 View commit details
    Browse the repository at this point in the history
  12. Update docs/source/en/_toctree.yml

    Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
    kashif and sgugger committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    cb66357 View commit details
    Browse the repository at this point in the history
  13. Update src/transformers/models/time_series_transformer/configuration_…

    …time_series_transformer.py
    
    Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
    kashif and sgugger committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    4fe63fe View commit details
    Browse the repository at this point in the history
  14. Update src/transformers/models/time_series_transformer/modeling_time_…

    …series_transformer.py
    
    Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
    kashif and sgugger committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    b28a2f9 View commit details
    Browse the repository at this point in the history
  15. Update src/transformers/models/time_series_transformer/modeling_time_…

    …series_transformer.py
    
    Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
    kashif and sgugger committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    8a3e430 View commit details
    Browse the repository at this point in the history
  16. Update modeling_time_series_transformer.py

    fix style
    kashif committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    f7b0ab5 View commit details
    Browse the repository at this point in the history
  17. fixed typo

    kashif committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    4fe8164 View commit details
    Browse the repository at this point in the history
  18. fix typo and grammer

    kashif committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    48a2be4 View commit details
    Browse the repository at this point in the history
  19. fix style

    kashif committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    43dd269 View commit details
    Browse the repository at this point in the history