"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "700329493dba077654cd771044ec303a265a8d79"
Unverified Commit bacaab16 authored by Eli Simhayev's avatar Eli Simhayev Committed by GitHub
Browse files

Added time-series blogs to the models (#23857)

* added blogs to docs

* removed new-line
parent 167a0d8f
...@@ -25,6 +25,8 @@ The abstract from the paper is the following: ...@@ -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). 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). 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 ## InformerConfig
......
...@@ -25,6 +25,7 @@ The Time Series Transformer model is a vanilla encoder-decoder Transformer for t ...@@ -25,6 +25,7 @@ The Time Series Transformer model is a vanilla encoder-decoder Transformer for t
Tips: 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`] - 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 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. point forecasting model. This means that the model learns a distribution, from which one can sample. The model doesn't directly output values.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment