Push model using huggingface_hub.
Browse files- README.md +11 -0
- config.json +22 -0
- model.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- model_hub_mixin
|
5 |
+
- pytorch_model_hub_mixin
|
6 |
+
---
|
7 |
+
|
8 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
9 |
+
- Code: [More Information Needed]
|
10 |
+
- Paper: [More Information Needed]
|
11 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"codebook_dim": 8,
|
3 |
+
"codebook_size": 8192,
|
4 |
+
"dilations": [
|
5 |
+
1,
|
6 |
+
3,
|
7 |
+
9
|
8 |
+
],
|
9 |
+
"ngf": 48,
|
10 |
+
"out_channels": 1024,
|
11 |
+
"rnn_bidirectional": false,
|
12 |
+
"rnn_num_layers": 2,
|
13 |
+
"up_ratios": [
|
14 |
+
2,
|
15 |
+
2,
|
16 |
+
2,
|
17 |
+
5,
|
18 |
+
5
|
19 |
+
],
|
20 |
+
"use_rnn": true,
|
21 |
+
"vq_num_quantizers": 1
|
22 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c105b6e92e3d129f69c4d155ace2104a9e4c4a8aa5d661e239a79e12f8c8c06
|
3 |
+
size 637816072
|