Upload folder using huggingface_hub
Browse files- model_A/config.json +10 -0
- model_A/pytorch_model.bin +3 -0
- model_B/config.json +10 -0
- model_B/pytorch_model.bin +3 -0
model_A/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"num_singers": 18,
|
| 3 |
+
"singer_embedding_dim": 32,
|
| 4 |
+
"hidden_size": 256,
|
| 5 |
+
"num_layers": 3,
|
| 6 |
+
"dropout": 0.4,
|
| 7 |
+
"architectures": [
|
| 8 |
+
"ToyDurationPredictor"
|
| 9 |
+
]
|
| 10 |
+
}
|
model_A/pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cccadc731d866dd06cdeb6d8f739e6ac3bcc7091727e03fb00f18f69dc318020
|
| 3 |
+
size 11262936
|
model_B/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"num_singers": 18,
|
| 3 |
+
"singer_embedding_dim": 32,
|
| 4 |
+
"hidden_size": 256,
|
| 5 |
+
"num_layers": 3,
|
| 6 |
+
"dropout": 0.4,
|
| 7 |
+
"architectures": [
|
| 8 |
+
"ToyDurationPredictor"
|
| 9 |
+
]
|
| 10 |
+
}
|
model_B/pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4fb22cec9f49098db0de8d2bc7a6ebf848a08018ebc17acffa14ba4764f6f143
|
| 3 |
+
size 11262936
|