AMead10 commited on
Commit
4d8be90
1 Parent(s): 6662709

Upload model

Browse files
Files changed (2) hide show
  1. config.json +102 -0
  2. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "ylacombe/vits-ljs-with-discriminator",
3
+ "activation_dropout": 0.1,
4
+ "architectures": [
5
+ "VitsModelForPreTraining"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "depth_separable_channels": 2,
9
+ "depth_separable_num_layers": 3,
10
+ "discriminator_kernel_size": 5,
11
+ "discriminator_period_channels": [
12
+ 1,
13
+ 32,
14
+ 128,
15
+ 512,
16
+ 1024
17
+ ],
18
+ "discriminator_periods": [
19
+ 2,
20
+ 3,
21
+ 5,
22
+ 7,
23
+ 11
24
+ ],
25
+ "discriminator_scale_channels": null,
26
+ "discriminator_stride": 3,
27
+ "duration_predictor_dropout": 0.5,
28
+ "duration_predictor_filter_channels": 256,
29
+ "duration_predictor_flow_bins": 10,
30
+ "duration_predictor_kernel_size": 3,
31
+ "duration_predictor_num_flows": 4,
32
+ "duration_predictor_tail_bound": 5.0,
33
+ "ffn_dim": 768,
34
+ "ffn_kernel_size": 3,
35
+ "flow_size": 192,
36
+ "hidden_act": "relu",
37
+ "hidden_dropout": 0.1,
38
+ "hidden_size": 192,
39
+ "hop_length": 256,
40
+ "initializer_range": 0.02,
41
+ "layer_norm_eps": 1e-05,
42
+ "layerdrop": 0.1,
43
+ "leaky_relu_slope": 0.1,
44
+ "model_type": "vits",
45
+ "noise_scale": 0.667,
46
+ "noise_scale_duration": 0.8,
47
+ "num_attention_heads": 2,
48
+ "num_hidden_layers": 6,
49
+ "num_speakers": 1,
50
+ "posterior_encoder_num_wavenet_layers": 16,
51
+ "prior_encoder_num_flows": 4,
52
+ "prior_encoder_num_wavenet_layers": 4,
53
+ "resblock_dilation_sizes": [
54
+ [
55
+ 1,
56
+ 3,
57
+ 5
58
+ ],
59
+ [
60
+ 1,
61
+ 3,
62
+ 5
63
+ ],
64
+ [
65
+ 1,
66
+ 3,
67
+ 5
68
+ ]
69
+ ],
70
+ "resblock_kernel_sizes": [
71
+ 3,
72
+ 7,
73
+ 11
74
+ ],
75
+ "sampling_rate": 22050,
76
+ "segment_size": 8192,
77
+ "speaker_embedding_size": 0,
78
+ "speaking_rate": 1.0,
79
+ "spectrogram_bins": 513,
80
+ "torch_dtype": "float32",
81
+ "transformers_version": "4.37.0.dev0",
82
+ "upsample_initial_channel": 512,
83
+ "upsample_kernel_sizes": [
84
+ 16,
85
+ 16,
86
+ 4,
87
+ 4
88
+ ],
89
+ "upsample_rates": [
90
+ 8,
91
+ 8,
92
+ 2,
93
+ 2
94
+ ],
95
+ "use_bias": true,
96
+ "use_stochastic_duration_prediction": true,
97
+ "vocab_size": 178,
98
+ "wavenet_dilation_rate": 1,
99
+ "wavenet_dropout": 0.0,
100
+ "wavenet_kernel_size": 5,
101
+ "window_size": 4
102
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e32d566f4fb7f7146aeadca1bd803945725dbb61b4a99656c95791a7f516f34e
3
+ size 309714788