Update README.md
Browse files
README.md
CHANGED
@@ -22,11 +22,10 @@ The script performs the following steps:
|
|
22 |
5. Postprocess the outputs and save the results.
|
23 |
|
24 |
Example:
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
model = AutoModel.from_pretrained('MRNH/Feedformer-ett-hourly')
|
30 |
|
31 |
For the model selection experiments llok at:
|
32 |
https://wandb.ai/gec023/baseline-forecasting
|
|
|
22 |
5. Postprocess the outputs and save the results.
|
23 |
|
24 |
Example:
|
25 |
+
from transformers import AutoModel
|
26 |
+
|
27 |
+
# Load the model
|
28 |
+
model = AutoModel.from_pretrained('MRNH/Feedformer-ett-hourly')
|
|
|
29 |
|
30 |
For the model selection experiments llok at:
|
31 |
https://wandb.ai/gec023/baseline-forecasting
|