Text-to-Speech
Transformers
Safetensors
Arabic
vits
text-to-audio
Inference Endpoints
ASG Models commited on
Commit
96d739d
1 Parent(s): b9c0070

Upload TextToAudioPipeline

Browse files
Files changed (5) hide show
  1. README.md +1 -1
  2. added_tokens.json +3 -0
  3. config.json +3 -3
  4. model.safetensors +2 -2
  5. tokenizer_config.json +18 -0
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
- license: afl-3.0
3
  language:
4
  - ar
 
5
  pipeline_tag: text-to-speech
6
  ---
7
  # Model Card for Model ID
 
1
  ---
 
2
  language:
3
  - ar
4
+ license: afl-3.0
5
  pipeline_tag: text-to-speech
6
  ---
7
  # Model Card for Model ID
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "<unk>": 39
3
+ }
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "asg2024/vits-ar",
3
  "activation_dropout": 0.1,
4
  "architectures": [
5
  "VitsModel"
@@ -52,7 +52,7 @@
52
  "noise_scale_duration": 0.8,
53
  "num_attention_heads": 2,
54
  "num_hidden_layers": 6,
55
- "num_speakers": 4,
56
  "posterior_encoder_num_wavenet_layers": 16,
57
  "prior_encoder_num_flows": 4,
58
  "prior_encoder_num_wavenet_layers": 4,
@@ -80,7 +80,7 @@
80
  ],
81
  "sampling_rate": 16000,
82
  "segment_size": 8192,
83
- "speaker_embedding_size": 256,
84
  "speaking_rate": 1.0,
85
  "spectrogram_bins": 513,
86
  "torch_dtype": "float32",
 
1
  {
2
+ "_name_or_path": "/content/drive/MyDrive/vitsM/TO/TRUBO/haba/v1/fine2",
3
  "activation_dropout": 0.1,
4
  "architectures": [
5
  "VitsModel"
 
52
  "noise_scale_duration": 0.8,
53
  "num_attention_heads": 2,
54
  "num_hidden_layers": 6,
55
+ "num_speakers": 1,
56
  "posterior_encoder_num_wavenet_layers": 16,
57
  "prior_encoder_num_flows": 4,
58
  "prior_encoder_num_wavenet_layers": 4,
 
80
  ],
81
  "sampling_rate": 16000,
82
  "segment_size": 8192,
83
+ "speaker_embedding_size": 0,
84
  "speaking_rate": 1.0,
85
  "spectrogram_bins": 513,
86
  "torch_dtype": "float32",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d121b47f4e9a07e8644d6fa3dd14bac04963740fd4f98f1947c492bb0740575c
3
- size 345572936
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b189c6905b693f87fc83aebcadaf9709bfb80eb985464a88731c3bb5a9c6d51
3
+ size 145231480
tokenizer_config.json CHANGED
@@ -1,5 +1,23 @@
1
  {
2
  "add_blank": true,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  "clean_up_tokenization_spaces": true,
4
  "is_uroman": false,
5
  "language": "ara",
 
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
+ "39": {
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": "ara",