Upload folder using huggingface_hub
Browse files- README.md +8 -0
- config.json +13 -0
- model.safetensors +3 -0
README.md
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
pipeline_tag: time-series-forecasting
|
| 4 |
+
tags:
|
| 5 |
+
- Wind Power
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
Regarding how to use this model, please refer to this GitHub [repository](https://github.com/shiyu-coder/WindFM)
|
config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"attn_dropout_p": 0.1,
|
| 3 |
+
"d_model": 256,
|
| 4 |
+
"ff_dim": 512,
|
| 5 |
+
"ffn_dropout_p": 0.2,
|
| 6 |
+
"learn_te": true,
|
| 7 |
+
"n_heads": 8,
|
| 8 |
+
"n_layers": 4,
|
| 9 |
+
"resid_dropout_p": 0.2,
|
| 10 |
+
"s1_bits": 10,
|
| 11 |
+
"s2_bits": 10,
|
| 12 |
+
"token_dropout_p": 0.0
|
| 13 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:24f8989654c41d06444e9f783e60ae1514c7bed3f6ccbaf9631e6927c8132055
|
| 3 |
+
size 16410000
|