File size: 1,002 Bytes
d0db64a 04e3f6d 165d145 b8f8afe 165d145 aec90e5 165d145 b8f8afe d0db64a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
---
datasets:
- yjseo/etth1_for_llm2
- yjseo/etth1_for_llm
metrics:
- mse
---
This script uses the Hugging Face model 'MRNH/Feedformer-ett-hourly' to perform some task on the ETT-small dataset.
Model: 'MRNH/Feedformer-ett-hourly'
- This model is a transformer-based model designed for some task. (Replace 'some task' with the actual task the model is designed for)
Dataset: 'ETT-small'
- This dataset contains... (Replace with a brief description of the dataset)
The script performs the following steps:
1. Load the 'MRNH/Feedformer-ett-hourly' model from the Hugging Face model hub.
2. Load the 'ETT-small' dataset.
3. Preprocess the dataset as required by the model.
4. Feed the preprocessed data into the model and collect the outputs.
5. Postprocess the outputs and save the results.
Example:
from transformers import AutoModel
model = AutoModel.from_pretrained('MRNH/Feedformer-ett-hourly')
For the model selection experiments llok at:
https://wandb.ai/gec023/baseline-forecasting |