Upload folder using huggingface_hub
Browse files- added_tokens.json +3 -0
- config.json +82 -0
- model.safetensors +3 -0
- preprocessor_config.json +1 -0
- special_tokens_map.json +16 -0
- tokenizer_config.json +31 -0
- vocab.json +34 -0
added_tokens.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"<unk>": 43
|
| 3 |
+
}
|
config.json
ADDED
|
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"activation_dropout": 0.1,
|
| 3 |
+
"architectures": [
|
| 4 |
+
"VitsModel"
|
| 5 |
+
],
|
| 6 |
+
"attention_dropout": 0.1,
|
| 7 |
+
"depth_separable_channels": 2,
|
| 8 |
+
"depth_separable_num_layers": 3,
|
| 9 |
+
"dtype": "float32",
|
| 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.57.3",
|
| 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": 32,
|
| 78 |
+
"wavenet_dilation_rate": 1,
|
| 79 |
+
"wavenet_dropout": 0.0,
|
| 80 |
+
"wavenet_kernel_size": 5,
|
| 81 |
+
"window_size": 4
|
| 82 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ac8f93fb84568d59105f0d4dec93ac5ee0f992f8c28afe75e78f3ec994e9b04a
|
| 3 |
+
size 145226104
|
preprocessor_config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"feature_extractor_type": "Wav2Vec2FeatureExtractor", "sampling_rate": 16000, "feature_size": 1, "padding_value": 0.0, "do_normalize": true, "return_attention_mask": true}
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"pad_token": {
|
| 3 |
+
"content": "|",
|
| 4 |
+
"lstrip": false,
|
| 5 |
+
"normalized": false,
|
| 6 |
+
"rstrip": false,
|
| 7 |
+
"single_word": false
|
| 8 |
+
},
|
| 9 |
+
"unk_token": {
|
| 10 |
+
"content": "<unk>",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": false,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
}
|
| 16 |
+
}
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
"43": {
|
| 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 |
+
"extra_special_tokens": {},
|
| 23 |
+
"is_uroman": false,
|
| 24 |
+
"language": "yor",
|
| 25 |
+
"model_max_length": 1000000000000000019884624838656,
|
| 26 |
+
"normalize": false,
|
| 27 |
+
"pad_token": "|",
|
| 28 |
+
"phonemize": false,
|
| 29 |
+
"tokenizer_class": "VitsTokenizer",
|
| 30 |
+
"unk_token": "<unk>"
|
| 31 |
+
}
|
vocab.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
" ": 30,
|
| 3 |
+
"<unk>": 31,
|
| 4 |
+
"a": 1,
|
| 5 |
+
"b": 2,
|
| 6 |
+
"c": 3,
|
| 7 |
+
"d": 4,
|
| 8 |
+
"e": 5,
|
| 9 |
+
"f": 6,
|
| 10 |
+
"g": 7,
|
| 11 |
+
"h": 8,
|
| 12 |
+
"i": 9,
|
| 13 |
+
"j": 10,
|
| 14 |
+
"k": 11,
|
| 15 |
+
"l": 12,
|
| 16 |
+
"m": 13,
|
| 17 |
+
"n": 14,
|
| 18 |
+
"o": 15,
|
| 19 |
+
"p": 17,
|
| 20 |
+
"q": 18,
|
| 21 |
+
"r": 19,
|
| 22 |
+
"s": 20,
|
| 23 |
+
"t": 21,
|
| 24 |
+
"u": 22,
|
| 25 |
+
"v": 25,
|
| 26 |
+
"w": 26,
|
| 27 |
+
"x": 27,
|
| 28 |
+
"y": 28,
|
| 29 |
+
"z": 29,
|
| 30 |
+
"|": 0,
|
| 31 |
+
"ñ": 24,
|
| 32 |
+
"ẹ": 23,
|
| 33 |
+
"ọ": 16
|
| 34 |
+
}
|