JusperLee commited on
Commit
0f50241
·
verified ·
1 Parent(s): 1d57056

Upload Dolphin audio-visual speech separation model

Browse files
Files changed (3) hide show
  1. README.md +10 -0
  2. config.json +138 -0
  3. model.safetensors +3 -0
README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
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,138 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Dolphin"
4
+ ],
5
+ "auto_map": {
6
+ "AutoModel": "dolphin.Dolphin"
7
+ },
8
+ "framework": "pytorch",
9
+ "license": "apache-2.0",
10
+ "model_config": {
11
+ "module_audio_dec": {
12
+ "bias": false,
13
+ "in_channels": 256,
14
+ "kernel_size": 16,
15
+ "out_channels": 1,
16
+ "stride": 4
17
+ },
18
+ "module_audio_enc": {
19
+ "bias": false,
20
+ "groups": 1,
21
+ "in_channels": 1,
22
+ "kernel_size": 16,
23
+ "out_channels": 256,
24
+ "stride": 4
25
+ },
26
+ "module_feature_projector": {
27
+ "bias": false,
28
+ "in_channels": 256,
29
+ "kernel_size": 1,
30
+ "num_channels": 256,
31
+ "out_channels": 128
32
+ },
33
+ "module_output_layer": {
34
+ "in_channels": 256,
35
+ "out_channels": 128
36
+ },
37
+ "module_separator": {
38
+ "dec_stage": {
39
+ "global_blocks": {
40
+ "dropout_rate": 0.05,
41
+ "in_channels": 128,
42
+ "num_mha_heads": 8
43
+ },
44
+ "local_blocks": {
45
+ "dropout_rate": 0.05,
46
+ "in_channels": 128,
47
+ "kernel_size": 65
48
+ },
49
+ "spk_attention": {
50
+ "dropout_rate": 0.05,
51
+ "in_channels": 128,
52
+ "num_mha_heads": 8
53
+ }
54
+ },
55
+ "enc_stage": {
56
+ "down_conv_layer": {
57
+ "in_channels": 128,
58
+ "samp_kernel_size": 5
59
+ },
60
+ "global_blocks": {
61
+ "dropout_rate": 0.05,
62
+ "in_channels": 128,
63
+ "num_mha_heads": 8
64
+ },
65
+ "local_blocks": {
66
+ "dropout_rate": 0.05,
67
+ "in_channels": 128,
68
+ "kernel_size": 65
69
+ }
70
+ },
71
+ "num_stages": 4,
72
+ "relative_positional_encoding": {
73
+ "embed_v": false,
74
+ "in_channels": 128,
75
+ "maxlen": 2000,
76
+ "num_heads": 8
77
+ },
78
+ "simple_fusion": {
79
+ "out_channels": 128
80
+ }
81
+ },
82
+ "num_stages": 4,
83
+ "sample_rate": 16000,
84
+ "video_encoder_params": {
85
+ "attn_dim_head": 32,
86
+ "attn_dropout": 0.0,
87
+ "attn_heads": 8,
88
+ "codebook_dim": 64,
89
+ "codebook_size": 256,
90
+ "commitment_cost": 1.0,
91
+ "distill_cost": 1.0,
92
+ "flash_attn": true,
93
+ "image_size": 88,
94
+ "in_channel": 1,
95
+ "init_channel": 4,
96
+ "input_conv_kernel_size": [
97
+ 7,
98
+ 7,
99
+ 7
100
+ ],
101
+ "layers": [
102
+ "residual",
103
+ "compress_space",
104
+ "consecutive_residual",
105
+ "compress_space",
106
+ "consecutive_residual",
107
+ "linear_attend_space",
108
+ "compress_space",
109
+ "consecutive_residual",
110
+ "attend_space"
111
+ ],
112
+ "linear_attn_dim_head": 8,
113
+ "linear_attn_heads": 16,
114
+ "max_dim": 32,
115
+ "num_quantizers": 1,
116
+ "output_conv_kernel_size": [
117
+ 3,
118
+ 3,
119
+ 3
120
+ ],
121
+ "pad_mode": "constant",
122
+ "residual_conv_kernel_size": 3
123
+ },
124
+ "vin_channels": 64,
125
+ "vmid_channels": 512,
126
+ "vout_channels": 64,
127
+ "vpre_channels": 3872
128
+ },
129
+ "model_type": "dolphin",
130
+ "tags": [
131
+ "audio",
132
+ "speech-separation",
133
+ "audio-visual",
134
+ "pytorch",
135
+ "dolphin"
136
+ ],
137
+ "task": "audio_visual_speech_separation"
138
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9be694e4150588ca0af8447fae184b6262a3cf43587928bd6001eee5b4eefb8a
3
+ size 28391276