Skip to content

Commit

Permalink
Added time-series blogs to the models (huggingface#23857)
Browse files Browse the repository at this point in the history
* added blogs to docs

* removed new-line
  • Loading branch information
elisim authored and gojiteji committed Jun 5, 2023
1 parent 3355769 commit 307edf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/en/model_doc/informer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ The abstract from the paper is the following:
This model was contributed by [elisim](https://huggingface.co/elisim) and [kashif](https://huggingface.co/kashif).
The original code can be found [here](https://github.com/zhouhaoyi/Informer2020).

Tips:
- Check out the Informer blog-post in HuggingFace blog: [Multivariate Probabilistic Time Series Forecasting with Informer](https://huggingface.co/blog/informer)

## InformerConfig

Expand Down
1 change: 1 addition & 0 deletions docs/source/en/model_doc/time_series_transformer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ The Time Series Transformer model is a vanilla encoder-decoder Transformer for t

Tips:

- Check out the Time Series Transformer blog-post in HuggingFace blog: [Probabilistic Time Series Forecasting with 🤗 Transformers](https://huggingface.co/blog/time-series-transformers)
- Similar to other models in the library, [`TimeSeriesTransformerModel`] is the raw Transformer without any head on top, and [`TimeSeriesTransformerForPrediction`]
adds a distribution head on top of the former, which can be used for time-series forecasting. Note that this is a so-called probabilistic forecasting model, not a
point forecasting model. This means that the model learns a distribution, from which one can sample. The model doesn't directly output values.
Expand Down

0 comments on commit 307edf6

Please sign in to comment.