vilhess commited on
Commit
fc65378
·
verified ·
1 Parent(s): 4cd0193

Push model using huggingface_hub.

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. config.json +1 -4
README.md CHANGED
@@ -5,5 +5,5 @@ tags:
5
  ---
6
 
7
  This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
8
- - Library: https://huggingface.co/vilhess/JEPAtchTST
9
  - Docs: [More Information Needed]
 
5
  ---
6
 
7
  This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
8
+ - Library: [More Information Needed]
9
  - Docs: [More Information Needed]
config.json CHANGED
@@ -1,12 +1,9 @@
1
  {
2
  "d_ff": 256,
3
  "d_model": 128,
4
- "dataset": "1G",
5
- "load_epoch": 1,
6
  "n_heads": 8,
7
  "n_layers": 2,
8
  "patch_len": 5,
9
- "save_path": "../checkpoint/jepatchtst",
10
- "size": "base",
11
  "ws": 100
12
  }
 
1
  {
2
  "d_ff": 256,
3
  "d_model": 128,
 
 
4
  "n_heads": 8,
5
  "n_layers": 2,
6
  "patch_len": 5,
7
+ "patch_num": 20,
 
8
  "ws": 100
9
  }