You're looking at a specific version of this model. Jump to the model overview.
adirik /titanet-large:eb1d2e0c
Input schema
The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.
Field | Type | Default value | Description |
---|---|---|---|
sound_file1 |
string
|
First 16000 KHz mono-channel audio file
|
|
sound_file2 |
string
|
Second 16000 KHz mono-channel audio file
|
|
threshold |
number
|
0.7
Min: 0.1 Max: 0.95 |
Cosine similarity threshold for the verification
|
return_embedding |
boolean
|
False
|
When set to true,the embedding(s) will be returned
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'properties': {'embedding1': {'items': {'type': 'number'},
'title': 'Embedding1',
'type': 'array'},
'embedding2': {'items': {'type': 'number'},
'title': 'Embedding2',
'type': 'array'},
'similarity': {'title': 'Similarity', 'type': 'number'},
'verified': {'title': 'Verified', 'type': 'boolean'}},
'required': ['verified', 'similarity'],
'title': 'ModelOutput',
'type': 'object'}