talargv commited on
Commit
beee6bb
1 Parent(s): c2031a6

Training in progress, step 4

Browse files
Files changed (4) hide show
  1. config.json +300 -0
  2. model.safetensors +3 -0
  3. tokenizer_config.json +1 -0
  4. training_args.bin +1 -1
config.json ADDED
@@ -0,0 +1,300 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/musicgen-small",
3
+ "architectures": [
4
+ "MusicgenForConditionalGeneration"
5
+ ],
6
+ "audio_encoder": {
7
+ "_attn_implementation_autoset": false,
8
+ "_name_or_path": "facebook/encodec_32khz",
9
+ "add_cross_attention": false,
10
+ "architectures": [
11
+ "EncodecModel"
12
+ ],
13
+ "audio_channels": 1,
14
+ "bad_words_ids": null,
15
+ "begin_suppress_tokens": null,
16
+ "bos_token_id": null,
17
+ "chunk_length_s": null,
18
+ "chunk_size_feed_forward": 0,
19
+ "codebook_dim": 128,
20
+ "codebook_size": 2048,
21
+ "compress": 2,
22
+ "cross_attention_hidden_size": null,
23
+ "decoder_start_token_id": null,
24
+ "dilation_growth_rate": 2,
25
+ "diversity_penalty": 0.0,
26
+ "do_sample": false,
27
+ "early_stopping": false,
28
+ "encoder_no_repeat_ngram_size": 0,
29
+ "eos_token_id": null,
30
+ "exponential_decay_length_penalty": null,
31
+ "finetuning_task": null,
32
+ "forced_bos_token_id": null,
33
+ "forced_eos_token_id": null,
34
+ "hidden_size": 128,
35
+ "id2label": {
36
+ "0": "LABEL_0",
37
+ "1": "LABEL_1"
38
+ },
39
+ "is_decoder": false,
40
+ "is_encoder_decoder": false,
41
+ "kernel_size": 7,
42
+ "label2id": {
43
+ "LABEL_0": 0,
44
+ "LABEL_1": 1
45
+ },
46
+ "last_kernel_size": 7,
47
+ "length_penalty": 1.0,
48
+ "max_length": 20,
49
+ "min_length": 0,
50
+ "model_type": "encodec",
51
+ "no_repeat_ngram_size": 0,
52
+ "norm_type": "weight_norm",
53
+ "normalize": false,
54
+ "num_beam_groups": 1,
55
+ "num_beams": 1,
56
+ "num_filters": 64,
57
+ "num_lstm_layers": 2,
58
+ "num_residual_layers": 1,
59
+ "num_return_sequences": 1,
60
+ "output_attentions": false,
61
+ "output_hidden_states": false,
62
+ "output_scores": false,
63
+ "overlap": null,
64
+ "pad_mode": "reflect",
65
+ "pad_token_id": null,
66
+ "prefix": null,
67
+ "problem_type": null,
68
+ "pruned_heads": {},
69
+ "remove_invalid_values": false,
70
+ "repetition_penalty": 1.0,
71
+ "residual_kernel_size": 3,
72
+ "return_dict": true,
73
+ "return_dict_in_generate": false,
74
+ "sampling_rate": 32000,
75
+ "sep_token_id": null,
76
+ "suppress_tokens": null,
77
+ "target_bandwidths": [
78
+ 2.2
79
+ ],
80
+ "task_specific_params": null,
81
+ "temperature": 1.0,
82
+ "tf_legacy_loss": false,
83
+ "tie_encoder_decoder": false,
84
+ "tie_word_embeddings": true,
85
+ "tokenizer_class": null,
86
+ "top_k": 50,
87
+ "top_p": 1.0,
88
+ "torch_dtype": "float32",
89
+ "torchscript": false,
90
+ "trim_right_ratio": 1.0,
91
+ "typical_p": 1.0,
92
+ "upsampling_ratios": [
93
+ 8,
94
+ 5,
95
+ 4,
96
+ 4
97
+ ],
98
+ "use_bfloat16": false,
99
+ "use_causal_conv": false,
100
+ "use_conv_shortcut": false
101
+ },
102
+ "decoder": {
103
+ "_attn_implementation_autoset": false,
104
+ "_name_or_path": "",
105
+ "activation_dropout": 0.0,
106
+ "activation_function": "gelu",
107
+ "add_cross_attention": false,
108
+ "architectures": null,
109
+ "attention_dropout": 0.0,
110
+ "audio_channels": 1,
111
+ "bad_words_ids": null,
112
+ "begin_suppress_tokens": null,
113
+ "bos_token_id": 2048,
114
+ "chunk_size_feed_forward": 0,
115
+ "classifier_dropout": 0.0,
116
+ "cross_attention_hidden_size": null,
117
+ "decoder_start_token_id": 2048,
118
+ "diversity_penalty": 0.0,
119
+ "do_sample": false,
120
+ "dropout": 0.1,
121
+ "early_stopping": false,
122
+ "encoder_no_repeat_ngram_size": 0,
123
+ "eos_token_id": null,
124
+ "exponential_decay_length_penalty": null,
125
+ "ffn_dim": 4096,
126
+ "finetuning_task": null,
127
+ "forced_bos_token_id": null,
128
+ "forced_eos_token_id": null,
129
+ "hidden_size": 1024,
130
+ "id2label": {
131
+ "0": "LABEL_0",
132
+ "1": "LABEL_1"
133
+ },
134
+ "initializer_factor": 0.02,
135
+ "is_decoder": false,
136
+ "is_encoder_decoder": false,
137
+ "label2id": {
138
+ "LABEL_0": 0,
139
+ "LABEL_1": 1
140
+ },
141
+ "layerdrop": 0.0,
142
+ "length_penalty": 1.0,
143
+ "max_length": 20,
144
+ "max_position_embeddings": 2048,
145
+ "min_length": 0,
146
+ "model_type": "musicgen_decoder",
147
+ "no_repeat_ngram_size": 0,
148
+ "num_attention_heads": 16,
149
+ "num_beam_groups": 1,
150
+ "num_beams": 1,
151
+ "num_codebooks": 4,
152
+ "num_hidden_layers": 24,
153
+ "num_return_sequences": 1,
154
+ "output_attentions": false,
155
+ "output_hidden_states": false,
156
+ "output_scores": false,
157
+ "pad_token_id": 2048,
158
+ "prefix": null,
159
+ "problem_type": null,
160
+ "pruned_heads": {},
161
+ "remove_invalid_values": false,
162
+ "repetition_penalty": 1.0,
163
+ "return_dict": true,
164
+ "return_dict_in_generate": false,
165
+ "scale_embedding": false,
166
+ "sep_token_id": null,
167
+ "suppress_tokens": null,
168
+ "task_specific_params": null,
169
+ "temperature": 1.0,
170
+ "tf_legacy_loss": false,
171
+ "tie_encoder_decoder": false,
172
+ "tie_word_embeddings": false,
173
+ "tokenizer_class": null,
174
+ "top_k": 50,
175
+ "top_p": 1.0,
176
+ "torch_dtype": null,
177
+ "torchscript": false,
178
+ "typical_p": 1.0,
179
+ "use_bfloat16": false,
180
+ "use_cache": true,
181
+ "vocab_size": 2048
182
+ },
183
+ "is_encoder_decoder": true,
184
+ "model_type": "musicgen",
185
+ "text_encoder": {
186
+ "_attn_implementation_autoset": false,
187
+ "_name_or_path": "t5-base",
188
+ "add_cross_attention": false,
189
+ "architectures": [
190
+ "T5ForConditionalGeneration"
191
+ ],
192
+ "bad_words_ids": null,
193
+ "begin_suppress_tokens": null,
194
+ "bos_token_id": null,
195
+ "chunk_size_feed_forward": 0,
196
+ "classifier_dropout": 0.0,
197
+ "cross_attention_hidden_size": null,
198
+ "d_ff": 3072,
199
+ "d_kv": 64,
200
+ "d_model": 768,
201
+ "decoder_start_token_id": 0,
202
+ "dense_act_fn": "relu",
203
+ "diversity_penalty": 0.0,
204
+ "do_sample": false,
205
+ "dropout_rate": 0.1,
206
+ "early_stopping": false,
207
+ "encoder_no_repeat_ngram_size": 0,
208
+ "eos_token_id": 1,
209
+ "exponential_decay_length_penalty": null,
210
+ "feed_forward_proj": "relu",
211
+ "finetuning_task": null,
212
+ "forced_bos_token_id": null,
213
+ "forced_eos_token_id": null,
214
+ "id2label": {
215
+ "0": "LABEL_0",
216
+ "1": "LABEL_1"
217
+ },
218
+ "initializer_factor": 1.0,
219
+ "is_decoder": false,
220
+ "is_encoder_decoder": true,
221
+ "is_gated_act": false,
222
+ "label2id": {
223
+ "LABEL_0": 0,
224
+ "LABEL_1": 1
225
+ },
226
+ "layer_norm_epsilon": 1e-06,
227
+ "length_penalty": 1.0,
228
+ "max_length": 20,
229
+ "min_length": 0,
230
+ "model_type": "t5",
231
+ "n_positions": 512,
232
+ "no_repeat_ngram_size": 0,
233
+ "num_beam_groups": 1,
234
+ "num_beams": 1,
235
+ "num_decoder_layers": 12,
236
+ "num_heads": 12,
237
+ "num_layers": 12,
238
+ "num_return_sequences": 1,
239
+ "output_attentions": false,
240
+ "output_hidden_states": false,
241
+ "output_past": true,
242
+ "output_scores": false,
243
+ "pad_token_id": 0,
244
+ "prefix": null,
245
+ "problem_type": null,
246
+ "pruned_heads": {},
247
+ "relative_attention_max_distance": 128,
248
+ "relative_attention_num_buckets": 32,
249
+ "remove_invalid_values": false,
250
+ "repetition_penalty": 1.0,
251
+ "return_dict": true,
252
+ "return_dict_in_generate": false,
253
+ "sep_token_id": null,
254
+ "suppress_tokens": null,
255
+ "task_specific_params": {
256
+ "summarization": {
257
+ "early_stopping": true,
258
+ "length_penalty": 2.0,
259
+ "max_length": 200,
260
+ "min_length": 30,
261
+ "no_repeat_ngram_size": 3,
262
+ "num_beams": 4,
263
+ "prefix": "summarize: "
264
+ },
265
+ "translation_en_to_de": {
266
+ "early_stopping": true,
267
+ "max_length": 300,
268
+ "num_beams": 4,
269
+ "prefix": "translate English to German: "
270
+ },
271
+ "translation_en_to_fr": {
272
+ "early_stopping": true,
273
+ "max_length": 300,
274
+ "num_beams": 4,
275
+ "prefix": "translate English to French: "
276
+ },
277
+ "translation_en_to_ro": {
278
+ "early_stopping": true,
279
+ "max_length": 300,
280
+ "num_beams": 4,
281
+ "prefix": "translate English to Romanian: "
282
+ }
283
+ },
284
+ "temperature": 1.0,
285
+ "tf_legacy_loss": false,
286
+ "tie_encoder_decoder": false,
287
+ "tie_word_embeddings": true,
288
+ "tokenizer_class": null,
289
+ "top_k": 50,
290
+ "top_p": 1.0,
291
+ "torch_dtype": null,
292
+ "torchscript": false,
293
+ "typical_p": 1.0,
294
+ "use_bfloat16": false,
295
+ "use_cache": true,
296
+ "vocab_size": 32128
297
+ },
298
+ "torch_dtype": "float32",
299
+ "transformers_version": "4.47.0.dev0"
300
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63c22ab04575f994e82127c744b45e0fb792f49c3852656163e9a7283691f07d
3
+ size 2364428688
tokenizer_config.json CHANGED
@@ -930,6 +930,7 @@
930
  "clean_up_tokenization_spaces": true,
931
  "eos_token": "</s>",
932
  "extra_ids": 100,
 
933
  "model_max_length": 512,
934
  "pad_token": "<pad>",
935
  "processor_class": "MusicgenProcessor",
 
930
  "clean_up_tokenization_spaces": true,
931
  "eos_token": "</s>",
932
  "extra_ids": 100,
933
+ "extra_special_tokens": {},
934
  "model_max_length": 512,
935
  "pad_token": "<pad>",
936
  "processor_class": "MusicgenProcessor",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:200dfa8df981be61a6db75445db6174143521ffc851ed2d92153b37c4695cfef
3
  size 5496
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:259b27c9a1d9af4f26ecd7de40b22a6dfe10693f5b204b47c5a54226c900fa6c
3
  size 5496