Push model using huggingface_hub.
Browse files- README.md +9 -3
- config.json +12 -0
- model.safetensors +3 -0
README.md
CHANGED
@@ -1,3 +1,9 @@
|
|
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 |
+
- Library: [More Information Needed]
|
9 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"activations": "relu",
|
3 |
+
"batch_norm": false,
|
4 |
+
"feature_extractor": null,
|
5 |
+
"feature_extractor_config": null,
|
6 |
+
"feature_extractor_param_dir": null,
|
7 |
+
"hidden_dims": [
|
8 |
+
512,
|
9 |
+
256,
|
10 |
+
128
|
11 |
+
]
|
12 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:181201149e754c7386f887fcc5bacda25b9d97d759ad5992a98205a00853e891
|
3 |
+
size 155723472
|