Upload 3 files
Browse files- README.md +10 -3
- config.json +20 -0
- model.safetensors +3 -0
README.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"attn_dropout_p": 0.0,
|
| 3 |
+
"d_model": 768,
|
| 4 |
+
"dropout_p": 0.0,
|
| 5 |
+
"max_seq_len": 512,
|
| 6 |
+
"num_layers": 9,
|
| 7 |
+
"patch_size": 32,
|
| 8 |
+
"quantile_levels": [
|
| 9 |
+
0.1,
|
| 10 |
+
0.2,
|
| 11 |
+
0.3,
|
| 12 |
+
0.4,
|
| 13 |
+
0.5,
|
| 14 |
+
0.6,
|
| 15 |
+
0.7,
|
| 16 |
+
0.8,
|
| 17 |
+
0.9
|
| 18 |
+
],
|
| 19 |
+
"scaling": true
|
| 20 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0bc80d1b8a3a8311f48ecc8d643dc590301a9230819f4552e5feb43cd6dd6bf4
|
| 3 |
+
size 261581344
|