Xenova HF staff commited on
Commit
56e5d83
1 Parent(s): 5e9c157

Upload folder using huggingface_hub

Browse files
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "<unk>": 44
3
+ }
config.json ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/mms-tts-fra",
3
+ "activation_dropout": 0.1,
4
+ "architectures": [
5
+ "VitsModel"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "depth_separable_channels": 2,
9
+ "depth_separable_num_layers": 3,
10
+ "duration_predictor_dropout": 0.5,
11
+ "duration_predictor_filter_channels": 256,
12
+ "duration_predictor_flow_bins": 10,
13
+ "duration_predictor_kernel_size": 3,
14
+ "duration_predictor_num_flows": 4,
15
+ "duration_predictor_tail_bound": 5.0,
16
+ "ffn_dim": 768,
17
+ "ffn_kernel_size": 3,
18
+ "flow_size": 192,
19
+ "hidden_act": "relu",
20
+ "hidden_dropout": 0.1,
21
+ "hidden_size": 192,
22
+ "initializer_range": 0.02,
23
+ "layer_norm_eps": 1e-05,
24
+ "layerdrop": 0.1,
25
+ "leaky_relu_slope": 0.1,
26
+ "model_type": "vits",
27
+ "noise_scale": 0.667,
28
+ "noise_scale_duration": 0.8,
29
+ "num_attention_heads": 2,
30
+ "num_hidden_layers": 6,
31
+ "num_speakers": 1,
32
+ "posterior_encoder_num_wavenet_layers": 16,
33
+ "prior_encoder_num_flows": 4,
34
+ "prior_encoder_num_wavenet_layers": 4,
35
+ "resblock_dilation_sizes": [
36
+ [
37
+ 1,
38
+ 3,
39
+ 5
40
+ ],
41
+ [
42
+ 1,
43
+ 3,
44
+ 5
45
+ ],
46
+ [
47
+ 1,
48
+ 3,
49
+ 5
50
+ ]
51
+ ],
52
+ "resblock_kernel_sizes": [
53
+ 3,
54
+ 7,
55
+ 11
56
+ ],
57
+ "sampling_rate": 16000,
58
+ "speaker_embedding_size": 0,
59
+ "speaking_rate": 1.0,
60
+ "spectrogram_bins": 513,
61
+ "transformers_version": "4.37.0.dev0",
62
+ "upsample_initial_channel": 512,
63
+ "upsample_kernel_sizes": [
64
+ 16,
65
+ 16,
66
+ 4,
67
+ 4
68
+ ],
69
+ "upsample_rates": [
70
+ 8,
71
+ 8,
72
+ 2,
73
+ 2
74
+ ],
75
+ "use_bias": true,
76
+ "use_stochastic_duration_prediction": true,
77
+ "vocab_size": 44,
78
+ "wavenet_dilation_rate": 1,
79
+ "wavenet_dropout": 0.0,
80
+ "wavenet_kernel_size": 5,
81
+ "window_size": 4
82
+ }
onnx/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:429b27e1cc954d7da4b88e6c73933ad8c3dc033f941e9a04fd2091c1e7ceba41
3
+ size 114263414
onnx/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90be514a03c35e41859146f7ff66e8647967b2ad65445e7df633a98768d267b4
3
+ size 38362795
quantize_config.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "per_channel": true,
3
+ "reduce_range": true,
4
+ "per_model_config": {
5
+ "model": {
6
+ "op_types": [
7
+ "LeakyRelu",
8
+ "ReduceMax",
9
+ "Not",
10
+ "MatMul",
11
+ "Reshape",
12
+ "ReduceMean",
13
+ "Conv",
14
+ "Unsqueeze",
15
+ "Concat",
16
+ "Less",
17
+ "Greater",
18
+ "Sub",
19
+ "Slice",
20
+ "Sqrt",
21
+ "Softplus",
22
+ "ConstantOfShape",
23
+ "Pow",
24
+ "Expand",
25
+ "Transpose",
26
+ "Div",
27
+ "GatherND",
28
+ "NonZero",
29
+ "Exp",
30
+ "Erf",
31
+ "RandomNormalLike",
32
+ "Sigmoid",
33
+ "Constant",
34
+ "Where",
35
+ "Add",
36
+ "Softmax",
37
+ "Pad",
38
+ "Range",
39
+ "Cast",
40
+ "Squeeze",
41
+ "Relu",
42
+ "Clip",
43
+ "CumSum",
44
+ "Shape",
45
+ "Equal",
46
+ "Split",
47
+ "Mul",
48
+ "Tanh",
49
+ "ReduceSum",
50
+ "ScatterND",
51
+ "GatherElements",
52
+ "Ceil",
53
+ "Neg",
54
+ "ConvTranspose",
55
+ "And",
56
+ "Gather"
57
+ ],
58
+ "weight_type": "QUInt8"
59
+ }
60
+ }
61
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "pad_token": "î",
3
+ "unk_token": "<unk>"
4
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_blank": true,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "î",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "44": {
13
+ "content": "<unk>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ }
20
+ },
21
+ "clean_up_tokenization_spaces": true,
22
+ "is_uroman": false,
23
+ "language": "fra",
24
+ "model_max_length": 1000000000000000019884624838656,
25
+ "normalize": true,
26
+ "pad_token": "î",
27
+ "phonemize": false,
28
+ "tokenizer_class": "VitsTokenizer",
29
+ "unk_token": "<unk>"
30
+ }
vocab.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ " ": 29,
3
+ "'": 41,
4
+ "-": 2,
5
+ "_": 14,
6
+ "a": 19,
7
+ "b": 18,
8
+ "c": 10,
9
+ "d": 17,
10
+ "e": 15,
11
+ "f": 20,
12
+ "g": 11,
13
+ "h": 22,
14
+ "i": 16,
15
+ "j": 36,
16
+ "k": 25,
17
+ "l": 43,
18
+ "m": 42,
19
+ "n": 34,
20
+ "o": 35,
21
+ "p": 31,
22
+ "q": 9,
23
+ "r": 23,
24
+ "s": 26,
25
+ "t": 33,
26
+ "u": 4,
27
+ "v": 27,
28
+ "x": 8,
29
+ "y": 6,
30
+ "z": 1,
31
+ "à": 28,
32
+ "â": 38,
33
+ "ç": 39,
34
+ "è": 7,
35
+ "é": 24,
36
+ "ê": 13,
37
+ "ë": 32,
38
+ "î": 0,
39
+ "ï": 40,
40
+ "ô": 12,
41
+ "ù": 3,
42
+ "û": 5,
43
+ "ü": 37,
44
+ "œ": 21,
45
+ "–": 30
46
+ }