vasilii-feofanov
commited on
Commit
•
88d5a15
1
Parent(s):
51fd37e
Push model using huggingface_hub.
Browse files- README.md +13 -0
- config.json +16 -0
- model.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
library_name: mantis
|
4 |
+
tags:
|
5 |
+
- time-series-foundation-model
|
6 |
+
- pytorch_model_hub_mixin
|
7 |
+
- model_hub_mixin
|
8 |
+
pipeline_tag: time-series-foundation-model
|
9 |
+
---
|
10 |
+
|
11 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
12 |
+
- Library: https://huggingface.co/paris-noah/Mantis-8M/tree/main
|
13 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"debugging": false,
|
3 |
+
"device": "cpu",
|
4 |
+
"epsilon_scalar_enc": 1.1,
|
5 |
+
"hidden_dim": 256,
|
6 |
+
"hidden_dim_scalar_enc": 32,
|
7 |
+
"num_patches": 32,
|
8 |
+
"pre_training": false,
|
9 |
+
"scalar_scales": null,
|
10 |
+
"seq_len": 512,
|
11 |
+
"transf_depth": 6,
|
12 |
+
"transf_dim_head": 128,
|
13 |
+
"transf_dropout": 0.1,
|
14 |
+
"transf_mlp_dim": 512,
|
15 |
+
"transf_num_heads": 8
|
16 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d5077b60438c477a627feeef0e7365588bdb351eaa5b5bcfb0b3d5fc5804f8c8
|
3 |
+
size 32466928
|