ylacombe HF staff commited on
Commit
19c1f96
1 Parent(s): e9ed26d

Upload model

Browse files
Files changed (3) hide show
  1. config.json +2 -6
  2. generation_config.json +7 -2
  3. pytorch_model.bin +2 -2
config.json CHANGED
@@ -1,6 +1,5 @@
1
  {
2
  "_commit_hash": null,
3
- "_name_or_path": "/home/yoach/bark_weigths/model_small/",
4
  "architectures": [
5
  "BarkModel"
6
  ],
@@ -45,8 +44,6 @@
45
  "max_length": 20,
46
  "min_length": 0,
47
  "model_type": "coarse_acoustics",
48
- "n_codes_given": 1,
49
- "n_codes_total": 8,
50
  "no_repeat_ngram_size": 0,
51
  "num_beam_groups": 1,
52
  "num_beams": 1,
@@ -179,7 +176,8 @@
179
  2
180
  ],
181
  "use_bfloat16": false,
182
- "use_causal_conv": true
 
183
  },
184
  "fine_acoustics_config": {
185
  "_name_or_path": "",
@@ -302,8 +300,6 @@
302
  "max_length": 20,
303
  "min_length": 0,
304
  "model_type": "semantic",
305
- "n_codes_given": 1,
306
- "n_codes_total": 8,
307
  "no_repeat_ngram_size": 0,
308
  "num_beam_groups": 1,
309
  "num_beams": 1,
 
1
  {
2
  "_commit_hash": null,
 
3
  "architectures": [
4
  "BarkModel"
5
  ],
 
44
  "max_length": 20,
45
  "min_length": 0,
46
  "model_type": "coarse_acoustics",
 
 
47
  "no_repeat_ngram_size": 0,
48
  "num_beam_groups": 1,
49
  "num_beams": 1,
 
176
  2
177
  ],
178
  "use_bfloat16": false,
179
+ "use_causal_conv": true,
180
+ "use_conv_shortcut": true
181
  },
182
  "fine_acoustics_config": {
183
  "_name_or_path": "",
 
300
  "max_length": 20,
301
  "min_length": 0,
302
  "model_type": "semantic",
 
 
303
  "no_repeat_ngram_size": 0,
304
  "num_beam_groups": 1,
305
  "num_beams": 1,
generation_config.json CHANGED
@@ -23,6 +23,7 @@
23
  "forced_decoder_ids": null,
24
  "forced_eos_token_id": null,
25
  "generation_kwargs": {},
 
26
  "length_penalty": 1.0,
27
  "max_coarse_history": 630,
28
  "max_coarse_input_length": 256,
@@ -45,6 +46,7 @@
45
  "renormalize_logits": true,
46
  "repetition_penalty": 1.0,
47
  "return_dict_in_generate": false,
 
48
  "sliding_window_len": 60,
49
  "suppress_tokens": null,
50
  "temperature": 0.7,
@@ -76,6 +78,7 @@
76
  "forced_decoder_ids": null,
77
  "forced_eos_token_id": null,
78
  "generation_kwargs": {},
 
79
  "length_penalty": 1.0,
80
  "max_fine_history_length": 512,
81
  "max_fine_input_length": 1024,
@@ -98,6 +101,7 @@
98
  "renormalize_logits": false,
99
  "repetition_penalty": 1.0,
100
  "return_dict_in_generate": false,
 
101
  "suppress_tokens": null,
102
  "temperature": 0.5,
103
  "top_k": 50,
@@ -129,6 +133,7 @@
129
  "forced_decoder_ids": null,
130
  "forced_eos_token_id": null,
131
  "generation_kwargs": {},
 
132
  "length_penalty": 1.0,
133
  "max_input_semantic_length": 256,
134
  "max_length": 20,
@@ -153,6 +158,7 @@
153
  "semantic_pad_token": 10000,
154
  "semantic_rate_hz": 49.9,
155
  "semantic_vocab_size": 10000,
 
156
  "suppress_tokens": null,
157
  "temperature": 0.7,
158
  "text_encoding_offset": 10048,
@@ -162,6 +168,5 @@
162
  "transformers_version": "4.31.0.dev0",
163
  "typical_p": 1.0,
164
  "use_cache": true
165
- },
166
- "transformers_version": "4.31.0.dev0"
167
  }
 
23
  "forced_decoder_ids": null,
24
  "forced_eos_token_id": null,
25
  "generation_kwargs": {},
26
+ "guidance_scale": null,
27
  "length_penalty": 1.0,
28
  "max_coarse_history": 630,
29
  "max_coarse_input_length": 256,
 
46
  "renormalize_logits": true,
47
  "repetition_penalty": 1.0,
48
  "return_dict_in_generate": false,
49
+ "sequence_bias": null,
50
  "sliding_window_len": 60,
51
  "suppress_tokens": null,
52
  "temperature": 0.7,
 
78
  "forced_decoder_ids": null,
79
  "forced_eos_token_id": null,
80
  "generation_kwargs": {},
81
+ "guidance_scale": null,
82
  "length_penalty": 1.0,
83
  "max_fine_history_length": 512,
84
  "max_fine_input_length": 1024,
 
101
  "renormalize_logits": false,
102
  "repetition_penalty": 1.0,
103
  "return_dict_in_generate": false,
104
+ "sequence_bias": null,
105
  "suppress_tokens": null,
106
  "temperature": 0.5,
107
  "top_k": 50,
 
133
  "forced_decoder_ids": null,
134
  "forced_eos_token_id": null,
135
  "generation_kwargs": {},
136
+ "guidance_scale": null,
137
  "length_penalty": 1.0,
138
  "max_input_semantic_length": 256,
139
  "max_length": 20,
 
158
  "semantic_pad_token": 10000,
159
  "semantic_rate_hz": 49.9,
160
  "semantic_vocab_size": 10000,
161
+ "sequence_bias": null,
162
  "suppress_tokens": null,
163
  "temperature": 0.7,
164
  "text_encoding_offset": 10048,
 
168
  "transformers_version": "4.31.0.dev0",
169
  "typical_p": 1.0,
170
  "use_cache": true
171
+ }
 
172
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dc221dd06f22eb8c6babc17f3d2aaae90dbe4223c7dda46b0a62e2c820bbdabd
3
- size 1699372613
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0f7f16b24f65789ce42b3c491aa6a1cdf219f7ef425066fcd194485245e65d9
3
+ size 1676663913