Update README.md
Browse files
README.md
CHANGED
|
@@ -11,6 +11,8 @@ pipeline_tag: time-series-forecasting
|
|
| 11 |
|
| 12 |
Falcon-TST is a cutting-edge time series foundation model that leverages the power of Mixture of Experts (MoE) architecture combined with multiple patch tokenizers. This innovative approach enables efficient processing of time series data while maintaining high accuracy across various forecasting tasks.
|
| 13 |
|
|
|
|
|
|
|
| 14 |
## 🚀 Quick Start
|
| 15 |
```python
|
| 16 |
import torch
|
|
|
|
| 11 |
|
| 12 |
Falcon-TST is a cutting-edge time series foundation model that leverages the power of Mixture of Experts (MoE) architecture combined with multiple patch tokenizers. This innovative approach enables efficient processing of time series data while maintaining high accuracy across various forecasting tasks.
|
| 13 |
|
| 14 |
+
More details about this model, please visit our [GitHub page](https://github.com/ant-intl/Falcon-TST).
|
| 15 |
+
|
| 16 |
## 🚀 Quick Start
|
| 17 |
```python
|
| 18 |
import torch
|