MRNH commited on
Commit
aec90e5
1 Parent(s): 04e3f6d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -5
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
- ```python
26
- from transformers import AutoModel
27
-
28
- # Load the model
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