Time Series Forecasting
Transformers
Safetensors
English
time-series
forecasting
patchtst
electricity
eirgrid
energy
Instructions to use Priyansu19/patchtst-eirgrid-forecaster with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Priyansu19/patchtst-eirgrid-forecaster with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Priyansu19/patchtst-eirgrid-forecaster", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -34,4 +34,3 @@ from transformers import PatchTSTForPrediction
|
|
| 34 |
# Load the model
|
| 35 |
model = PatchTSTForPrediction.from_pretrained("Priyansu19/patchtst-eirgrid-forecaster")
|
| 36 |
|
| 37 |
-
# (Add your inference code example here if you want)
|
|
|
|
| 34 |
# Load the model
|
| 35 |
model = PatchTSTForPrediction.from_pretrained("Priyansu19/patchtst-eirgrid-forecaster")
|
| 36 |
|
|
|