Upload folder using huggingface_hub
Browse files- config.json +30 -0
- model.safetensors +3 -0
config.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"CLSPModel"
|
| 4 |
+
],
|
| 5 |
+
"auto_map": {
|
| 6 |
+
"AutoConfig": "configuration_clsp.CLSPConfig",
|
| 7 |
+
"AutoModel": "modeling_clsp.CLSPModel"
|
| 8 |
+
},
|
| 9 |
+
"causal": false,
|
| 10 |
+
"chunk_size": "-1",
|
| 11 |
+
"cnn_module_kernel": "31,31,15,15,15,31,31",
|
| 12 |
+
"downsampling_factor": "1,2,4,8,4,2,1",
|
| 13 |
+
"dtype": "float32",
|
| 14 |
+
"encoder_dim": "1280,1280,1280,1280,1280,1280,1280",
|
| 15 |
+
"encoder_unmasked_dim": "768,768,768,768,768,768,768",
|
| 16 |
+
"feature_dim": 128,
|
| 17 |
+
"feedforward_dim": "3840,3840,3840,3840,3840,3840,3840",
|
| 18 |
+
"joint_dim": 512,
|
| 19 |
+
"left_context_frames": "-1",
|
| 20 |
+
"model_type": "clsp",
|
| 21 |
+
"num_encoder_layers": "1,2,3,4,1,1,1",
|
| 22 |
+
"num_heads": "8,8,8,8,8,8,8",
|
| 23 |
+
"output_downsampling_factor": 2,
|
| 24 |
+
"pos_dim": 48,
|
| 25 |
+
"pos_head_dim": "4",
|
| 26 |
+
"query_head_dim": "32",
|
| 27 |
+
"text_encoder_dim": 768,
|
| 28 |
+
"transformers_version": "4.57.3",
|
| 29 |
+
"value_head_dim": "12"
|
| 30 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c8c461867815d86d42013b2f55ca79e9bb8ea9fa129f377c1bced9f8b66a743
|
| 3 |
+
size 2897089740
|