gokulsrinivasagan commited on
Commit
d0d8da9
1 Parent(s): 650cc98

Saving train state of step 423085

Browse files
Files changed (3) hide show
  1. config.json +283 -0
  2. generation_config.json +10 -0
  3. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,283 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "./parler-sa-tiny/parler-tts-untrained",
3
+ "architectures": [
4
+ "ParlerTTSForConditionalGeneration"
5
+ ],
6
+ "audio_encoder": {
7
+ "_name_or_path": "parler-tts/dac_44khZ_8kbps",
8
+ "add_cross_attention": false,
9
+ "architectures": [
10
+ "DACModel"
11
+ ],
12
+ "bad_words_ids": null,
13
+ "begin_suppress_tokens": null,
14
+ "bos_token_id": null,
15
+ "chunk_size_feed_forward": 0,
16
+ "codebook_size": 1024,
17
+ "cross_attention_hidden_size": null,
18
+ "decoder_start_token_id": null,
19
+ "diversity_penalty": 0.0,
20
+ "do_sample": false,
21
+ "early_stopping": false,
22
+ "encoder_no_repeat_ngram_size": 0,
23
+ "eos_token_id": null,
24
+ "exponential_decay_length_penalty": null,
25
+ "finetuning_task": null,
26
+ "forced_bos_token_id": null,
27
+ "forced_eos_token_id": null,
28
+ "frame_rate": 86,
29
+ "id2label": {
30
+ "0": "LABEL_0",
31
+ "1": "LABEL_1"
32
+ },
33
+ "is_decoder": false,
34
+ "is_encoder_decoder": false,
35
+ "label2id": {
36
+ "LABEL_0": 0,
37
+ "LABEL_1": 1
38
+ },
39
+ "latent_dim": 1024,
40
+ "length_penalty": 1.0,
41
+ "max_length": 20,
42
+ "min_length": 0,
43
+ "model_bitrate": 8,
44
+ "model_type": "dac",
45
+ "no_repeat_ngram_size": 0,
46
+ "num_beam_groups": 1,
47
+ "num_beams": 1,
48
+ "num_codebooks": 9,
49
+ "num_return_sequences": 1,
50
+ "output_attentions": false,
51
+ "output_hidden_states": false,
52
+ "output_scores": false,
53
+ "pad_token_id": null,
54
+ "prefix": null,
55
+ "problem_type": null,
56
+ "pruned_heads": {},
57
+ "remove_invalid_values": false,
58
+ "repetition_penalty": 1.0,
59
+ "return_dict": true,
60
+ "return_dict_in_generate": false,
61
+ "sampling_rate": 44100,
62
+ "sep_token_id": null,
63
+ "suppress_tokens": null,
64
+ "task_specific_params": null,
65
+ "temperature": 1.0,
66
+ "tf_legacy_loss": false,
67
+ "tie_encoder_decoder": false,
68
+ "tie_word_embeddings": true,
69
+ "tokenizer_class": null,
70
+ "top_k": 50,
71
+ "top_p": 1.0,
72
+ "torch_dtype": "float32",
73
+ "torchscript": false,
74
+ "typical_p": 1.0,
75
+ "use_bfloat16": false
76
+ },
77
+ "decoder": {
78
+ "_name_or_path": "./parler-sa-tiny/decoder",
79
+ "activation_dropout": 0.0,
80
+ "activation_function": "gelu",
81
+ "add_cross_attention": true,
82
+ "architectures": [
83
+ "ParlerTTSForCausalLM"
84
+ ],
85
+ "attention_dropout": 0.0,
86
+ "bad_words_ids": null,
87
+ "begin_suppress_tokens": null,
88
+ "bos_token_id": 1025,
89
+ "chunk_size_feed_forward": 0,
90
+ "cross_attention_hidden_size": null,
91
+ "cross_attention_implementation_strategy": null,
92
+ "decoder_start_token_id": null,
93
+ "diversity_penalty": 0.0,
94
+ "do_sample": false,
95
+ "dropout": 0.1,
96
+ "early_stopping": false,
97
+ "encoder_no_repeat_ngram_size": 0,
98
+ "eos_token_id": 1024,
99
+ "exponential_decay_length_penalty": null,
100
+ "ffn_dim": 4096,
101
+ "finetuning_task": null,
102
+ "forced_bos_token_id": null,
103
+ "forced_eos_token_id": null,
104
+ "hidden_size": 1024,
105
+ "id2label": {
106
+ "0": "LABEL_0",
107
+ "1": "LABEL_1"
108
+ },
109
+ "initializer_factor": 0.02,
110
+ "is_decoder": true,
111
+ "is_encoder_decoder": false,
112
+ "label2id": {
113
+ "LABEL_0": 0,
114
+ "LABEL_1": 1
115
+ },
116
+ "layerdrop": 0.0,
117
+ "length_penalty": 1.0,
118
+ "max_length": 20,
119
+ "max_position_embeddings": 4096,
120
+ "min_length": 0,
121
+ "model_type": "parler_tts_decoder",
122
+ "no_repeat_ngram_size": 0,
123
+ "num_attention_heads": 16,
124
+ "num_beam_groups": 1,
125
+ "num_beams": 1,
126
+ "num_codebooks": 9,
127
+ "num_cross_attention_key_value_heads": 16,
128
+ "num_hidden_layers": 24,
129
+ "num_key_value_heads": 16,
130
+ "num_return_sequences": 1,
131
+ "output_attentions": false,
132
+ "output_hidden_states": false,
133
+ "output_scores": false,
134
+ "pad_token_id": 1024,
135
+ "prefix": null,
136
+ "problem_type": null,
137
+ "pruned_heads": {},
138
+ "remove_invalid_values": false,
139
+ "repetition_penalty": 1.0,
140
+ "return_dict": true,
141
+ "return_dict_in_generate": false,
142
+ "rope_embeddings": false,
143
+ "rope_theta": 10000.0,
144
+ "scale_embedding": false,
145
+ "sep_token_id": null,
146
+ "suppress_tokens": null,
147
+ "task_specific_params": null,
148
+ "temperature": 1.0,
149
+ "tf_legacy_loss": false,
150
+ "tie_encoder_decoder": false,
151
+ "tie_word_embeddings": false,
152
+ "tokenizer_class": null,
153
+ "top_k": 50,
154
+ "top_p": 1.0,
155
+ "torch_dtype": "float32",
156
+ "torchscript": false,
157
+ "typical_p": 1.0,
158
+ "use_bfloat16": false,
159
+ "use_cache": true,
160
+ "vocab_size": 1088
161
+ },
162
+ "decoder_start_token_id": 1025,
163
+ "is_encoder_decoder": true,
164
+ "model_type": "parler_tts",
165
+ "pad_token_id": 1024,
166
+ "prompt_cross_attention": false,
167
+ "rope_embeddings": true,
168
+ "text_encoder": {
169
+ "_name_or_path": "google-t5/t5-small",
170
+ "add_cross_attention": false,
171
+ "architectures": [
172
+ "T5ForConditionalGeneration"
173
+ ],
174
+ "bad_words_ids": null,
175
+ "begin_suppress_tokens": null,
176
+ "bos_token_id": null,
177
+ "chunk_size_feed_forward": 0,
178
+ "classifier_dropout": 0.0,
179
+ "cross_attention_hidden_size": null,
180
+ "d_ff": 2048,
181
+ "d_kv": 64,
182
+ "d_model": 512,
183
+ "decoder_start_token_id": 0,
184
+ "dense_act_fn": "relu",
185
+ "diversity_penalty": 0.0,
186
+ "do_sample": false,
187
+ "dropout_rate": 0.1,
188
+ "early_stopping": false,
189
+ "encoder_no_repeat_ngram_size": 0,
190
+ "eos_token_id": 1,
191
+ "exponential_decay_length_penalty": null,
192
+ "feed_forward_proj": "relu",
193
+ "finetuning_task": null,
194
+ "forced_bos_token_id": null,
195
+ "forced_eos_token_id": null,
196
+ "id2label": {
197
+ "0": "LABEL_0",
198
+ "1": "LABEL_1"
199
+ },
200
+ "initializer_factor": 1.0,
201
+ "is_decoder": false,
202
+ "is_encoder_decoder": true,
203
+ "is_gated_act": false,
204
+ "label2id": {
205
+ "LABEL_0": 0,
206
+ "LABEL_1": 1
207
+ },
208
+ "layer_norm_epsilon": 1e-06,
209
+ "length_penalty": 1.0,
210
+ "max_length": 20,
211
+ "min_length": 0,
212
+ "model_type": "t5",
213
+ "n_positions": 512,
214
+ "no_repeat_ngram_size": 0,
215
+ "num_beam_groups": 1,
216
+ "num_beams": 1,
217
+ "num_decoder_layers": 6,
218
+ "num_heads": 8,
219
+ "num_layers": 6,
220
+ "num_return_sequences": 1,
221
+ "output_attentions": false,
222
+ "output_hidden_states": false,
223
+ "output_past": true,
224
+ "output_scores": false,
225
+ "pad_token_id": 0,
226
+ "prefix": null,
227
+ "problem_type": null,
228
+ "pruned_heads": {},
229
+ "relative_attention_max_distance": 128,
230
+ "relative_attention_num_buckets": 32,
231
+ "remove_invalid_values": false,
232
+ "repetition_penalty": 1.0,
233
+ "return_dict": true,
234
+ "return_dict_in_generate": false,
235
+ "sep_token_id": null,
236
+ "suppress_tokens": null,
237
+ "task_specific_params": {
238
+ "summarization": {
239
+ "early_stopping": true,
240
+ "length_penalty": 2.0,
241
+ "max_length": 200,
242
+ "min_length": 30,
243
+ "no_repeat_ngram_size": 3,
244
+ "num_beams": 4,
245
+ "prefix": "summarize: "
246
+ },
247
+ "translation_en_to_de": {
248
+ "early_stopping": true,
249
+ "max_length": 300,
250
+ "num_beams": 4,
251
+ "prefix": "translate English to German: "
252
+ },
253
+ "translation_en_to_fr": {
254
+ "early_stopping": true,
255
+ "max_length": 300,
256
+ "num_beams": 4,
257
+ "prefix": "translate English to French: "
258
+ },
259
+ "translation_en_to_ro": {
260
+ "early_stopping": true,
261
+ "max_length": 300,
262
+ "num_beams": 4,
263
+ "prefix": "translate English to Romanian: "
264
+ }
265
+ },
266
+ "temperature": 1.0,
267
+ "tf_legacy_loss": false,
268
+ "tie_encoder_decoder": false,
269
+ "tie_word_embeddings": true,
270
+ "tokenizer_class": null,
271
+ "top_k": 50,
272
+ "top_p": 1.0,
273
+ "torch_dtype": null,
274
+ "torchscript": false,
275
+ "typical_p": 1.0,
276
+ "use_bfloat16": false,
277
+ "use_cache": true,
278
+ "vocab_size": 32128
279
+ },
280
+ "torch_dtype": "float32",
281
+ "transformers_version": "4.43.3",
282
+ "vocab_size": 32128
283
+ }
generation_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 1025,
4
+ "decoder_start_token_id": 1025,
5
+ "do_sample": true,
6
+ "eos_token_id": 1024,
7
+ "max_length": 2580,
8
+ "pad_token_id": 1024,
9
+ "transformers_version": "4.43.3"
10
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29fe4f363494dff92a78ffde13addd152a687678bee390d5f497e0722321af4d
3
+ size 2289967776