Push model using huggingface_hub.
Browse files- README.md +10 -0
- config.json +22 -0
- model.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- model_hub_mixin
|
4 |
+
- pytorch_model_hub_mixin
|
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 |
+
- Code: [More Information Needed]
|
9 |
+
- Paper: [More Information Needed]
|
10 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"attn_dropout_p": 0,
|
3 |
+
"d_ff": 1024,
|
4 |
+
"d_model": 384,
|
5 |
+
"dropout_p": 0,
|
6 |
+
"max_seq_len": 512,
|
7 |
+
"num_layers": 6,
|
8 |
+
"num_predict_token": 4,
|
9 |
+
"patch_size": 16,
|
10 |
+
"quantile_levels": [
|
11 |
+
0.1,
|
12 |
+
0.2,
|
13 |
+
0.3,
|
14 |
+
0.4,
|
15 |
+
0.5,
|
16 |
+
0.6,
|
17 |
+
0.7,
|
18 |
+
0.8,
|
19 |
+
0.9
|
20 |
+
],
|
21 |
+
"scaling": true
|
22 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb5652a3db8ea572606221b7cb1e77bb8962b168e4d4cc752cf31ceb04074669
|
3 |
+
size 45557824
|