parakeet.js API
Preparing search index...
hub
GetParakeetModelResult
Interface GetParakeetModelResult
interface
GetParakeetModelResult
{
urls
:
{
encoderUrl
:
string
;
decoderUrl
:
string
;
tokenizerUrl
:
string
;
preprocessorUrl
?:
string
;
encoderDataUrl
?:
string
;
decoderDataUrl
?:
string
;
}
;
filenames
:
{
encoder
:
string
;
decoder
:
string
}
;
quantisation
:
{
encoder
:
"int8"
|
"fp32"
|
"fp16"
;
decoder
:
"int8"
|
"fp32"
|
"fp16"
;
}
;
modelConfig
:
ModelConfig
;
preprocessorBackend
:
PreprocessorBackend
;
}
Index
Properties
urls
filenames
quantisation
model
Config
preprocessor
Backend
Properties
urls
urls
:
{
encoderUrl
:
string
;
decoderUrl
:
string
;
tokenizerUrl
:
string
;
preprocessorUrl
?:
string
;
encoderDataUrl
?:
string
;
decoderDataUrl
?:
string
;
}
filenames
filenames
:
{
encoder
:
string
;
decoder
:
string
}
quantisation
quantisation
:
{
encoder
:
"int8"
|
"fp32"
|
"fp16"
;
decoder
:
"int8"
|
"fp32"
|
"fp16"
;
}
model
Config
modelConfig
:
ModelConfig
preprocessor
Backend
preprocessorBackend
:
PreprocessorBackend
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
urls
filenames
quantisation
model
Config
preprocessor
Backend
parakeet.js API
Loading...