You're looking at a specific version of this model. Jump to the model overview.
adirik /titanet-large:00a10628
            
              
                
              
            
            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
            
           
         | 
        
           
            16000 KHz Mono-channel Audio
           
         | 
      |
| sound_file2 | 
           
            string
            
           
         | 
        
           
            16000 KHz Mono-channel Audio. If provided, whether it is coming from the same speaker as sound_file1 will be verified
           
         | 
      |
| threshold | 
           
            number
            
           
         | 
        
          
             
              0.7
             
          
          
          
            Min: 0.1 Max: 1  | 
        
           
            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'}},
 'title': 'ModelOutput',
 'type': 'object'}