File size: 1,269 Bytes
204b4dc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7be7853
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
204b4dc
 
7be7853
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
204b4dc
 
7be7853
 
 
 
 
 
 
 
 
 
 
 
 
 
204b4dc
 
 
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
{
  "model": "parakeet-tdt_ctc-0.6b-ja",
  "language": "ja (Japanese)",
  "source": "nvidia/parakeet-tdt_ctc-0.6b-ja",
  "sample_rate": 16000,
  "max_audio_seconds": 15.0,
  "max_samples": 240000,
  "vocab_size": 3072,
  "blank_id": 3072,
  "mel_features": 80,
  "mel_frames": 1501,
  "encoder_dim": 1024,
  "time_steps": 188,
  "components": {
    "preprocessor": {
      "input": {
        "audio_signal": [
          1,
          240000
        ],
        "audio_length": [
          1
        ]
      },
      "output": {
        "mel_features": [
          1,
          80,
          1501
        ],
        "mel_length": [
          1
        ]
      }
    },
    "encoder": {
      "input": {
        "mel_features": [
          1,
          80,
          1501
        ],
        "mel_length": [
          1
        ]
      },
      "output": {
        "encoder": [
          1,
          1024,
          188
        ],
        "encoder_length": [
          1
        ]
      },
      "quantization": "int8-per-channel"
    },
    "ctc_decoder": {
      "input": {
        "encoder": [
          1,
          1024,
          188
        ]
      },
      "output": {
        "ctc_logits": [
          1,
          188,
          3073
        ]
      }
    }
  }
}