File size: 2,270 Bytes
ab4e2cc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
  "architectures": [
    "BarkModel"
  ],
  "coarse_acoustics_config": {
    "architectures": [
      "BarkCoarseModel"
    ],
    "bias": false,
    "block_size": 1024,
    "dropout": 0.0,
    "dtype": "float32",
    "hidden_size": 768,
    "initializer_range": 0.02,
    "input_vocab_size": 12096,
    "model_type": "coarse_acoustics",
    "num_heads": 12,
    "num_layers": 12,
    "output_vocab_size": 12096,
    "use_cache": true
  },
  "codec_config": {
    "_name_or_path": "facebook/encodec_24khz",
    "architectures": [
      "EncodecModel"
    ],
    "audio_channels": 1,
    "chunk_length_s": null,
    "codebook_dim": 128,
    "codebook_size": 1024,
    "compress": 2,
    "dilation_growth_rate": 2,
    "dtype": "float32",
    "hidden_size": 128,
    "kernel_size": 7,
    "last_kernel_size": 7,
    "model_type": "encodec",
    "norm_type": "weight_norm",
    "normalize": false,
    "num_filters": 32,
    "num_lstm_layers": 2,
    "num_residual_layers": 1,
    "overlap": null,
    "pad_mode": "reflect",
    "residual_kernel_size": 3,
    "sampling_rate": 24000,
    "target_bandwidths": [
      1.5,
      3.0,
      6.0,
      12.0,
      24.0
    ],
    "trim_right_ratio": 1.0,
    "upsampling_ratios": [
      8,
      5,
      4,
      2
    ],
    "use_causal_conv": true,
    "use_conv_shortcut": true
  },
  "dtype": "float32",
  "fine_acoustics_config": {
    "architectures": [
      "BarkFineModel"
    ],
    "bias": false,
    "block_size": 1024,
    "dropout": 0.0,
    "dtype": "float32",
    "hidden_size": 768,
    "initializer_range": 0.02,
    "input_vocab_size": 1056,
    "model_type": "fine_acoustics",
    "n_codes_given": 1,
    "n_codes_total": 8,
    "num_heads": 12,
    "num_layers": 12,
    "output_vocab_size": 1056,
    "use_cache": true
  },
  "initializer_range": 0.02,
  "model_type": "bark",
  "semantic_config": {
    "architectures": [
      "BarkSemanticModel"
    ],
    "bias": false,
    "block_size": 1024,
    "dropout": 0.0,
    "dtype": "float32",
    "hidden_size": 768,
    "initializer_range": 0.02,
    "input_vocab_size": 129600,
    "model_type": "semantic",
    "num_heads": 12,
    "num_layers": 12,
    "output_vocab_size": 10048,
    "use_cache": true
  },
  "transformers_version": "4.57.0"
}